/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #1F3641 url("../images/bg.jpg") no-repeat top center;
	height: 100%;
	color: #fff;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;}

a				{outline: none;font-weight: bold;}
a:link 			{color:#1F3641; text-decoration:underline;}
a:visited 		{color:#1F3641; text-decoration:underline;}
a:hover 		{color:#972B38; text-decoration:none;}
a:active 		{color:#972B38; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 20px;}
li {text-indent: 0;margin: 0; padding: 0}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:10px 0 5px 0;}
h1 					{font-size:17px; margin:0; color: #fff;}
h2 					{font-size: 15px; margin:0; color: #1F3641;}
h3 					{font-size:14px; margin:0; color: #972B38;}
h4 					{font-size:14px; margin:0; color: #1F3641;}
h5 					{font-size:12px; margin:0; color: #1F3641;}
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;}
#content-side hr {clear: right;}

#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 {
	width: 824px;
	margin: 0 auto;
	margin-top: 16px;
	text-align: left;
	background-color : transparent;
    background-repeat : repeat-y;
    position: relative;
}

#header {
	position: relative;
	background:  transparent url("../images/header.jpg") no-repeat 0 0;
	padding: 0px;
	width: 824px;
	height: 193px;
	margin-bottom: 7px;
}

#header p {margin:0px 0 0px 0;}

#header h1 a {
	float: left;
	display: block;
	width: 230px;
	height: 0px;
	margin: 0px;
	text-indent: -9000px;
}

#header h2 {
	text-indent: -9000px;
	width: 230px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	clear: both;
	margin: 0;
	width: 824px;
	height:auto;
	background: #60775B url("../images/content-bg.jpg") no-repeat 0 0;
}

#content-main {	
	width: 520px;
	padding: 25px;
	background: transparent;
}

#content-side {
	float:right;
	width: 180px;
	padding: 10px;
	padding-top: 0px;
	margin: 25px;
	margin-left: 0;
	background: #546950;
}


#footer{
	width: 824px;
	height: 64px;
	background: transparent url("../images/footer-bg.jpg") no-repeat 0 0;
	text-align: center;
	color: #9C9C9C;
	padding-top: 10px;
	font-size: 10px;
	font-family: Verdana;
}

#footer a {color: #9C9C9C;text-decoration: none;font-weight: normal;}
#footer a:hover {color: #fff;text-decoration: underline;font-weight: normal;}

