body {margin: 10px 0; text-align: center; background: #1A3F4A; font-family: arial; font-size: 12px; color: #333;}

/*.........Standard Decs.............*/

p {font-size: 1em; }

label {display: block;}

h1, h2, h3, h4, h5, h6 {color: #16387C;}

h1 {font-size: 2em;}

h2 {font-size: 1.35em;}

h3 {font-size: 1.15em;}

ul {padding: 0; margin: 0 25px;}



/*>>>>>>>>>END Standard Decs.........*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.........Layout Containers.........*/

#wrap {width: 960px; background: #fff; margin: 0 auto; text-align: left;}

#header {width: 100%; height: 110px; background: url(../../media/images/logo.jpg) no-repeat top left;}

#container {float: left; width: 960px; overflow: hidden; margin-top: 18px;}

#container div#leftpane {float: left; width: 330px; border-right: 1px dotted #B0BEC7; min-height: 600px;}

#container div#leftpane ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -.51em;
	}

#container div#leftpane ul li:before {
	content: "\00BB \0020"; color: #820000;
	}

#container div#leftpane ul li {padding: 3px 0;}

#container div#subleftpane {float: left; width: 660px; min-height: 600px;}

#container div#subleftpane div#links {float: left; width: 300px; }

#container div#subleftpane div#links ul {list-style: none; padding: 0 15px;}

#container div#subleftpane div#links ul li {color: #222; padding: 7px 0;}

#container div#centerpane {float: left; width: 330px;}


#container div#rightpane {float: right; width: 295px; background: #EFEFEF; min-height: 600px; }

#footer {clear: both; margin-top: 15px; border-top: 5px solid #0064DB; text-align: center; padding-bottom: 15px;}

#footer p {text-align: right; margin-right: 35px;}

/*>>>>>>>>>END Layout Containers.....*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.........Links and Navigation......*/

.menu {padding: 0; width: 100%; border-top: 5px solid #0064DB; background: transparent; voice-family: "\"}\""; voice-family: inherit;}

.menu ul {margin:0; margin-left: 40px; /*margin between first menu item and left browser edge*/ padding: 0; list-style: none;}

.menu li {display: inline; margin: 0 2px 0 0; padding: 0; text-transform:uppercase;}

.menu a {float: left; display: block; font: bold 12px Arial; color: black; text-decoration: none; margin: 0 1px 0 0; /*Margin between each menu item*/ padding: 9px 13px 9px 13px; /*Padding within each menu item*/ background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.menu a:hover {background-color: #0064DB; padding-top: 9px; padding-bottom: 5px; color: white;}

.menu .current a {background-color: #0064DB; padding-top: 9px; padding-bottom: 5px; color: white;}

ul#footermenu {list-style: none; margin-top: 5px; padding: 0;}

ul#footermenu li {display: inline; color: #333; padding: 0 7px;}

ul#footermenu li a {color: #000082; text-decoration: none;}

ul#footermenu li a:hover {#0064db; text-decoration: underline; }

/*>>>>>>>>>END Links and Navigation..*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.........Helper Classes............*/

.pad10 {padding: 15px;}

.valid{border:2px solid green !important;}

.invalid{border:2px solid #800 !important;}

.bold {font-size: 14px; font-weight: bold;}


/*>>>>>>>>>END Helper Classes........*/

