/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #FEC903 url("../images/bg.jpg") repeat-x 0 0;
	height: 100%;
	color: #777675;
}

		
/* 
	
blue rollover #6EB7FF
blue #0081FF
orange #FFA200
green #60C306
	
 */	

body, tr,
td, input,
select, textarea 	{font:normal 10px/1.3 Verdana, Tahoma, Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link 			{color:#0081ff; text-decoration:underline;}
a:visited 		{color:#60C306; text-decoration:underline;}
a:hover 		{color:#60C306; text-decoration:none;}
a:active 		{color:#0081FF; 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:3px 0 3px 0;}
h1 					{font-size:18px; margin:0; color: #ffa200; font-family: Helvetica, Arial;}
h2 					{font-size: 18px; margin:0; color: #0081ff; font-family: Helvetica, Arial;}
h3 					{font-size:12px; margin:0; color: #777675;font-weight: normal;}
h4 					{font-size:12px; margin:0; color: #777675;}
h5					{font-size:12px; margin:0; color: #ffa200;}
h6					{font-size:12px; margin:0; color: #0081ff;}
h7					{font-size:12px; margin:0; color: #60c306;font-weight: bold;}
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;}

#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;}

.blue {color: #0081ff;font-weight: bold;}
.orange {color: #ffa200;}
.green {color: #60c306;font-weight: bold;}

/* Standard Layout */

#wrapper {
	position: relative;
	background:#fff;
	width: 630px;
	margin-top: 27px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 27px;
	padding-right: 27px;
	padding-bottom: 10px;
	padding-left: 27px;
/*	height:100%;*/
}

#header {
	position: relative;
	background:#fff url("../images/header.jpg") no-repeat top right;
	padding: 0px;
	width: 630px;
	height: 146px;
	border-bottom: 3px solid #000;
}

#header h1 a {
	float: left;
	display: block;
	width: 127px;
	height: 146px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header h1 {
	border-bottom: none;
}

#content {
	margin: 0;
	width: 630px;
	height:auto;
	background: #fff;
}

#content-main {	
	width: 478px;
	margin-left: 127px;
	padding: 20px;
	padding-right: 0;
	background: #fff;
}

#content-side {
	float:left;
	width: 127px;
	padding: 0px;
	padding-bottom: 20px;
	color: #162b84;
	margin: 0;
	background: #fff;
}

#footer {
	clear:both;
	padding-top:15px;
	background:#fff;
	text-align: center;
}
