﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-position: center;
	background-repeat: repeat-x;
	color: #800000;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

#navigation2 {
	position: relative;
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-right: 1px solid #a9a9a9;
}

#page_content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	padding: 0px;
}

#content_bar {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	padding: 0px;
}


#content {
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	float: left;
	width: 560px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:150%;
}

#sidebar {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	width: 200px;
	text-align: left;
	line-height: 150%;
	background-color:#C4E1FF
}

#footer {
	clear: both;
	width: 900px;
	font: margin-right: auto;
	padding-top:5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #708090;
	font-family: Arial;
	font-size: x-small;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 2;
}
#navigation li {
	float: right;
}
#navigation a {
	text-decoration: none;
	color: #800000;
	display: block;
	margin: 0 1px 0 1px;
	padding: 5px;
	background-color: #CCCCCC;
}
#navigation a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #ccc;
}



/* Navigation Styles */
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation2 a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation2 a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}




/* Content Styles */
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 0px #708090 solid;
}
#sidebar img {
	float: inherit;
}

/* Footer Styles */
#footer p {
	font-size: x-small;
	color: #555555;
	margin-top: 40px;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: inherit;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

div.imgRotate
{
    width: 560px;
    height: 325px;
    margin-top: 20px;
    clear: both;   
}

div.imgRotate1
{
    width: 285px;
    height: 285px;
    clear: both;   
}
