/* CSS Reset */

html, body { margin: 0; padding: 0; border: 0;
			background: transparent; background-color:#A7ACB0; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}

table { border-collapse: collapse; border-spacing: 0;}

input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }

/* Main CSS starts here */

#wrapper 			{width:900px; margin:0px auto; }

#top 				{height:70px; background-color:#244A70; font-family: Arial; border-bottom:3px #244363 solid;}
#top h4				{font-size: 14px; font-style: bolder; letter-spacing: 12px; color: #ffffff; padding:32px; text-align: left; margin:}
#logo				{margin: auto; float: left;}

#topnav 			{background-color:#647e99; clear:both;}
#topnav ul			{width:100%; float:left; margin:0px; background-color:#647e99; border-bottom:3px #cccccc solid;}
#topnav ul  li		{display:inline;}
#topnav ul li a		{font-size:12px; float:left; padding:10px 20px;}

#topnav a:link		{color:#ffffff;}
#topnav a:visited	{color:#ffffff;}
#topnav a:active	{color:#ffffff;}
#topnav a:hover		{color:#ffffff; background-color:#AD0728;}
#topnav a:focus		{color:#ffffff;}

#banner				{margin:0px;}

#subbanner			{width:100%; background-color:#647e99; padding:5px 0; overflow:hidden; border-top:3px #cccccc solid;}
#subbanner h3		{color:#ffffff; font-size:20px; line-height:180%; margin:0 0 0 20px; float:left;}

#content			{background-color:#c2ccd6; width:860px; float:left; padding:20px;}
#content h1			{margin: 0 0 10px 0; font-size:20px; font-style:bold;}
#content h2			{margin: 0 0 20px 0; font-size:12px; padding: 0 0 20px 0;}
p.caption1 			{font-size:12px; text-align:center;}
table 				{margin-left:0px;}
td 					{padding: 20px 30px;}

#footer				{clear:both; background-color:#000000; padding:10px 0; border-top:3px #cccccc solid;}
#footer p			{text-align:center; color:#ffffff;}
