@charset "UTF-8";
/* CSS Document */

body  {
background-color: #6d6dd8;
margin: 10px 0px;
padding: 0px;
text-align: center;
/*background-image: url(/images/bkg.gif);*/
background-image: url(/images/bak3.png); 
background-repeat:repeat-x; 
background-attachment:fixed;
background-position: center top;
font-family: Arial, Helvetica, sans-serif, Times, Georgia, serif;
color: #191970;
font-size:12px;
}
	

#container {
	background-color:#fff5e6;
	border:#000000 solid 2px;
	width: 800px;
	height: auto;
	text-align:center;
	margin: 0px auto;
}




/*MASTHEAD & NAV */	
#topBar {
background-color:#9e005d;
background-color:#9e005d;
background-image:url(/images/topbar.png);
width: 800px;
height: 15px;
}

#masthead {
margin: 0px auto;
}

#nav {
width:800px;
height:24px;
background-color:#191970; 
background-image:url(/images/navbak.png); 
background-repeat:repeat-x;
border-bottom: 1px solid #FFF7e7;
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 14px;
font-variant: small-caps;
color: #fff5e6;
text-align: center;
line-height:25px;
}
	
#nav ul{
list-style-type:none;
margin: 0px;
padding:0px;
}
	
#nav li {
display: inline;
padding: 5px 10px;
border-right: 1px solid #FFF7e7;
}

#nav li a {
color: #fff5e6;
text-decoration:none; 
font-weight:bold;
}

#nav li.last {
border-right: none;
}
	
#nav li a:hover {
text-decoration:none;
color: #FFCC00;
font-weight:bold;
}



/* SIDEBAR */

#mainImage {
margin-top: 0px;
width:230px;
height: 216px;
float:left;
}

#sidebar {
width:224px;
height:270px;
background:url("/images/sidebar2.png") no-repeat top;
margin-top:215px;
margin-left:-225px;
padding-top:0px;
float:left;
}
	
#sidebar h1 {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 18px;
font-variant: small-caps;
letter-spacing: 2px;
color: #9e005d;
text-align: left;
line-height:23px;
margin-left:20px;
margin-top:15px;
}

#sidebar h1.top {
margin-top:5px;
}

#sidebar p {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 12px;
color: #191870;
text-align: left;
line-height: 20px;
margin-left:20px;
margin-top:-15px;
}



/* MAIN CONTENT */
	
#mainContent {
	width:500px;
	
	margin:0 0 0 250px;
	text-align:left;
	font-size: 13px;
	line-height: 25px;
	word-spacing: 1px;
}

.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

h2 {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 14px;
font-style: normal;
font-variant: small-caps;
color: #191970;
}

h2 a {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 14px;
font-style: normal;
font-variant: small-caps;
color: #191970;
text-decoration:underline;
}

h2 a:hover {
text-decoration:none;
}

a {
	font-family: Arial, Helvetica, Times, Georgia, serif;
	color: #191970;
	font-size:13px;
	line-height: 18px;
	text-decoration: underline;
}
	
a:hover {text-decoration: none;}

p {
	line-height:17px;
	font-family: Arial, Helvetica, Times, Georgia, serif;
	font-size: 13px;
	color: #191970;
}



/* FOOTER */
	
#footer { 
height:25px;
background-color:#191970;
padding-top:0px;
text-align:center;
background-image:url(/images/navbak.png); 
background-repeat:repeat-x;
}

#footer p {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 12px;
color: #FFF7E7;
}
	
#footer a {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 12px;
color: #FFF7E7;
text-decoration: underline;
}
	
#footer a:hover{
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 12px;
color: #FFF7E7;
text-decoration: none;
}



/* TABLES */
	
td {
font-family: Arial, Helvetica, Times, Georgia, serif;
font-size: 11px;
line-height: 13px;
color: #191970;
}


.tableBKG {
background-color: #fcf9f3;
}




.phone {
	font-size: 16px;
	font-weight: bold;
}

