html,body {margin: 0px auto; padding:0;background-color: #0f2c58; font-family: Arial; font-size: 10pt; color: #ffffff;}

#outer {
	position: relative;
	margin: 0px auto;
	text-align: center;	
	width: 100%;
	height:100%;
	background-image : url(../images/bigbg.jpg);
	background-position: top-center;
	background-repeat: repeat-x;
}


#headerbg {
	margin: 0px auto;
	width: 100%;
}

#header { 
	padding: 0px;
	position: relative; 
	width: 800px; 
	height: 152px; 
	background-image : url(../images/header.png); 
	margin: 0px auto;
	text-align: left;
}


#nav {
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 141px;
	height: 240px;
	background-image : url(../images/nav_bg.jpg); 
	

}

..navtd {
max-height: 150px;
width: 161px;
}

#chromemenu a {

                color:#ffffff;

                font-weight:bold;

                font-size:9pt;

                font-family: Verdana;

                text-decoration:none;

}

 

#chromemenu a:hover {

                color:#d2e87f;

}

#nav_spacer { height:4px; margin:0px; padding:0px; }

#main_menu a, #main_menu a:link {
font-family: Tahoma; 
	color: #f0eedc;
	width: 800px;
	bottom: 30px;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold;
}

#main_menu a:hover, #main_menu a:active {
	color: #ffffff;
	text-decoration: underline;	
}



#main { 
	padding: 0px;
	position: relative; 
	width: 800px;  
	margin: 0px auto; 
	text-align: left;
	background-image : url(../images/content_bg.png);
	background-repeat: x, y;

	
}

#content_main { 
	padding: 0px;
	position: relative; 
	width: 605px;  
	margin-left: 15px; 
	margin-right: 15px; 
	text-align: justify;
}

#content_sub { 
	padding: 0px;
	position: relative; 
	width: 605px;  
	margin-left: 15px; 
	margin-right: 15px; 
}

#content2 { 
	padding: 0px;
	position: relative; 
	width: 580px;  
	margin-left: 15px; 
	margin-right: 15px; 
	text-align: justify;

}

#footerbg {
	width: 800px;
	height: 75px;
	background-image : url(../images/footer.jpg);
	background-repeat: no-repeat;
	
}

#footer { 
	padding: 0px;
	position: relative; 
	width: 780px; 
	height: 80px; 
	margin: 0px auto 0px auto;
	font-family: Arial; 
    font-size: 11px; 
    color: #ffffff;
}



/* fonts */

.big {COLOR: #d2e87f; TEXT-DECORATION: none; font-family: Trebuchet MS; font-size: 18pt;}
.big2 {COLOR: #d2e87f; TEXT-DECORATION: none; font-family: Trebuchet MS; font-size: 15pt;}
.big3 {COLOR: #ffffff; TEXT-DECORATION: none; font-family: Trebuchet MS; font-size: 13pt;}
.big4 {COLOR: #d2e87f; TEXT-DECORATION: none; font-family: Trebuchet MS; font-size: 12pt;}
.big5 {COLOR: #d2e87f; TEXT-DECORATION: none; font-family: Trebuchet MS; font-size: 10pt; font-weight:bold;}

.rules {COLOR: #ffffff; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt;}

.link1 {COLOR: #d2e87f; TEXT-DECORATION: underline; font-family: Arial; font-size: 9pt;}
a:link.link1  {color : #d2e87f;}
a:visited.link1  {color : #d2e87f;}
a:active.link1  {text-decoration: none;}
a:hover.link1  {color : #ffffff; text-decoration: none;}

.link2 {COLOR: #d2e87f; TEXT-DECORATION: underline; font-family: Arial; font-size: 11pt;}
a:link.link2  {color : #d2e87f;}
a:visited.link2  {color : #d2e87f;}
a:active.link2  {text-decoration: none;}
a:hover.link2  {color : #ffffff; text-decoration: none;}


