/*
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 				{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	height: 100%;
	background-color: #888864;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; 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;}
h1 					{
	font-size:16px;
	margin:0 0 12px;
	color: #39434A;
}
h2 					{
	font-size:16px;
	margin:8px 0;
	color: #6E94B9;
}
h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #39434A;
}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #91916F;
}
h5					{
	font-size:13px;
	margin:3px 0;
	color: #B58A57;
}
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: 100%;
	text-align: center;
	background-color: #959674;
}

#content-wrapper {
	width: 959px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 222px;
}
#content-side {
	float: left;
	width: 200px;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #8BA5BC;
	margin: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-side p {
	color: #405A73;
	margin-bottom: 5px;
}
#content-side p a:link {
	color: #FFF;
}
#content-side h1 {
	font-size: 1.15em;
}


/* Logo */

#logo {
	height: 190px;
	background-position: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 a {
	display: block;
	width: 222px;
	height: 223px;
	text-indent: -9000px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content */

#content {
	float: right;
	width: 737px;padding: 0px;
	min-height: 600px;
}

*html #content {
	width: 717px;
}

/*Main content*/

.content-main {
	width: 677px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	padding-top: 218px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 0px;
}

*html .content-main {
	padding-left: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}


/* Footer */

#footer {
	width: 959px;
	height: 75px;
	text-align: center;
	background-color: #91916F;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer-bg.gif);
}

#footer-content {
	width: 959px;
	height: 120px;
	text-align: center;
	padding-top: 40px;
	color: #fff;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a {
	color: #2C363C;
}
