/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}


body 				{
	font-size: 10pt;
	font-family: Helvetica, Lucida Sans Unicode, Verdana, Sans-serif;
	color: #FFFFFF;
	height: 100%;
	background: #fff url(../images/bg.gif) repeat-x top;
}


a				{outline: none;}
a:link 			{
	color:#FFDC50;
	text-decoration:underline;
	font-weight: bold;
}
a:visited 		{color:#C1D3EB; text-decoration:underline;}
a:hover 		{color:#BFD3EB; text-decoration:none;}
a:active 		{color:#FAFAFC; 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:0 0 15px;
	color: #FFFFFF;
}

h1 				{
	font-size:22px;
	margin:0 0 12px;
	color: #BFD3EB;
	text-transform: uppercase;
	font-weight: normal;
}
h2 				{font-size:14px; margin:8px 0;color: #FFE345;}
h3 				{font-size:14px; margin:6px 0 5px;color: #BFD3EB;}
h4 				{font-size:12px; margin:4px 0;color: #FFEF95;}
h5				{font-size:12px; margin:3px 0;color: #F1F4F9;}
h6 				{font-size:xx-small; margin:0;}
hr 				{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
				/*color and background color should be the same as the background color of the div it is contained within*/

img 			{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 		{margin:0 25px 20px 25px; font-style:italic;}

.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;}

/* Page */

#wrapper {
	width: 1100px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
}

#outer-wrapper {
	width: auto;
}

/* Header */

#header {
	width: 1100px;
	height: 325px;
	background-color: #E9EFF7;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Content */

#content {
	width: 1000px;
	margin-left: 80px;
	margin-top: 0px;
	float: left;
	min-height: 300px;
}

.content-main {
	width: 760px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 130%;
	color: #d8d8db;
}



#content-side {
	float: right;
	width: 190px;
	padding-bottom: 10px;
}
#content-side h5 {
	color: #013275;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
}
#content-side p {
	color: #999999;
}



/* Footer */

#footer {
	width: 830px;
	height: 31px;
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-y;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/content-bg.jpg);
	padding-right: 225px;
	padding-left: 45px;
}

#footer p {
	margin: 0;
	color: #B7B7BD;
	font-size: 11px;
}
#footer a {
	font-weight: normal;
	color: #BFD3EB;
}
