/* CSS Document */


/* Layout */

body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#b0b0b0;
	color: #3D2858;
}

#container{
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;	
}

#logo{
	width:268px;
	float:right;
}

#homeBackground{
	background-image:url(images/background_home.gif);
	background-color:#F1ECE3;
	background-repeat:no-repeat;
	float:left;
	width:800px;
}


#textColumnContainer{
	width:607px;
	margin-left:193px;
}	


#textColumnLeft{
	margin:174px 0px 20px 0px;
	width:260px;
	float:left;
}

#textColumnRight{
	float:left;
	margin: 174px 0px 20px 40px;
	width:260px;
}	


#footerContainer{
	clear:both;
	margin:20px 20px 0px 20px;
	height:40px;
	border-top:#9999CC 1px solid;
}	


#footerLH{
	float:none;
	width:auto;
	margin-top:0px;	
	color:#660033;
	font-size:0.6em;
}

#footerRH{
	float:right;
	width:250px;
	margin-top:15px;
	color:#3D2858;
	text-align:right;
	font-size:0.65em;
}	

/* Additional Layouts for sub pages */


#boxContainer{
	margin: 45px 30px 20px 0px;
	padding-left:40px;
	width: 290px;
	float:left;
}

#boxTop{
	width: 290px;
	height:180px;
	background-image:url(images/box_top.gif);
	background-repeat:no-repeat;
	background-color:#F1ECE3;
}

#boxBottom{
	width: 290px;
	height:237px;
	background-color:#F1ECE3;
	
}	

#bodyCopy{
	float:left;
	margin-bottom:20px;
	width:375px;
	
}

#footerContainerSubs{
	clear:both;
	margin:20px 20px 0px 20px;
	height:40px;
	border-top:#9999CC 1px solid;
	background-color:#FFFFFF;
}


/* Side Links styling */

#links{
	margin: 0px 90px 20px 30px;
	padding-top:20px;
}	

#links ul{
	color: #660033;
	font-size:1.1em;
	text-decoration:none;
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:2em;
	list-style-image:none;
}

#links ul li{
	border-bottom: 1px solid #9999CC;
	font-size:0.7em;
}

#links a, a:visited{
	color: #660033;
	font-weight: normal;
}

#links a:hover{
	color: #9999CC;
	font-weight: normal;
}

/* Text styling */

p{
	font-size:0.7em;
	line-height:1.4em;
}

h1{
	font-size:1.3em;
	font-weight:bold;
	color: #9999CC;
}

h2{
	font-size:0.9em;
	font-weight:bold;
	color:#9999CC;
}	

h3{
	font-size:0.9em;
	font-weight:bold;
}

a, a:visited{
	text-decoration:none;
	font-weight: bold;
	color: #330066;
}	

a:hover{
	color:#9999CC;
	text-decoration:underline;
}		

.email{
	color:#660033;
	text-decoration:none;
	font-weight: normal;
}

.floatFix{
	clear: both;
	float: none;
}

.backTop{
	font-size: 0.7em;
	color:#666666;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
}

.backTop a{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

img.floatLeft { 
    float: left; 
    margin: 7px; 
}

strong{
	color:#330066;
}		

blockquote{
	margin-left: 30px;
  	padding-left: 15px;
  	border-left: 2px solid #9999CC;
	font-size: 0.7em;
	font-style:italic;
}	

ul{
	list-style-image:url(images/bullet.gif);
	font-size:0.6em;
	font-weight:bold;
	line-height:1.3em;
}
.bullet2{
	list-style-image:url(images/bullet.gif);
	font-size: 9px;
	font-weight:bold;
	line-height: normal;
}