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

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear{
	clear: both;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #666666;
}
.red{
	color: #990000;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

h1{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
h1 a{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
h1 a:hover{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
h2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
}
h2 a{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
	color: #000000;
}
h3{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h4{
	font-size: 14px;
}
a{
	color: #000099;
}
a:hover{
	color: #FF0000;
}
p{
	margin-bottom: 20px;
	text-align: justify;
}
.center{
	text-align: center;
}
.breaker{
	clear: both;
	border-bottom: 1px dashed #666666;
	width: 100%;
	margin: 0 auto 20px auto;
}
ul{
	list-style: none;
}
ul.bulleted{
	list-style: disc;
	list-style-position: inside;
	padding-left: 20px;
}
ul.bulleted li{
	margin-bottom: 8px;
}

ul.numbered{
	list-style: decimal;
	list-style-position: inside;
	padding-left: 20px;
}
ul.numbered li{
	margin-bottom: 8px;
}
/*------body------*/
body{
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
#wrap{
	width: 1200px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(images/headerbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 300px;
}
#container{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
/*---content---*/

/*left content*/
#left-content{
	width: 686px;
	float: left;
	position: relative;
}
#heading{
	width: 656px;
	height: 42px;
	clear: both;
	background-image: url(images/maintop.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 16px;
}
#text-mid{
	width: 686px;
	background-image: url(images/mainmid.jpg);
	background-repeat: repeat-y;
}
#text-bot{
	width: 626px;
	background-image: url(images/mainbot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 153px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}
/*right content*/
#right-content{
	width: 304px;
	float: left;
}
#nav-head{
	width: 304px;
	height: 102px;
	background-image: url(images/navhead.png);
	background-repeat: no-repeat;
}
#nav-area{
	width: 304px;
	background-image: url(images/nav-mid.png);
	background-repeat: repeat-y;
}
#nav-bot{
	width: 244px;
	background-image: url(images/nav-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 153px;
	padding: 0 30px;
}
#nav-bot ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background-image: url(images/bulletah.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav-bot ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

/*FOOTER*/
#footer{
	width: 930px;
	height: 119px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 0 30px;
}