body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color:242424;
	background-image: url(/img/bg.gif);
	background-repeat: repeat;
	scrollbar-face-color:#242424;
    scrollbar-shadow-color:#242424;
    scrollbar-highlight-color:#242424;
    scrollbar-3dlight-color:#242424;
    scrollbar-darkshadow-color:#242424;
    scrollbar-track-color:#242424;
    scrollbar-arrow-color:#FFFFFF;
}
	
#wrapper {
	width: 730px;
	height: 100%;
	margin: 0 auto;
	background-image: url(/img/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

#header {
	width: 730px;
	height: 316px;
	margin: 0 auto;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
p {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}


#nav {
	width: 730px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

#wraptop {
	width: 730px;
	height: 20px;
	margin: 0 auto;
	background-image: url(/img/wraptop.jpg);
	background-repeat: no-repeat;
}

#vspacer {
	width: 1px;
	height: 14px;
	margin: 0 auto;
	background: url(/img/vspacer.gif) no-repeat;
}

a:link {
	color:#b50015;
	font-weight: none;
	text-decoration: none;
	
}
a:visited {

	color:#b50015;
	text-decoration:none; }
a:active {

	color:#b50015;
	text-decoration:none;}
a:hover {
	color:#fc8200;
	text-decoration:none ; 
	border: ;
	border-color:white; 
	text-transform:uppercase; 
	font-weight:bold;
	font-style: none;
}

b{	
	color:#000;
	font-weight:strong; 
}

table, tr, td {
	font-size: 8pt;
	font-weight: normal;

}
textarea, input, select, button, submit {
	background-color: #e9e9e9;
	border: 1px solid #fc8200;
	margin-top: 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #fc8200;
	 
}

h1 {
	font-family: arial;
	background-color: #transparent;
	letter-spacing: -2px;
	font-size: 16pt;
	padding: 0px;
	padding-left: 3px;
	color: #b50015;
	border-bottom: 3px solid #fc8200;
	margin-bottom: 2px;
	text-transform: uppercase;

}
h2 {
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #242424;
	padding: 2px;
	padding-left: 55px;
	color: #b50015;
	margin-bottom: 3px;
}
h2 a {
	color: #b50015;
}
h3 {
	font-family: arial;
	background-color: #transparent;
	letter-spacing: -2px;
	font-size: 16pt;
	padding: 0px;
	padding-left: 3px;
	color: #b50015;
	border-bottom: 3px solid #fc8200;
	margin-bottom: 2px;
	text-transform: uppercase;
}
h3 a {
	color: #b50015;
}

.sidebar {
	float: left;
	width: 250px;
	top: 380px;
	background: none;
}

.main {
	width: 100%;
	background-color: transparent;
	padding: 2px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1px;
	font-weight:normal; 
}	
.contents {
	width: 414px;  
	top: 380px;
	background: none;
}

.timer {  
     font-family: arial;
	 font-weight: bold;   
     background-color: #transparent;  
     letter-spacing: 3px;  
     font-size: 9pt;  
     padding: 0px;  
     padding-left: 3px; 
     color: #982A3A;  
     margin-bottom: 2px;  
     text-transform: uppercase;  
}

#wrapper div {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #e9e9e9;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #e9e9e9;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #e9e9e9;
	-moz-border-radius: ;
}