/** main body styles **/
/** last modified april 2004  **/

body {
	background-color: #949B90;
	height:100%;
	padding: 0px;
	margin: 0px;
	margin-left:auto; margin-right:auto; /*centers table for mozilla and opera */
}

.bodywrap /** wrapper table that provides the borders and the right bar gutter **/{
	background: #F2EAD7 url(../img/bodywrap_bg.gif) repeat-y right top;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/** global fonts and links **/

 td,p,ul,caption,label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

p /* sets the padding within the content area*/{
	/*margin-right: 5px;
	margin-left: 10px;*/
}


/**  default link styles**/

a:link, a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

/*************  start header styles ****************/

.headertable{

}

.head1 /*height set in the table*/{
	background: #B0B58B url(../img/head1_bg.jpg) repeat-y;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

.head1 a /* this rule is hidden from Netscape 4 */{
	text-decoration: none;
}

.head1 a:link, .head1 a:visited {
	color: #676D63;

	 }
.head1 a:hover, .head1 a:active	/* Netscape 4 ignores hover and active states */ {
 	color: #000000;
	}

.head2 /* height set in the table */{
	background: #F2EAD7;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #8C8B80;
	padding-left: 10px;
	letter-spacing: 2px;
	vertical-align: middle;
}
.head3 {
	background: url(../img/head3_1_bg.gif) repeat;
}

/****************  navigation links ******************/
.nav {
	background: #FFFFFF;
	font: 11px/1.0em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.nav a /* this rule is hidden from Netscape 4 */{
	display: block;
	text-decoration: none;
	line-height: 1em;
}

.nav a:link, .nav a:visited {
	color: #333;

	 }
.nav a:hover, .nav a:active	/* Netscape 4 ignores hover and active states */ {
	color: #000000;
	background: #7B8077;
	background-color: #F2EAD7;
	}

.nav ul /*this rule is hidden from Netscape 4, set both padding and margin for different browsers */{
 	/*/*/
 	margin-left: 5px;
	padding-left: 5px;
 	list-style-type: none; /* */ 
 }	
 
.nav li {
 	/*/*/margin: 0px 0px 1px 0px; /* */
 }

.contentrightbar {

}

.contenthome1/*home page left content*/{
	line-height: 1.5em;
	font-size: 11px;
	border-right: 1px solid #8B8A67;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.contenthome2 /*home page right content*/{
	line-height: 1.2em;
	padding-right: 3px;
	padding-left: 5px;
	vertical-align: top;
}

.content{
	vertical-align: top;
}
.contenttable {
}
.contenttable td{
	padding-right: 5px;
	padding-left: 10px;
}


h1 {
	padding-top: 10px;
	padding-bottom: 2px;
	color: #8B8A67;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 5px;
	padding-bottom: 2px;
	color: #8B8A67;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

.footertable {

}

.footertable td{
	text-align: center;
}


.sponsortable{
width:100%;

}

.sponsortable td{
	vertical-align:middle;
}

