body {
	text-align:  		center;	
	font: 				11px verdana,arial;
	line-height:		14px;
	color: 				#FFF;
	background-color: 	#FFF;
	}
	
td {
	font: 				11px verdana,arial;
	line-height:		14px;
	color: 				#FFF;
	}
	
#container {
	position:			relative; 
	text-align:			center;
	width: 				700px;
	height:				585px;
	margin-left: 		auto;
	margin-right: 		auto;
	padding:			0px;
	}
	
#headersection {
	text-align:			left;
	position:			relative;
	width: 				724px;
	height:				350px;
	background: 		#000 url(../assets/images/header_background2012.jpg) no-repeat;
	}
	
#countdown {
	position:			absolute; 
	text-align:			center;
	left: 				623px;
	top:				15px;
	width: 				36px;
	border: 			0px solid #BF002D;
	font:				bold 24px arial, sans-serid;
	color:				#000;
	}
	
#navigation {
	position:			relative; 
	text-align:			center;
	left: 				70px;
	top:				335px;
	width: 				623px;
	border: 			0px solid #ADAB9C;
	}
	
#contentsection {
	background: 		#000 url(../assets/images/content_background2010.jpg) repeat-y;
	border: 			0px solid green;
	}
	
#footerimage {
	background: 		#000 url(../assets/images/footer_background2010.jpg) no-repeat;
	height:				153px;
	}
	
/* for css positioning   *************
#leftcolumn {
	position:			absolute;
	left: 				0px;
	top:				187px;
	width: 				196px;
	padding: 			0px 0px 5px 0px; 
	margin:				0px 0px 0px 28px;
	line-height:		20px;
	border-right: 		1px dashed #000;
}

#rightcolumn {
	position:			relative;
	top:				187px;
	padding:			0px 70px 5px 0px;
	margin:				0px 0px 0px 329px;
	border-right: 		1px solid blue;
}
End css positioning *******************/

#leftcolumn {
	padding: 			0px 0px 10px 55px; 
	margin:				45px 0px 0px 10px;
	font: 				normal 12px tahoma,arial,sans serif;
	line-height:		20px;
	text-align:			left;
	border: 			0px solid red;
}

#rightcolumn {
	padding:			0px 55px 10px 30px;
	margin:				45px 0px 0px 0px;
	font: 				normal 12px tahoma,arial,sans serif;
	line-height: 		18px;
	border-left: 		1px dashed #000;
	text-align:			left;
}


#footersection {
	width: 				724px;
	left: 				0px;
	text-align:			center;
	font: 				10px verdana,arial;
	color: 				#000;
	}
	
#clear { clear: both; }	

#divider { 
	padding:			8px 10px 0px 0px;
	border-bottom: 		1px dashed #AAA;
}	

a {
	color:				#FF6600;
	text-decoration: 	underline;
}
	
a:visited {
	color:				#FF6600;
	text-decoration: 	underline;
}
	
a:hover {
	color:				#FF6600;
	text-decoration: 	underline;
}

a.leftnavlink {
	color:				#FF6600;
	text-decoration: 	none;
}
	
a.leftnavlink:visited {
	color:				#FF6600;
	text-decoration: 	none;
}
	
a.leftnavlink:hover {
	color:				#FF6600;
	text-decoration: 	underline;
}
.table-border {	border: 1px dashed #4F5E6A;}
.table-border-top { border-top: 1px dashed #4F5E6A;}
.table-header1,.table-header2  {
	font-family : Verdana, Arial;
	font-size : 11px;
	font-weight : bold;
	color : #CCCCCC;
}
.table-header1 {background-color : #A67144;}
.table-header2 {background-color : #666666;}

.table-content1,.table-content2  {
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #CCCCCC;
	font-weight : normal;
}
.table-content1  {background-color : #000;}
.table-content2  {background-color : #EDF2F5;}


h1,.heading  {
	font-size : 24px;
	font-weight : bold;
	color : #FFCC33;
	font-family : Arial Black;	
	letter-spacing: 1.5;
	line-height: 22px;
	margin : 18px 0px 12px 0px;
}

h2,.subheading {
	font-size : 15px;
	font-weight : bold;
	color : #FFCC33;
	font-family : Arial Black;
	margin : 18px 0px 5px 0px;
}
h3,.subsubheading {
	font-size : 13px;
	font-weight : bold;
	color : #FFCC33;
	margin : 15px 0px 5px 0px;
}
.subnav {
	font-size : 11px;
	color : #555555;
	width : 100%;
	background-color : #799DB0;
	padding : 4px;
}


.alert {font-size : 12px; color : #000000; font-weight : bold;}
.highlight {color : #FC2D06;}
.twelve {font-size : 12px;}
.eleven {font-size : 11px;}
.ten {font-size : 10px;}

/*  Styles for forms */

label {
	width: 120px; 
	float: left;
	text-align: right;
	margin: 5px 5px 6px 0px;
	clear: both;
}

form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #999999;
  padding: 10px;
  margin: 0px 0px 6px 0px;
}
fieldset legend {
  color: #FC2D06;
  font-weight: bold;
  margin: 0px;
  padding: 3px 5px;
}
input, textarea, select { 
font: 11px arial, sans-serif; 
color: #555555; 
background: #FFFCF4; 
border: 1px solid #666666;
margin-top: 5px;
padding: 1px;
}
form textarea {
	width: 95%; 
}
.checkbox {
	border: 0px; 
	background-color: transparent; 
	padding: 4px 4px 4px 10px;
}
.button {
	font-family : Verdana;
	line-height : 11px;
	font-weight : bold;	
	margin-left: 140px;
	clear: both;
	border: 1px solid #666666;
}

.dropdown  {
	font-weight : normal;
	border: 1px solid #666666;
}

.inputbox  {
	margin-bottom: 6px;
}
/* End Styles for forms */
