/* -- GENERAL REDECLARATIONS -- */

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

body 				{ text-align:center; background: #85C447; color: #3962A2; height: 100%; font: 13px Georgia, "Times New Roman", Times, serif; 
}


a				{outline: none;}
a:link 			{ font-weight:bold; color:#3962A2; 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-weight:bold; font-size:14px; margin:0 0 12px; color: #3962A2; }
h2 					{ font-size:12px; margin:8px 0; color: #2F457E; }
h3 					{ font-size:11px; margin:6px 0 5px; color: #3962A2; }
h4 					{ font-size:11px; margin:4px 0; color: #8CAAD7; }
h5					{font-size:11px; margin:3px 0;color: #858E7D;}
h6 					{font-size:8px; margin:3px 0; color: #ffffff;}
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:normal;}

.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: #3962A2; 
}

#content-wrapper {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url("../images/content-bg.jpg") repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 185px;
	padding-left: 11px;
}

/* Logo */

#logo {
	height: 147px;
	background: #ffffff;
}

#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: 185px;
	height: 147px;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat center center;
}

/* Content */

#content {
	float: right;
	width: 557px;
	padding-right: 10px;/*background: red;*/
	
}

*html #content {
	padding-right: 10px;
}

/*Main content*/

.content-main {
	width: 491px;
	background: url("../images/header-photo.jpg") no-repeat 0 0;
	padding: 177px 30px 0px 30px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}


/* Footer */

#footer {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/footer-bg.jpg) repeat-x;
}

#footer-content {
	width: 764px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	color: #fff;
	background: url(../images/footer.jpg) no-repeat;
}

#footer a { color: #3962A2; 
}

