/* CSS Reset */
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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin:0;padding:0;border:0;outline:0;vertical-align:baseline; }
:focus {	outline:0; }
body {	line-height:1;color:black;font-family:trebuchet ms,arial,helvetica,sans-serif;background:#3f709b url(images/bodybg.png) repeat-x;padding-top:50px; }
ol, ul { list-style:none; }
table {	border-collapse:separate;border-spacing:0; }
caption, th, td { text-align:left;font-weight:normal; }
blockquote:before, blockquote:after,q:before, q:after {	content:""; }
blockquote, q {quotes:"" ""; }

/* CSS Start */
p { font-size:9pt; }
h1, h2, h3, h4, h5, h6, p { margin:0;padding:10px 0; }

#container { margin:0 auto;padding:0;width:889px; }

	#tabdiv { height:36px;margin-bottom:-2px;margin-left:1px; }
		#tabmenu { margin:0;text-align:center; }
		#tabmenu ul, #tabmenu li { display:inline;list-style-type:none;margin:0;padding:0; }
		#tabmenu a:link, #tabmenu a:visited { color:black;float:left;font-size:14px;font-weight:normal;text-decoration:none;font-family:"Times New Roman";font-style:bold;background:transparent url(images/navbuttonbg.png) no-repeat;width:169px;height:36px;margin-right:1px; }
		#tabmenu a:hover { text-decoration:underline; }

	#header { width:889px;height:177px;background:transparent url(images/headerbg.png) no-repeat scroll 0 0; }

	#content { repeat-y;width:889px;background:transparent url(images/contentbg.png) repeat-y; }
		.navdiv{ float:left;background:#264a7f;border:3px white solid;margin-left:1px;width:881px; }
			#nav { margin:0;text-align:center; }
			#nav ul, #nav li { display:inline;list-style-type:none;margin:0;padding:0; }
			#nav a:link, #nav a:visited { color:white;float:left;font-size:14px;font-weight:normal;text-decoration:none;font-family:"Times New Roman";font-style:bold;background:#264a7f;border-right:1px white solid;padding:7px 10px; }
			#nav a:hover { text-decoration:underline; }
			
			#search { background:transparent url(images/searchbg.jpg) no-repeat;float:right;padding-left:30px;margin-right:10px;margin-top:3px;height:22px;width:136px; }
				#search input { border:0;width:100px;font-family:"Times New Roman";font-style:italic;color:#26497f; }

		.maincontent { float:left;width:869px;padding:0 10px; }
			.left { float:left;width:470px;font-family:"Times New Roman";font-style:bold;color:black; }
				.left img { margin:5px; }
				.left h1 { font-size:22px;font-weight:normal; }
				.left p { font-family:"Arial";font-size:14px;font-weight:normal;padding:10px 0;text-align:justify; }
				
			.right { float:right;width:395px;margin-top:10px; }
			.clearing { clear:both; }
			
	#footer { background:transparent url(images/footerbg.png) no-repeat;width:889px;height:96px; }
		#copyright { font-family:"Times New Roman";font-style:italic;font-size:14px;color:white;float:right;padding:7px 10px; }
		
