/* CSS Document */

body
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #FFF;
	margin: 10px 0px;
}

/* Begin Link Styles */

a
{
	font-size: 11px;
	color: #4a3878;
	text-decoration: none;
}

a:visited 
{
	color: #4a3878;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active
{
	color: #000;
}

/* Begin Link Styles */

h1 {
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 140%;
}
h2 {
	font-size: 14px;
	color: #4a3878;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	line-height: 140%;
}
h3 {
	font-size: 14px;
	color: #4a3878;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #cdcdcd;
	margin: 20px 0px;
}

/* IDs */

#popupstyle{
	border: 1px solid #cdcdcd;
	width:350px;
	margin: 0px 0px 12px 14px;
	padding:10px;
}

#home #header{
height:400px;
}
#container {
	width: 846px;
	text-align: left;
}
#home #bannerImage {
	position: absolute;
	z-index: 1;
	margin-top: 53px;
	margin-left: 194px;
	top: 0px;
	height:300px;
}
#inside #bannerImage {
	position: absolute;
	z-index: 1;
	margin-top: 54px;
	margin-left: 0px;
	top: 0px;
}
#header {
	z-index: 100;
	position: absolute;
	top: 0px;
}
#leftNav {
	width: 207px;
}
#leftNav img,
#leftNav a {
	margin: 0px;
	padding: 0px;
	float: left;
}
#home #rightShadow {
margin-top:285px;
}
#inside #rightShadow {
	background-image: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#inside #rightShadow {
	margin-top: 168px;
}
#menu {
	border-top: 1px solid #FFF;
	height: 26px;
}
#menu a {
	float: left;
	padding: 0px;
	margin: 0px;
}
#main {
	background-color: #FFF;
	clear: both;
	
}
#home #main {
	background-image: url(../images/body_bg_home.gif);
	background-repeat: no-repeat;
	height: 354px;
}
#inside #main {
	background-image: url(../images/content_bg_inside.gif);
	background-repeat: repeat-y;

}
#inside #main table {
	background-image: url(../images/body_bg_inside.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 446px;
	padding-bottom: 60px;
		
}
#inside #main table table {
	background-image: none;
	min-height: 446px;
	padding: 0px;	
}
#content {
	vertical-align: top;
	width: 503px;
	padding: 23px 55px 20px 40px;
	line-height: 16px;

}
#inside #content {
	padding: 15px 55px 20px 40px;
	
}
#rightCol {
	vertical-align: top;
	padding: 23px 25px 20px 0px;
}
#inside #rightCol {
	padding: 15px 40px 20px 0px;
}
#inside #rightCol div {
	padding: 5px 0px;
	
	font-size: 12px;
}
#inside #rightCol div.first {
	border-top: 1px solid #cdcdcd;
}
#inside #rightCol div a {
	color: #404040;
	font-size: 12px;
}
#inside #rightCol div span {
	display: block;
	font-size: 11px;
	padding-top: 3px;
}
#inside #rightCol div span a {
	font-size: 11px;
}
#inside #rightCol div.purple {
	padding: 5px 0px;
	border: none;
	color: #4a3878;
	font-size: 11px;
}
#footer {
	position:absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
}
#footer a {
	text-decoration: none;
	padding: 0px 35px 0px 0px;
}
#footer a:hover {
	text-decoration: underline;
}

/* Classes */

ul.spaced li {
	padding-bottom: 15px;
}

.quotes {
	border-top: 1px dotted #cdcdcd;
}
.quotes div {
	border-bottom: 1px dotted #cdcdcd;
	padding: 10px 0px;
}

