﻿/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/ladydianabackground.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-color:#52668C;
	background-repeat:repeat-x;
}
#top{
	height:143px;
	min-width:990px;
	width:990px;
	z-index:500;
	background-color:#ffffff;
}
#columns{
	/*background-color:#088A21;*/
	background-color:#000066;
	width:990px;
	/*margin-left:10px;*/
	max-width:990px;
	min-height:350px;
	/*margin-bottom:-60px;*/

}

#leftContent{
	float: left;
	width:210px;
	/*left:10px;*/
	position:relative;
	/*margin-top:-60px;*/
	background-color:#ffffff; 
	z-index:1000;
}
#mainContent{
	background-color:#FFffff;
	float: right;
	width:780px;
	min-width:780px;
	position:relative;
	min-height:350px;
	height:350px;
}
.contentText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	width:335px;
	margin-left:16px;
	margin-top:12px;
	line-height:150%;
	color:#135276;
	text-align:justify;
	/*margin-left:36px;*/
}

#main{
	background-color:#ffffff;
	width:990px;
	min-width:990 px;
	margin: 0 auto;
	
}

.clear{
	clear:both;
}
.sidecol {
  position: relative;
  /*width: 12em;*/
  overflow: hidden;
}
#textContent {
	position:absolute;
	width:454px;
	height:350px;
	left:0px;
	top:0px;
	margin-top:0px;
	background-color:#F0F0F0;
	padding:0;
}

.textContent ul, li{
	color:#135276;
	margin-left:20px;
	font-size:70%;
	line-height:135%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}	
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#copyright{
	/*background-color:#ffffff;*/
	font-family:Arial;
	font-size:10px;
	width:980px;
	min-width:980px;
	margin: 0 auto;
	padding:10px 0 0 20px;
	color:#24A23D;
}
#copyright a{
	color:#FFFFFF;
	text-decoration:none;
}
#copyright a:visited{
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}
#bottom{
	background-color:#ffffff;
	width:990px;
	left:0px;
	position:relative;
	margin-bottom:0px;
	height:40px;
	color:#034D71;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:55%;
	padding:12px 0px 0px 0px;
	line-height:26px;
	font-weight:bold;
}
#bottom a{
	font-weight:normal;
	color:#034D71;
	text-decoration:none;
	
}
#bottom a:visited{
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#subImage{
	position:absolute; 
	float:right; 
	right:8px;
	top:213px; 
	height:117px; 
	width:290px; 
	z-index:30; 
	clear:both; 
	background-color:#BB6629;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	/*padding:10px;*/
}
#sectionFlash{
	position:absolute; 
	float:right; 
	right:8px; 
	top:0px; 
	height:205px; 
	width:310px;  
	z-index:30; 
	clear:both;
}