﻿/* CSS layout */
#masthead {
	 width: 900px;
}

#top_nav {
	border-top-color:white;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:thin;
	text-align:right;
	width: 900px;
	background-color:#8e8dbb;
}

#top_nav2 {
	border-top-color:white;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:thin;
	width:900px;
	background-color:#8e8dbb;
}

#container {
	position: relative;
	width: 900px;
	left:0px; 
	top:0px;
}

#left_col {
	width: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	vertical-align:middle;
	left:0px;
	top: 0px;
	height:276px;
}

#page_content {
	margin-left: 280px;
	text-align: left;
	background-color: #8e8dbb;
	text-indent: 9px;
}

#footer {
	background-image:url('../images/slogan.jpg');
	background-position:left;
	background-repeat:no-repeat;
	font-size: x-small;
	font-weight:bold;
	color: #333333;
	border-top:thick #263c85 solid;
	width:900px;
	text-align: right;
	padding-top:5px;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	text-decoration: none;
	color:#630046;
}

#footer a:visited {
	text-decoration: none;
	color:#999999;
}

#footer a:visited:Hover {
	text-decoration: none;
	color:#630046;
}

#maincontainer {
	margin: 0px auto;
	text-align: center;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #630046;
	font-weight:bold;

}

#maipic {
	border-left-color:white;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:white;
	border-right-style:solid;
	border-right-width:thin;
}

#headertxt {
	color: #630046;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
}

#listitem li {
	list-style-image:url('../images/bullet.gif')
}

#menu2 {
	nowrap:nowrap;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	border-left-color:#FFFFFF;
	border-left-width:2px;
	border-left-style:solid;
}

#menu2 a {
	 color:#ffffff;
	 text-decoration:none;
	 display:block;
	 line-height:23px;
}

#menu2 a:hover {
	text-decoration:none;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	background-color:#4a428f;
	height:100%;
}

#content_pages {
	background-color:#FFFFFF;
	height:274px;
	margin-top:27px;
}

/* Link Controls */
a:link {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #630046;
	text-decoration:none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}

a:visited:hover {
	color: #630046;
	text-decoration:none;
}

#navlist
{
padding-left: 0;
margin-left: 0;
width: 270px;
font-size:12px;
vertical-align:middle;
}

#navlist ul {
list-style: none;
margin-left:0;
padding-left:0;
}

#navlist li
{
margin: 0;
padding: 0.18em;
border-top: 1px solid #999999;
}

#navlist li a { text-decoration: none;}

#navlist li a:link {
	text-decoration: none;
	color:#333333;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
}

#navlist li a:hover {
	text-decoration: none;
	color:#660033;
}

#navlist li a:visited{
	text-decoration: none;
	color:#333333;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
}

#navlist li a:visited:hover {
	text-decoration: none;
	color:#660033;
}
sup {
font-size:11px;
}
.padNav {
	padding-left:165px;
}