/* GLOBAL ----------------------------------------------------*/
body { 
	background-color: #e9e9e9; 
	vertical-align: top;
	font: tahoma; 
	font-family: sans-serif;
	font-size: 10pt;
	color: #474747;
}

td { 
	font: tahoma; 
	font-family: sans-serif;
	font-size: 10pt;
	color: #474747;
}

hr {color: #663300}
.color {color: #663300;}
.colorbold {color: #663300;	font-weight: bold;}
.color14 {color: #663300; font-size: 14px;}
.colorbold14 {color: #663300;	font-weight: bold; font-size: 14px;}
.colorbold16 {color: #663300;	font-weight: bold; font-size: 16px;}
.color13 {color: #663300; font-size: 13px;}
.colorbold13 {color: #663300;	font-weight: bold; font-size: 13px;}
.boldred {font-weight: bold; color: #ff0000}
.labeltext {font-size: 8pt; font-weight: bold; color: #663300;}
.formerror {font-size: 8pt; font-weight: bold; color: #FF0000;}

a {color:#646464; text-decoration: underline}
a:hover{color:#d20000;}

.button {
	font-weight:bold;
	color:#646464;
	text-align: center middle;
	background-color:#900;
	background:#FFC000;
	border:2px outset; 
	cursor:pointer
}

.up {
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	border: 1.5pt outset;
	background-color: #FFC000;
}

.down {
	color: #666666;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	border: 1pt inset;
	background-color: #FFD860;
}

.title {
	color:#646464;
	background-color: #FFD860; 
	font-size: 11px; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navtitle {
	color:#646464;
	background-color: #FFC000; 
	font-size: 11px; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navmenu {
	background-color: #eeeeee; 
	font-size: 10px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navmenu_big {
	background-color: #eeeeee; 
	font-size: 12px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navmenu_clear {
	background-color: #ffffff; 
	font-size: 10px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.highlight {
	font-weight:bold;
	background:#ffff00;
}

img{ border: 0px;}

.expansion{ height: 100%}

h1, h2, h3{ 
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	color: 000000;
	font: tahoma; 
	font-family: sans-serif;
}

h1{font-size: 10pt;}
h2{font-size: 9pt;}
h3{font-size: 8pt;}

/* Left ----------------------------------------------------*/
#leftColumn{ width: 527;}
#rightColumn{ width: 273;}
#siteTable{ width: 800; background-color: white;}

/* Navigation ----------------------------------------------------*/
#navigation {
	margin: 10px 2px 0px 11px;
	color: #656565;
	font-size: 9pt;
}

#navigation a{ color: #656565;}
#navigation a:hover{ color: #DAA70B;}
#navigation a:active{ color: #656565;}
#navigation a:visited{ color: #656565;}

/* Right ----------------------------------------------------*/
#rightHeader{ 
	height: 58; 
	background-color: #F1F2ED; 
	text-align: right;
	padding: 5px;
}

#rightTop{
	background-color: #FFC000;
	background-image: url("../imgs/side_topcorner.gif");
	background-repeat: no-repeat;
}

#rightBottom{
	background-color: #FFD860;
	background-image: url("../imgs/side_middlecorner.gif");
	background-repeat: no-repeat;
}

#membersLogin{
	background-color: #FFD860;
}

.login_buffer {  
	padding: 5px;
}

.right_buffer {  
	padding: 10px;
}

.right_text{
	color: #474747;
	font-size: 8pt;
}

.right_quote{
	color: 474747;
	font-size: 8pt;
	font-style: oblique;
}


/* FOOTER ----------------------------------------------------*/
#footer{
	height: 50px;
	padding: 10px 10px 10px 10px;
	font-size: 9pt;
	text-align: center;
	color: #656565;
	background-color: white;
}

#footer a{ color: #656565; font-size: 9pt;}
#footer a:hover{ color: #DAA70B;}
#footer a:active{ color: #656565;}
#footer a:visited{ color: #656565;}

ul {
	list-style-type: square;
}

.link_header {
	background-color: #e2e2e2;
	padding: 2px 5px 2px 5px;
}
