body{
	margin: 0 0;
}
#header{
	
	width: 100%;
	height:auto;
	background-image:url(../images/headerBg.jpg);
	margin:0px 0px;
}
#headerTop{
	position:relative;
	background-image:url(../images/headerLogo.jpg);
	width:764px;
	height:129px;
	margin: 0 auto;
}
#mainMenuLeft{
	clear: both;
	position:relative;
	float: left;
	width: 16px;
	height: 31px;
	background-color : Aqua;
}
#mainMenuBg{
	float: left;
	height: 31px;
	color: white;
	background-image : url(../images/menu_bg.png);
}
#contentBox{
	position:relative;
	width:100%;
	background-color:#F2F2F2;
	margin:15px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/*main menu*/
#navcontainer 
{
	width:764px;
	position: relative;
	margin: 0 auto;
	background-image:url(../images/menuBg.jpg);
	color: White;
	height:36px;
}

#navlist{
	margin: 0 auto;
	padding-right: 30px;
	border-right:solid #3c4a6e 5px;
	border-left:solid #010f33 5px;
	background-color:#00FFCC;
	height:36;
	float:none
}
#navlist li{
	display: inline;
}

#pink a, #orange a, #red a, #green a{
	height:25px;
	color: White;
	text-decoration: none;
	float: right;
	padding: 3px 20px;
	line-height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-image:url(../images/MenuBtnBg.jpg);
	border-right:solid #3c4a6e 1px;
	border-left:solid #010f33 1px;
}

#pink a:link, #red a:link, #green a:link{
	color: White;
	
}

#pink a:hover{
	background-image:url(../images/Pink.jpg);
}
#orange a:hover{
	background-image:url(../images/Orange.jpg);
}
#red a:hover{
	background-image:url(../images/Red.jpg);
}
#green a:hover{
	background-image:url(../images/Green.jpg);
}
/* curve height, background image */
.roundCorner .t, .roundCorner .b, .roundCorner .b b, .roundCorner .t b{
height:12px;
background-image:url(../images/RoundCorners.png);
margin: 0px auto;
}

/* inner color, border color, border width */
.roundCorner .c{

border-left-width:4px;
border-right-width:4px;
}

/* round corners pan */
/* surrounding margins (optional) */
.round{
margin-bottom:11px;
margin: 0px auto;
}
.round .c{
	/* inner content padding */
	padding:0 5px 0 5px;
	border-top:0;
	border-bottom:0;
	background-image:url(../images/BG.png);
}
.round .t, .round .b, .round .t b, .round .b b{
	display:block;
	overflow:hidden;
}
.round .t b, .round .b b{
	float:right;
	width:50%;
}
.round .t .r{
	background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
	clear:both;
	display:block;
	overflow:hidden;
	height:0px;
}

#footer{
text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:30px;
	font-size:11px;
	margin: 0 auto;
	background-image:url(../images/footer.jpg);
	width: 762px;
	height:37px;
}
/*content cols*/
#pinkTile, #orangeTitle, #redTitle, #greenTitle{
	width:100%;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	
}
#pinkTile{
	padding: auto 3px;
	border-bottom:#9902b4 solid 3px;
	color:#c509e7;
	
}
#orangeTitle{
	
}
#redTitle{
}
#greenTitle{
	
}
#leftCol{
	width: auto;
	float:left;
	height:100%;
	padding: 10px 10px;
}
#rightCol{
	width:558px;
	margin-left:192px;
}


/* Left menu */
#leftMenuContainer{
	width:172px;
	background-image:url(../images/LeftMenuBg.jpg);
	background-repeat:repeat-y;
}
#leftMenuContainer ul{
	
	margin: 0 auto 0 6px;
	padding: 0 0;
	width:159px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:28px;
}
#leftMenuContainer a{
	display: block;
	padding-left: 3px;
	width: auto;
	background-image:url(../images/LeftMenuBtnBg.jpg);
	background-repeat:repeat-x;
	border-bottom: 1px solid #eee;
	height:28px;
}
#leftMenuContainer a:link, #leftMenuContainer a:visited{
	color: #656565;
	text-decoration: none;
}
#leftMenuContainer a:hover{
	background-image:url(../images/LeftMenuBtnBgHover.jpg);
	background-repeat:repeat-x;
	color: #011343;
}
#leftMenuHeader{
	background-image:url(../images/LeftMenuHeaderBg.jpg);
	background-repeat:repeat-x;
	height:29px;
	
}
#leftMenuHeaderL{
	background-image:url(../images/LeftMenuHeaderL.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:29px;
	float:left;
}
#leftMenuHeaderR{
	
	float:right;
	background-image:url(../images/LeftMenuHeaderR.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:29px;
}
#leftMenuFooter{
	background-image:url(../images/LeftMenuFooterBg.jpg);
	background-repeat:repeat-x;
	height:22px;
	
}
#leftMenuFooterL{
	background-image:url(../images/LeftMenuFooterL.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:22px;
	float:left;
}
#leftMenuFooterR{
	
	float:right;
	background-image:url(../images/LeftMenuFooterR.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:22px;
}

/*function description area*/
#contentHeader{
	
	background-color:#0000FF;
	margin-left: 200px
}

#functionDescription{
	
	width:263px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:12px;
	font-size:11px;
}
#functionTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
/*controls*/
#controls{
	background-image:url(../images/ControlsBg.jpg);
	background-repeat:repeat-x;
	margin-right:0px;
	height:67px;
	float:left;
	width:295px;
	margin-top:12px;
	
}
#controlsLeft{
	background-image:url(../images/ControlsLeft.jpg);
	width:16px;
	float:left;
	height:67px;

}
#controlTitle{
	width:80px;
	float:left;
	height:67px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
	overflow:visible;
	padding-top: 10px;
}
.iconBtn{
	padding-top:8px;
	float:left;
}
#content{
	float:left;
	padding: 10px 6px;
	width:530px;
}
fieldset{
	border:#03559a solid 1px;
	padding-left:5px;
	color:#656565;
}
legend{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#03559a;
	padding:10px 3px;
}
form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;	
}

input, select, textarea{
	color: #000;
	background: #d1e2f0;
	border: 1px solid #7f9db9;
	margin: 3px 3px;
	width :300px;

	
}

label{
	width:100px;
	float:left;
}
