﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;

}
#container {
	width: 982px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: none;
}

#page_content {
	position: relative;
	padding: 0px;
	width: 100%;
	height:650px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: white;
}
#column_bottom_left {
	border-style: none;
	border-width: 0px;
	width: 982px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#column_right {
	position: relative;
	margin: 0 0 0 230px;
	padding: 0 30px;
	background-color: #fff;
	float: none;
	right: 0px;
}

#column_left {
	float: none;
	width: 200px;
	margin: 0px;
	padding: 10px;
	background-color: #C4EDFF;
	position: absolute;
	left: 8px;
	top: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow:hidden;
}


#image {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-color:fuchsia;
	overflow:hidden;
	border-style: none;	
}
.imageround {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
	overflow:hidden;

}
.imageleft {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin-right: 20px;
	float: left;
}
.imageright {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin-left:20px;
	float: right;
	border-style: none;	
	
}

#footer {
	text-align: center;
	background-color:  #818181;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;

}
/* Styles for Navigation */
#topnav {
	height: 25px;
	background-image: url('../images/master page/nav_bkgd.gif');
	overflow: hidden;
	margin-bottom: 13px;
	padding-bottom: 0;
}
#topnav ul {
	padding: 0px 20px 0px 20px;
	list-style-type: none;
	margin: 0px;
}
#topnav li {
	text-align: center;
	float: left;
}
#topnav a, #topnav a:link, #topnav a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: Calibri;
	color: #191E53;
	height: 25px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#topnav a:hover {
	color: #FFFFFF;
	background-image: url('../images/master page/hover.gif');
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #00A1E2;
	padding: 0px;
	margin:0 0 5px 0;
}
h2 {
	font-size: 1.75em;
	color: #1F2B65;
	padding: 0px;
	margin:0 0 10px  0;
}
h3 {
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 1.25em;
	color: #00A1E2;
}
.h3blue {
	font-size: .75em;
	color: #00A1E2;
}
h4 {
	padding: 0px;
	margin:0 0 5px 0;
	font-size: 1.25em;
	color: #1F2B65;
}
h5 {
	font-size: 0.75em;
	color: #1F2B65;
}
h6 {
	font-size: 0.5em;
	color: #1F2B65;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	float: none;
	display: inline-table;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #1F2B65;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.sidebar_nav {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 13px;
	font-variant: normal;
}
.sidebar_nav:hover {
	font-weight: normal;
	
}

.sidebartitle {
	color: #00A1E2;
	text-decoration: none;
}
.sidebartitle:hover {
	color: #00A1E2;
	text-decoration: none;
}


.left_justify {
	text-align: left;
}
.copyright {
	text-align: center;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #5C5C5C;
}
#column_right p {
	margin:  10px 0 10px 0;
	padding: 0;
}

