/* CSS Document */

body {
	background-color: #333333;
	background-image: url(images/bkg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 100%;
	height: 100%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

body>div#container{
	height: auto;
	min-height: 100%;
}

div#container{
	position: absolute;
	background-image: url(images/content_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left 186px;
	left:50%;
	margin-left:-387px;/* half elements width*/
	margin-right: auto;
	margin-bottom: 0px;
	height: 100%;
	width: 773px;
	text-align: left;
}

div#masthead{
	position: relative;
	background-image: url(images/mast_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 186px;
}

div#leftside{
	position: relative;
	height: 100%;
	margin-left: 10px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 145px;
	color: white;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	float: left;
}

div#imgLeft{
	background-image: url(images/left_top.jpg);
	width: 180px;
	height: 5px;
	text-align: left;
}

div.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}


div#content{
	position: relative;
	color: black;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 180px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	left: -1px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #FFCC33;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 10px;
	font-style:italic;
	font-weight:bold;
	margin: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFCC33;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.sectionTitle{
	font-size: 18px;
	background-color: #CB690D;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 2px solid solid #F1D6B6;
	border-right: 2px solid #A84C07;
	border-bottom: 2px solid #A84C07;
	border-left: 2px solid #F1D6B6;
}

.date{
	color: white;
	font-size: 12px;
	font-weight: bold;	
}

.adminTitle{
	font-size: 18px;
	text-transform: uppercase;
	color: red;
}

div#adminSide{
	position: relative;
	height:100%;
	padding: 0px;
	margin-left: 0px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	text-align: left;
}

a{
	color: #CB690D;
	text-decoration: none;
}

a:hover{
	color: #F1D02F;
	text-decoration: none;
}

a:active{
	color: #CB690D;
}

div#adminSide p{
	color: #F1D02F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#adminSide a{
	color: #F1D02F;
	text-decoration: none;
}

div#adminSide a:hover{
	color: white;
	text-decoration: none;
}

div#adminSide a:active{
	color: #F1D02F;
	text-decoration: none;
}
	

.subLink{
	margin-left: 15px;
}

.style1 {
	color: #CB690D;
	font-weight: bold;
	font-size: 14px;
}

table{
	height: auto;
}

td.img{
	padding-right: 10px;
}

td.stats{
	border-left: 1px dotted black;
	padding-left: 10px;
}

.statsTitle{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

iframe{
	border: none;
}
