@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333333;
}
img {
	border: 0;
}


#container { 
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background-image: url(images/nonbg.gif);
	background-repeat: repeat;
} 

#sidebar1 {
	float: left; 
	width: 400px; 
	background: #fff;
	background-image: url(images/topbg.png);
	background-position: center -60px;
	background-repeat: no-repeat;
	padding: 0px 0; 
	margin: 0;
}
#sidebar1 h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 60px;
	font-family: georgia;
	line-height: auto;
}
#sidebar1 p {
	margin-left: 200px;
	margin-right: 19px;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
#mainnav ul{
margin: 0;
list-style-type: none;
padding-bottom: 20px;
}

#mainnav ul li {
display: inline;
padding-right: 30px;
font-family: georgia;
font-size: 12pt;
}

#mainnav ul li a:link {
color: #333333;
text-decoration: none;
}

#mainnav ul li a:hover {
background-color: #CC0033;
}

#nav2 {
float: left;
width: 180px;
height: 700px;
border-right: 1px solid #999999;
}
#mainContent {
 	margin: 0 15px 0 415px;
} 

.title {
	font-family: georgia;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	background-image: url(images/captionbg.png);
	background-repeat: no-repeat;
	background-position: -50px -15px;
	padding: 12px 0px 90px 30px;
	width: 275px;
	font-family: georgia;
	font-size: 8pt;
	letter-spacing: 1px;
}
.captitle {
	font-family: georgia;
	font-style: oblique;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	}
	
.dropcap {
	font-family: georgia;
	font-size: 50px;
	line-height: 10px;
	}
	
