/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}


a {
	font-weight: bold;	
	text-decoration: none;
	color: #0080FF;
}

a:hover {
	text-decoration: underline;
	color: #0080FF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 8px;
	margin: 12px auto;
	padding: 10px 0px;
    background-image: url("img/logo_200_25.png");  
    background-repeat:no-repeat;
    position: relative;    
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	/* color: #3399FF; */
	font-size: 2em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#top_right_box {
    top: 0px;
    right: 0px;
    position: absolute;
}

/************* MENU ************/

#menu {
	width: 770px;
    height: 18px;
	margin: 0px auto;
	padding: 8px 0px 8px 0px;
    background: url("img/bg_main-nav.png") repeat-x scroll 0 0 transparent;
	/*background-color: #003333;*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right; 
}

#menu li {
	display: inline;
}

#menu a {
	padding: 6px 6px;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*
#menu a:hover {
	background-color: #55b5c6;
}
*/
/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
    
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

/*
#tickline {
	background-image:url(img/tickline.jpg);
	background-repeat:repeat-x;
	height:10px;
	width:770px;
	font-size:1px;
	clear:both;
	float:none;
}
*/


#left {
	float: left; 
	width: 540px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right; 
	width: 150px;
	padding: 0px 20px 40px 20px;
	/* color: #99CCFF; */
}

/************* FOOTER ************/

#footer {    
    clear: both;
	width: 770px;
	margin: 0px auto;	
	background:  repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}



