body {
	background-color: #4b5368;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, Comic Sans MS;
	font-size: 14px;
	color: #000000;
}
a {
	font-size: 14px;
	color: #000000;
}

a:hover {
	color: #000000;
}

p, div, img, form, ul, li, table, td, tr {
	margin:0;
	padding:0;
	}
p{
	padding-bottom:3px;
	}
	
/*div id*/

#mainBody{
	width:790px;
	background:url(images/bg.jpg) repeat-y;
	margin:auto; /*position of the main div at center; doctype important*/
	}
#headerPic{
	height:155px;
	background:url(images/header_pic.jpg) no-repeat;
	}
#menuNav{
	background:url(images/menu_bg.jpg) repeat-x;
	height:39px;
	width:760px;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Comic Sans MS";
	text-align:center;
	}
#contenBox{
	}
	
/*leftCol*/

#leftCol{
	background:url(images/yellowBox_bg.jpg);
	width:227px;
	margin-left:15px;
	float:left;
	}
#LeftColTop{
	background:url(images/leftColTopBG.jpg) top right no-repeat;
	}
#contenLeftCol{
	padding:10px;
	padding-top:15px;
	}
/*rightCol*/

#rightCol{
	margin-left:242px;
	width:533px;
	background:url(images/blue_bg.jpg) repeat-x;
	}
#contenLeftCol2{
	padding-left:10px;
	padding-right:10px;
	}
#mainContent{
	padding-left:8px;
	padding-right:12px;
	padding-top:8px;
	}		
/*footer*/

#footer{
	background:url(images/footer_bg.jpg) repeat-x;
	width:760px;
	margin:auto;
	line-height:44px;
	padding-top:14px;
	clear:both;
	
	}
#footerBG{
	height:15px;
	}
	
/*styles*/
.text_white11{
	color:#FFFFFF;
	font-size:11px;
	line-height:12px;

	}
a.text_white11{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	line-height:12px;

	}
a.text_white11:hover{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	}
.text_white_small{
	color:#FFFFFF;
	}
.text_white_title{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	}
.text14{
	font-size:14px;
	}
a.text14{
	font-size:14px;
	}
a.text14:hover{
	font-size:14px;
	}
.menuNavigation{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	padding-left:17px;
	padding-right:17px;
	color:#fff;
}
a.menuNavigation{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:17px;
	padding-right:17px;
	color:#fff;
}
a.menuNavigation:hover{
	text-decoration:underline;
	color:#fff;
}
.footer{
	font-size:11px;
	color:#cccccc;
	}
a.footer{
	font-weight:bold;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
	}
a.footer:hover{
	font-size:11px;
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
	}
.Inputs{
	width:120px;
	height:14px;
	}