﻿@import url(layout.css);
body {
	margin: 30px;
	background-color: #FFFFFF;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;
	padding: 0px;
	font-size: 11px;
}
/* Styles for DIV tags */
#container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	color: #9a918f;
}
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#navigation {
	margin-left: 0px;
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	padding: 5px;
}
#column_left {
	background: #FFFFFF;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	overflow: auto;

	
}
#column_right {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #FFFFFF;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin-left: 300px;
	
	
}
#navigation li {
	float: right;
	margin-top: 25px;
	margin-bottom: 0px;

	
}
#navigation a {
	
	margin: 5px;
	padding: 5px;
	display: block;
	border: 0px;
	text-decoration: none;
	color: #9a918f;
	font-weight: normal;	
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;
	font-size: 12px;
}
#navigation a:hover {
	color: #90D2C2;
}
/* Styles for Right Column */
#column_right h4 {
	color: #90D2C2;
}
#column_right p {
	color: #9a918f;
	font-size: 11px;
}
#column_right a {
	color: #90D2C2;
	border-bottom: 1px dotted;
	text-decoration: none;
	}
#column_right a:hover {
	border-bottom: 1px solid;	
	}

	
/* Styles for Left Column */
h1 {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;
}
h2 {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;

}
h3 {
	font-size: 12px;
  	color: #90D2C2;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;


}
h4 {
	font-size: 14px;
	color: #90D2C2;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;

}
h5 { 
	font-size: x-small;
	margin-top: 0px;
	font-weight:normal;
	color: ##9a918f;
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;

}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #90D2C2;
	border-bottom: 1px dotted;
	text-decoration: none;

}
a:hover {
	border-bottom: 1px solid;

}
hr {
	color:#4E4E4E;
}
/* Styles for Footer */
#footer p {
	font-family: "Verdana", Arial, Helvetica, Trebuchet MS, sans serif;

	margin: 0;
	font-size: 12px;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 12px;
	color: #9a918f;
}
#footer a {
	color: #9a918f;
	border-bottom: 1px dotted;
	text-decoration: none;

}
#footer a:hover {
	border-bottom: 1px solid;
	color: #9a918f;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

