/*
* General Type and Elements
* ---------------------------------------------------- */
body {
	margin: 0; padding: 0; border: none;
	text-align: center;
	/* background: #FCF url(/images/background_body.gif) repeat fixed top; */
	background: #FCF url(/images/background_body.gif) repeat;
	font-weight: normal; 
	color: #333;
	font: normal normal normal .8em/1.5em arial,helvetica,sans-serif; 
	}

	/* line-height: 120%; */
a          {color: #00F; text-decoration:none;}
a:Visited  {color: #00F; text-decoration:none;}
a:Active   {color: #00F; text-decoration:none;}
a:Hover    {color: #F60; text-decoration:underline;}

.smalltext, .smalltext td, .smalltext li {
	font-size: .7em;
	}
h1 {
	font: normal 700 2em arial,helvetica,sans-serif; 
	color: #F6F;
	margin: 0 0 15px 0;
	border: none;
	padding: 0;
	}
h2 {
	font: normal 900 1.5em arial,helvetica,sans-serif; 
	color: #666;
	margin: 0 0 2px 0;
	border: none;
	padding: 0;
	}
h3, .h3 {
	font: normal 900 1.2em arial,helvetica,sans-serif; 
	color: #999;
	margin: 0 0 2px 0;
	border: none;
	padding: 0;
	}
th { text-align: left; font-weight: bold; }
td { vertical-align: top; }
hr {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none; 
	color: #999; 
	background-color: #999; 
	height: 1px;
	}
form {
	padding: 0;
	margin: 0;
	}



/*
* Stylized Type
* ---------------------------------------------------- */
.error { color: red; }
.ghost { color: #666666; }
.red   { color: #ff0000; }

.formtable {
	border: 1px solid #333;
	}
.formtable th {
	background-color: #333;
	color: #FFF;
	}
	.formtable th a:link    { color: #FFF; text-decoration:underline; }
	.formtable th a:active  { color: #FFF; text-decoration:underline; }
	.formtable th a:visited { color: #FFF; text-decoration:underline; }
.note {
	margin: 10px 0 10px 0; 
	padding: 8px;
	border: 1px solid #CCC; 
	background-color: #EEE;
	color: #333;
	}
	.note p { float: right; margin: 0; padding: 0; border: none; }
.highlightbox, .question, .devnote {
	margin: 10px 0 10px 0; 
	padding: 8px;
	border: 1px solid #CC9; 
	background-color: #FFC;
	color: #000;
	}
	
	
	
/*
* BODY STYLES
* ---------------------------------------------------- */
#Frame {
	margin: 0 auto 0 auto;
	padding: 0;
	width:730px;
	text-align:left;
	}
.frameleft {
	margin: 0; padding: 0; border: none;
	width: 5px;
	background: url(/images/circles_left.gif);
	}
.framecenter {
	margin: 0; padding: 0; border: none;
	width: 720px;
	background-color: #FFF;
	}
.frameright {
	margin: 0; padding: 0; border: none;
	width: 5px;
	background: url(/images/circles_right.gif);
	}
.logoband {
	border-top: 5px solid #606;
	margin: 0; padding: 0;
	width: 720px;
	height: 83px;
	background: #C3C url(/images/background_logo.gif) repeat-x;
	}
.content {
	clear: both;
	border-top: 15px solid #606;
	border-bottom: 1px solid #999;
	padding: 30px;
	}
.footer {
	padding: 10px 0;
	background-color: red;
	margin: 0px;
	border: none;
	text-align: center;
	background: transparent url('/images/circles_bottom.gif') no-repeat 5px 0;
	font-size: .85em;
	}
.entry {
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	}
	
/*
* top NAVIGATION
* ---------------------------------------------------- */
.topnavholder {
	float: right;
	text-align: left;
	vertical-align: bottom;
	width: 200px;
	height: 83px;
	background: url(/images/background_top_subnav.gif) repeat-x;
	}
.topnavframe {
	margin-top: 60px;
	width: 200px;
	}
#topnav {
	width: 200px;
	padding: 0 0 0 5px;
	list-style: none;
	display: inline;
	/*letter-spacing: 0.1em; */
	font: normal normal normal .9em verdana,sans-serif; 
	}
#topnav li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	display: inline;
	}
#topnav a {
	padding: 0 0 0 13px;
	text-decoration: none;
	color: #FFF;
	background: url(/images/top_bullet_off.gif) no-repeat bottom left;
	}
#topnav a:hover {
	background: url(/images/top_bullet_on.gif) no-repeat bottom left;
	}


/*
* PRIMARY NAVIGATION
* ---------------------------------------------------- */
#nav {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid #FFF;
	border-bottom: 3px solid #FF0;
	font: normal 11px verdana,sans-serif; 
	background: #FF3 url(/images/background_nav.gif) repeat-x;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(/images/nav_divider.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #333;
	}
#nav a:hover, #nav a.active {
	background: #FF0 url(/images/background_nav_on.gif) repeat-x;
	color: #000;
	}
#nav a.active {
	font-weight: bold;
	background: #FF0 url(/images/background_nav_on.gif) repeat-x;
	}
#nav a.inactive {
	color: #CCC;
	}
li#t-home a {
	margin-left: 25px;
	background: url(/images/nav_divider.gif) no-repeat top left;
	}
