@charset "utf-8";
/* CSS Document */
body {
	background-color:#999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 16px; 
	font-weight: bold; 
	color: #fdd767;
}
#header {
	text-align:center;
}
#nav2{
	text-align:center;
}
#content {
	text-align:center;
}
#btn{
	text-align:center;
}
#footer {
	text-align:center;
}
.inner {
    width:999px;     /* Limits its width */
    margin:0 auto;   /* Makes this inner div centered */
    text-align:left;    /* Parent strips have center aligned text */
    overflow:hidden; /* To clear floats */
	background-image:url(../images/blue-background.jpg);
}
.innerFooter {
    width:999px;     
    margin:0 auto;   
    text-align:center;    
    overflow:hidden;
	height:38px;
	background-image:url(../images/index_12.jpg);
}
.innerHeader {
	position:relative;
    width:999px;     
    margin:0 auto;   
    text-align:right;    
    overflow:hidden;
	height:165px;
	background-image:url(../images/index_01.jpg);
}
.innernav{
   width:999px;     
    margin:0 auto;     
	height:37px;
	background-color:#FFFFFF;
}

.nav{
	float:left;
}
.innerbtn{
	 width:999px;     
    margin:0 auto;     
    overflow:hidden;
	height:118px;
}
.btnimage{
	float:left;
}
#dicks {
	position:absolute;
	left:819px;
	top:55px;
	width:162px;
	height:90px;
	z-index:2;
}
.footerCopy{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
.footerCopy a:link{color:#FFFFFF; text-decoration:underline;}
.footerCopy a:visited{color:#FFFFFF; text-decoration:underline;}
.footerCopy a:hover{color:#FCFF00; text-decoration:none;}
.footerCopy a:active{color:#FFFFFF; text-decoration:underline;}
.headerFont{ font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:12px; color:#000000; font-weight:bold;}
.headerFont a:link{color:#000000; text-decoration:none;}
.headerFont a:visited{color:#000000; text-decoration:none;}
.headerFont a:hover{color:#2222e4; text-decoration:none;}
.headerFont a:active{color:#000000; text-decoration:none;}
.picture{
	float:left;
	width:331px;
	overflow:hidden;
}
.cbody{
	float:left;
	width:663px;
	padding-left:5px;
}
.text{
	padding-right:25px;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.text a:link{ color:#FFFFFF; text-decoration:underline;}
.text a:visited{ color:#FFFFFF; text-decoration:underline;}
.text a:hover{ color:#FCFF00; text-decoration:none;}
.text a:active{ color:#FFFFFF; text-decoration:underline;}
.yellowTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FCFF00;
}
.subnav{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	margin-left:15px;
	padding-top:4px;
	font-weight:bold;
}
.subnav a:link{color:#15158F; text-decoration:none;}
.subnav a:visited{color:#15158F; text-decoration:none;}
.subnav a:hover{color:#15158F; text-decoration:none; display:block; font-weight:bold;}
.subnav a:active{color:#15158F; text-decoration:none;}


#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}