/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #0A1F62;
	height: 100%;
	color: #3D3A3A;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/1.4 Verdana, Arial, Helvetica, sans-serif;}

a				{outline: none;font-weight: bold;}
a:link 			{color:#7C8FCE; text-decoration:underline;}
a:visited 		{color:#7C8FCE; text-decoration:underline;}
a:hover 		{color:#0A1F62; text-decoration:none;}
a:active 		{color:#7C8FCE; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:15px 0 5px 0;}
h1 					{font-weight:bold; font-size:15px; margin:0; color: #0A1F62;}
h2 					{font-size: 14px; margin:0; color: #0A1F62; font-weight: normal}
h3 					{font-size:12px; margin:0; color: #3D3A3A;}
h4 					{font-size:10px; margin:0; color: #3D3A3A;}
hr 					{border-style: none; border-bottom: 1px solid #C2C1C1; color: #fff; background-color: #fff;margin: 10px 0;}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#content-side h3 {font-size: 11px;}
#content-side h2 {margin-bottom: 10px;}
#content-side img {border: 2px solid #fff;margin: 10px 0 10px 5px;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.link-right {float: right; font-weight: bold;}


/* Standard Layout */

#wrapper {
	position: relative;
	background:#fff;
	width: 717px;
	margin: 0 auto;
	margin-top: 58px;
	text-align: left;
}

#header {
	position: relative;
	background:#fff url("../images/header.jpg") no-repeat 0 0;
	padding: 0px;
	width: 717px;
	height: 197px;
}

#header h1 a {
	float: right;
	display: block;
	width: 210px;
	height: 160px;
	margin: 30px 10px 0 0;
	text-indent: -9000px;
}

#header h2 {
	text-indent: -9000px;
	width: 200px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	clear: both;
	margin: 0;
	margin-left: 3px;
	width: 665px;
	padding: 20px 23px 10px 23px;
	height:auto;
	background: #DDE3F4 url("../images/content-bg.jpg") repeat-x 0 0;
}

#content-main {	
	width: 450px;
}

#content-side {
	float:right;
	border-left: 2px solid #FDFDFD;
	width: 182px;
	padding: 0px 0px 0px 18px;
	margin-bottom: 20px;
	margin: 0;
}

#footer{
	clear:both;
	background: #DDE3F4;
	text-align: center;
	height: auto;
}

#footer p {
	margin: 0;
	padding: 0;
}

#pagebottom{
	clear:both;
	width: 717px;
	height: 30px;display: block;
	background: #0A1F62 url("../images/footer.gif") no-repeat 0 0;
	text-align: center;
}

