
/*
*
* COMMON STYLES
*
*/

body{
	text-align: center;
	color: #000000;
	margin: 0;
	font-family: Verdana, arial, San-Serif;
	font-size: 9pt;
	background: url('/images/bg.gif') no-repeat #3c3838;
}

table, td, tr {
	font-family: Verdana, arial, San-Serif;
	font-size: 9pt;	
}

#container{
	text-align: left;
	width: 963px;
	margin: auto;
	border: 1px solid #dfa800;
	background: #FFFFFF;
}

#banner{
	border-bottom: 1px solid #dfa800;
}

#menu{
	height: 27px;
	background: #3c3838;
	width: 963px;
}

#content{
	min-height: 496px;
	height:auto !important;
	height: 496px;
	background: #FFFFFF;
}

/*
*
* HOME STYLES
*
*/

#lefthome {
	float: left;
	clear: both;
	width: 295px;
	padding: 3px 0 0 2px;
}

#bottomrightcontent{
	clear: both;
}

#righthome{
	float: right;
	text-align: left;
	width: 662px;
	padding-top: 3px;
	padding-left: 2px;
}

#toolboxhome img{
	border: 1px solid #ff0000;
	width: 294px;
}

#teamboxhome img{
	margin-top: 4px;
	border: 1px solid #ff0000;
	width: 294px;
}

#eventshome{
	margin-top: 4px;
	/*border: 1px solid #ff0000;
	background: url('/images/upcomingevents_home.gif') top left no-repeat #3c3838;*/
	height: 211px;
	width: 294px;
}



/*
*
* SECONDARY STYLES
*
*/

#left {
	float: left;
	margin: auto;
	width: 242px;
	padding: 3px 3px 0 3px;
	background: #FFFFFF;
}

#right{
	float: right;
	text-align: left;
	width: 700px;
	background: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
}

#toolbox img{
	border: 1px solid #ff0000;
	width: 239px;
}

#teambox img{
	margin-top: 4px;
	border: 1px solid #ff0000;
	width: 239px;
}

#events{
	margin-top: 4px;
	/*border: 1px solid #ff0000;
	background: url('/images/upcoming_events.gif') top left no-repeat #3c3838;*/
	height: 211px;
	width: 239px;
}

#subtitle{
	text-align: right;
	padding: 24px 22px 20px 0;
}

#bottom img{
	vertical-align: bottom;	
}

#copyright{
	text-align: right;
	width: 963px;
	margin: auto;
	padding: 5px 0;
	font-size: 8pt;
	color: #FFFFFF;
}

#copyright a{
	color: #e4bc04;
	text-decoration: none;	
}