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

/*CSS Designed by Geo Trice III
http://www.geotrice.com
igiti@cox.net
*/

/* ----------------------------------------STYLE CSS-----------------------------------------*/

/* BASICS LAYOUT---------------------*/
p, h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	text-decoration:none;
	color:#000000;
}
p{
	font-size:12px;
	font-style:normal;
}
h1{
	font-size:36px;
	font-weight:bold;
}
h2{
	font-size:24px;
	font-weight:bold;
}
h3{
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:14px;
	font-weight:normal;
}
/* END BASICS LAYOUT---------------------*/

/* ANCHORS LAYOUT---------------------*/
a, a:hover, a:link, a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	line-height: 140%;
}
a{	
	color:#0066cc;
}
a:hover{
	color:#0000ff;
	border-bottom: solid 1px #0000ff;
}
/* END ANCHORS LAYOUT---------------------*/

/* CLASS LAYOUT---------------------*/
/* TOPNAV LAYOUT---------------------*/
#TopNav{
	line-height: normal;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#TopNav ul{
	list-style: none;
}
#TopNav li{
	background:url("") no-repeat right top;
}
#TopNav a{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	background:url("") no-repeat left top;
}
#TopNav a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color:#999999;
	color: #FFFFFF;
}
/* END TOPNAV LAYOUT---------------------*/
/* TOPNAV LAYOUT---------------------*/
#Footer{
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#Footer ul{
	list-style: none;
}
#Footer li{
	background:url("") no-repeat right top;
}
#Footer a{
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	background:url("") no-repeat left top;
}
#Footer a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color:#999999;
	color: #333333;
}
/* END TOPNAV LAYOUT---------------------*/

/* END CLASS LAYOUT---------------------*/
/* ---------------------------------------END STYLE CSS-----------------------------------------*/




/* ----------------------------------------STUCTURE CSS-----------------------------------------*/
/* BASICS LAYOUT---------------------*/
body {
	min-width: 900px;
}
img {
	margin:0px;
	padding:0px;
}
/* END BASICS LAYOUT---------------------*/


/* CLASS LAYOUT---------------------*/
.BodyWrap{
	width:100%;
	margin: 0px auto;
	padding-bottom:0px;
	text-align: left;
}
/* HEADER LAYOUT---------------------*/
.HeaderWrap{
	width: 100%;
	margin:0px;
}
.Header{
	width: 900px;
	margin:0px auto;
}
.Header img{
	padding: 5px;
}

/* TOPNAV LAYOUT---------------------*/
.TopNavWrap{
	width: 100%;
	margin:0px;
}
.TopNav{
	width: 900px;
	margin:0px auto;
}
.TopNav ul{
	margin: 0px auto;
	text-align:center;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
.TopNav a{
	padding: 0px 10px;
}
.TopNav li{
	display: inline;
}
/* FOOTER LAYOUT---------------------*/
.FooterWrap {
	width: 100%;
	margin: 0px;
}
.Footer {
	width: 900px;
	margin: 0px auto;
}


/* END CLASS LAYOUT---------------------*/


/* COLUMN LAYOUT---------------------*/
#Spacer{
	clear:both;
}
/* 1 COLUMN LAYOUT CSS--------------------------*/
#OneColumnWrap{
	float: left;
	text-align: center;
	margin: 0px auto;
}

/* 2 COLUMN EVEN LAYOUT CSS---------------------*/
#TwoColumnWrapEven{
text-align: left;
}
#TwoColumnWrapEven #LeftColumn{
	float:left;
	width: 50%;
}
#TwoColumnWrapEven #RightColumn{
	float:right;
	width: 50%;
}

/* 2 COLUMN 30/60 LAYOUT CSS--------------------*/
#TwoColumnWrap3060{
	text-align: left;
}
#TwoColumnWrap3060 #LeftColumn{
	float:left;
	width: 34%;
}
#TwoColumnWrap3060 #RightColumn{
	float:right;
	width: 66%;
}

/* 2 COLUMN 60/30 LAYOUT CSS--------------------*/
#TwoColumnWrap6030{
	text-align: left;
}
#TwoColumnWrap6030 #LeftColumn{
	float:left;
	width: 66%;
}
#TwoColumnWrap6030 #RightColumn{
	float:right;
	width: 34%;
}

/* 3 COLUMN LAYOUT CSS--------------------------*/
#ThreeColumnWrap{
	text-align: left;
	padding: 15px;
}
#ThreeColumnWrap #LeftColumn{
	float:left;
	height: 200px;
	width: 15%;
}
#ThreeColumnWrap #MiddleColumn{
	width: auto;
}
#ThreeColumnWrap #RightColumn{
	float:right;
	height: 200px;
	width: 15%;
}
/* END COLUMN LAYOUT---------------------*/

/* --------------------------------------END STUCTURE CSS---------------------------------------*/