@charset "utf-8";

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#FC6;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#FC6;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.mainBody
{
	font: 12px/1.3em Verdana, Geneva, sans-serif;
	background: #ADADAD repeat;
	background-color: #999;
}

#container 
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	color: #FFF;
}

#header
{
	background-color: #575757;
	clear: both;
	background-image: url(images/hdr_backgrnd.jpg);
	background-repeat: repeat-y;
}

#header p
{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	width: 700px;
	text-align: center;
	padding-right: 10px;
}

#bodycontainer
{
	float: left;
	clear: both;
	width: 100%;
	background: #9E9E9E url(images/body_background.jpg) repeat-x;
	background-color: #000;
}

#leftbody
{
	float: left;
	width: 280px;
	margin: 0;
}

#rightbody
{
	float: right;
	width: 150px;
	margin: 0;
	background-color: #575757;
}

#midbody
{
	margin-left: auto;
	margin-right: auto;
	float: left;
	max-width: 750px;
	padding: 20px;
}

#nav
{
	width: 134px;
	margin-left: auto;
	margin-right: auto;
	background-color: #575757;
}

#footer
{
	padding: 0px 0px 5px;
	background-color: #575757;
	clear: both;
	background-image: url(images/hdr_backgrnd.jpg);
	background-repeat: repeat-y;
}


.basicCyan
{
	font-size: small;
	font-weight: bolder;
	color: #b4f7f5;
	letter-spacing: -0.05em;
	text-align: right;
	float: right;
}

.basicWhite
{
	font-size: 16px;
	color: #EEE;
	letter-spacing: -0.05em;
	text-align: right;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	float: right
}

.basicMagenta
{
	font-size: 14px;
	color: #F30;
	letter-spacing: -0.05em;
	text-align: right;
	font-weight: bold;
}

.name
{
	font-size: x-large;
	font-weight: bolder;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -0.09em;
	text-align: left;
	line-height: 100%;
	text-transform: uppercase;
}

.name2
{
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -0.09em;
	text-align: left;
}

.footertext
{
	font-size: 10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.emphasis 
{
	font-style: italic;
	letter-spacing: -0.05em;
	font-weight: bold;
}

.caps 
{
	text-transform: uppercase;
}

.capsBold
{
	text-transform: uppercase;
	font-weight: bold;
}

.imgBorder 
{
	border: 3px #000 solid;
}

