﻿@import url(layout.css);


body {
background-color: #ffffff;	
}

/* Styles for DIV tags */
#container {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	background-color: #ffffff;
	padding: 0px 40px 10px 40px;
}
#masthead {
	border-bottom: 4px solid #f93;
	background-color: #FFFFFF;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 0px 0px 15px 0px;;
}
#navigation {
	background-color: #FFCC66;
	font-family: Verdana;
	font-size: small;
}
#navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 5px;
}

#content_left {
	margin-right: 20px;
	float: left;
	font-family: Verdana;
}
ht {
	border-left: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px
	font-family: Verdana;
	font-size: small;
	list-style-type: circle;
	list-style-image: none;
}
#content_bottom {
	float: left;
	background-color: #FFFFFF;
}

#content_bottom {
	float: left;
	background-color: #FFFFFF;
}

#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: small;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
		
}
#masthead h3 {
	margin-top: 0px;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0px 14px 1px 3px;
	padding: 2px;
	display: block;

	color: #000;
	text-decoration: none;

}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;

}

/* Styles for Right Column */
#content_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#content_right p {
	color: #444444;
	margin-top: 0px;
}
#content_right a {
	color: #677BCB;
}
#content_right a:hover {
	color: #FF9933;
}
/* Styles for Left Column */
p{
	font-size: small;
	color: #000000;
	margin-top: 0px;
	font-family: Verdana;
	
}
h1 {
	font-size: x-large;
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
	font-family: Trajan Pro;
}
h2 {
	font-size: x-large;
	color: #ff0000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #222222;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
	
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #000000;
}
a:hover {
	color: #FF9933;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	font-family: Verdana;
	font-size: small;
}
#copyright p {
	color: #666666;
	font-family: Verdana;
	font-size: small;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}