/* CSS Document */
/* Main Page Elements */


body{
	background-color: #776964;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#container{
	padding: 0px;
	width: 790px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	margin: 0px;
	background-image: url(images/fill.gif);
	background-repeat: repeat-y;
}

#logo{
	margin: 0px;
	height: 112px;
	width: 188px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	overflow: visible;
	visibility: visible;
	border: none;
	text-align: left;

}
#left{
	margin: 0px;
	padding: 0px;
	left: 0px;
	width: 188px;
	top: 0px;
	float: left;
	height: 500px;
	clear: right;
	position: static;

}

#right{
	width: 550px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;


}

#header{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 598px;
	float: right;
	text-align: right;
	margin: 0px;
	color: #2D54A6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;

}

#nav{
	background-color: #FFFFFF;
	height: 25px;
	margin-top: 3px;
	width: 592px;
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;

}

#footer{
	background-color: #dcddde;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	bottom: 0px;
	position: static;
	width: 784px;
}

#footer2{
	background-color: #dcddde;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	width: 786px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	vertical-align: bottom;

	float: right;

	left: 0px;

	right: 0px;

	clear: both;

	position: static;

	padding: 0px;

	overflow: visible;

	visibility: visible;

	margin-top: 50px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

/* Ad Boxes ONLY */

.adtop{
	background-image: url(images/ad_top.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	width: 135px;
	padding-top: 3px;
	padding-left: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

.ad{
	margin: 10px;
	width: 165px;
	background-image: url(images/ad_fill.gif);
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;

}

.ad p{
	margin: 8px;
	padding: 0px;
	line-height: 16px;

}

.adbottom{
	background-color: #EDE6DF;
	background-image: url(images/ad_bottom.gif);
	height: 3px;
	width: 165px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

.redtext{

	text-align: center !important;
	color: #FF0000;
	font-weight:bold;
	text-align: center !important;
	line-height: 18px;
}

/* content area elements */

#content{
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 0px;
	overflow: visible;
	visibility: visible;

}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #667773;
	background-image: url(images/h2_boarder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	margin: 0px;
	padding: 0px;

}

h3{
	color: #2D54A6;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-style: italic;

}


ul{
	list-style-type: none;
	line-height: 18px;
}

#content li{


}

ol{

}

#content p{
	line-height: 18px;

}

.imgright{
	margin: 10px;
	float: right;

}

.imgleft{
	margin: 10px;
	float: left;

}

table{
	margin: 15px;

}

	/*  Header Links */
#header a:link{
	color:#FFFFCC;
	font-weight: bold;
}
#header a:visited{
	color: #FFFFCC;
	font-weight: bold;
}
#header a:active{
	color: #FFFFCC;
	font-weight: bold;
}
#header a:hover{
	color: #E55131;
	text-decoration: none;
	font-weight: bold;
}
	/* --[[ Footer Links ]]-- */
#footer a:link{
	color: #2D54A6;
	font-weight: bold;
}
#footer a:visited{
	color: #2D54A6;
	font-weight: bold;
}
#footer a:active{
	color: #2D54A6;
	font-weight: bold;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
	
	/* --[[ Footer Links ]]-- */
a:link{
	color: #2D54A6;
}
a:visited{
	color: #2D54A6;

}
a:active{
	color: #2D54A6;

}
a:hover{
	color: #009999;
	text-decoration: none;

}

.style1 {font-size: 10px}


.red_sm {color: #FF0000; font-size:.9em; font-weight:bold;}
.red_sm_it {color: #FF0000; font-size:.9em; font-weight:bold; font-style:italic}
.gold_lg {color: #C6A229; font-size:1.2em;}
.gold_sm {color: #C6A229; font-size:.9em;}
/* End */
