/*****************
	MAIN
******************/

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}

body {
	color: #000;
	font: normal 80%/1.5em verdana, sans-serif;
	background: #3333FF url(images/background.jpg) 0 0 repeat-x;
	text-align: center;
}

/*****************
	TEXT STYLES
******************/

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	margin: .25em 0;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	margin: .5em 0;
}

p {
	margin: 1em 0;
}

.post ul {
	margin: 1em 0;
	padding-left: 2em;
}

a {
	color: #377fcc;
}

a:hover {
	background-color: #00FF00;
	text-decoration: none;
}

a.imglink, #medrect a, #linkscol a, #statscol a {
	border: 0;
}

a.imglink img, #medrect a img, #linkscol a img, #statscol a img {
	border: 0;
}

#linkscol, #statscol {
	font: normal .9em arial, helvetica, sans-serif;
}

table {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/*****************
	FONT CLASSES
******************/

p.byline {
	color: #999;
	margin: 0;
	font-size: .9em;
}

/*****************
	LAYOUT
******************/

#container {
	width: 893px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/sideshadow.png) 0 0 repeat-y;
}

#above {
	width: 893px;
	margin: 8px auto 0 auto;
	height: 23px;
	background: transparent url(images/topshadow.png) 0 0 no-repeat;
}

#below {
	width: 893px;
	margin: 0 auto 8px auto;
	height: 23px;
	background: transparent url(images/bottomshadow.png) left bottom no-repeat;
}

#header {
	padding: 0 9px;
	height: 100px;
}

#branding {
	height: 110px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #666;
}

#branding h1 {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}


#content {
	float: left;
	width: 462px;
	margin: 5px 10px 5px 19px;
	padding: 1px;
	overflow: hidden;
}

#footer {
	padding: 20px 9px 9px 9px;
	clear: left;
	text-align: center;
}

#legal {
	padding: .5em 0;
	background: #fff;
	border-top: 1px solid #666;
}

#footer p {
	margin: .25em 0;
}

#base {
	width:100%;
	height:25px;
	color:#000000;
	background-color: #00CCFF;
	border-bottom:#09C solid 2px;
}

#base a {
	color: #003333;
}

#base a:hover {
text-decoration:none;
color: #3333FF;
}

#leader {
	width: 850px;
	padding-left: 30px;
	margin-top: 15px;
}

.header {
font-size:16px;
font-weight:bold;
}

.compoption {
min-height: 425px;
width:550px;
border:dashed thin #CCCCCC;
padding: 15px;
margin-top: 15px;
float:left;
}

.compright {
float:right;
margin-top: 15px;
padding: 15px;
border: dashed thin #CCCCCC;
min-height: 200px;
width: 225px;
font: smaller small-caps;
}

.compbottom {
float:right;
width:225px;
padding:15px;
margin-top: 15px;
border: thin dashed #CCCCCC;
text-align:center;
}

.hiddenlink{
text-decoration:none;
color:#000000;
}

.logo {
background-image: url(images/logo.png);
border:0px;
width:215px;
height:90px;
}

/***************
	IE stuff
****************/

/* only win \*/

* html #content, * html subcontent, * html #linkscol, * html #statscol {
	display: inline;
}

* html #container {
	background-image: url(images/sideshadow.gif);
	font-weight:normal;
}

* html #above {
	background-image: url(images/topshadow.gif);
}

* html #below {
	background-image: url(images/bottomshadow.gif);
}

* html body {
	color: #000;
	font: normal 80%/1.5em verdana, sans-serif;
	background: #3333FF url(images/background.jpg) 0 0 repeat-x;
	text-align: center;
}

* html .logo {
background-image: url(images/logo.gif);
border:0px;
width:215px;
height:90px;
}

a.imglink, #medrect a, #linkscol a, #statscol a {
	border: 0;
}

a.imglink img, #medrect a img, #linkscol a img, #statscol a img {
	border: 0;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end */