html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body
{
	font: 78%/1.3 Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
}

div#body
{
	background-color: #CFE0F2;
}

/*-- Headers ------------------------------------------------------*/
h1
{
	background-image: url(images/head_right.jpg);
	height: 53px;
	background-position: 300px;
	background-repeat: no-repeat;
	text-indent: -9000px;
	background-color: White;
}

h2
{
	background-image: url(images/head_left.jpg);
	width: 180px;
	height: 53px;
	text-indent: -9000px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*-- Main menu --------------------------------------------------*/

div#main_menu
{
	position: relative;
	background-color: #6CAEE0;
	background-image: url(images/nav_image.jpg);
	background-repeat: no-repeat;
	background-position: 117px 0px;
	height: 141px;
	border-bottom: 9px solid #B7B5B8;
}

div#main_menu ul
{
	width: 117px;
	height: 140px;
	background-image: url(images/menu_base.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	list-style: none;
	padding-top:10px;
	position: absolute;
	top:0px;
	bottom: 0px;
}

div#main_menu ul li a
{
	font-size: 90%;
	display: block;
	width: 106px;
	height: 15px;
	padding: 3px;
	padding-top: 10px;
	padding-right: 8px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: right;	
}

div#main_menu ul li a:hover, div#main_menu ul li a:focus
{
	background-color: #A1C8F3;
}

/*-- Content -------------------------------------------------------*/

div#content
{
	padding: 20px;
	padding-bottom: 30px;
	margin-left: 118px;
	background-image: url(images/body_image.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: White;
}

div#content h3
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 12px;
}

div#content p 
{
	margin-top: 5px;
	margin-bottom: 10px;
}

div#content ul, div#content ol
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: decimal;
}

div#content li
{
	margin-left: 20px;
	margin-bottom: 4px;
}

div#content .labels
{
	vertical-align: top;
}

div#content .data_grid
{
	border-collapse: collapse;
}

div#content .data_grid th
{
	background-color: #6CAEE0;
	color: #FFFFFF;
	padding:5px;
	border: 1px solid #666666;
}

div#content .data_grid td
{
	padding: 5px;
	border: 1px solid #666666;
}

div#content .data_grid .row_odd
{
	background-color: #EEEEEE;
}

div#general table tbody tr td
{
	margin: 3px;
	padding: 3px;
			
}

.button
{
	width:100px;
}

div.spacer
{
	clear: both;
	height: 1px;
	overflow: hidden;
}


/*-- Footer ----------------------------------------------------*/

div#footer
{
	background-color: #6CAEE0;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 20px;
	color: white;
	clear: both;
}

div#footer p
{
	text-align: center;
}

/*-- Links -----------------------------------------------------*/
div#links
{
	position: absolute;
	height: 55px;
	width: 117px;
	left: 0px;
	top: 203px;
	background-image: url(images/side_body.jpg);
}

div#links td
{
	padding: 5px;
}

div#links a
{
	color: #666666;
	text-decoration: none;
}

div#links a:hover, div#links a:focus
{
	text-decoration: underline;
}

/*-- Phone -----------------------------------------------------*/

div#phone
{
	color: #FFFFFF;
	position: absolute;
	top: 150px;
	left: 620px;	
	height: 30px;
	width: 150px;
}

div#phone h3
{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

div#phone p
{
	font-size: 24px;
	text-align: right;
}

.confirmation
{
	color:Green;
}
.error
{
	color:Red;
}
.validation
{
	color:Red;
}
.info
{
	color:Green;
}

.col
{
	width: 49%;
	float:left;
}