/* ***************** sections styles ************************ */


/* ***************** main styles ************************ */
body
{
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	color: #E8E8D0;
	background: url(bg.jpg) repeat-x top #000000;
}
td
{
	/*font-family: hn; */
	font-size: 12px; 
}
a {
	outline: 0; 
}
a:link, a:visited, a:active  {color:#FFFFFF; text-decoration: underline;}
a:hover {color:#FFFFFF; text-decoration: none;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	height: 100%;
	width: 800px;
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	height: 100%;
	width: 780px;
	background-image: url(td-main-b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* header */
.header {
	vertical-align: top;
	height:85px;
}
.logo {
	padding:0px;
	margin:0px;
}
.top-info{
	text-align:right;
}
.top-info h2{
	color:#1DA2CB;
	font-size:18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.top-info p{
	color:#FFFFFF;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
.menu {
	height: 36px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	list-style-type: none;
	font-size: 11px;
	font-weight:bold;

}

/* left col */
.leftcol {
	vertical-align: top;
	width: 200px;
	padding:  0px 0px 0px 0px;
}
/* center col */
.centercol {
	vertical-align: top;
	width: 605px;
	padding:  0px 0px 0px 0px;
}
.header-pic {vertical-align:top}
.content {
	margin: 0px;
	padding:  10px 20px 20px 50px;
}
.content ul{
	margin: 0px 0px 20px 10px;
	padding: 0px;
}
.content ul li {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 20px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
.greybg-links{
}
.greybg-links a, .greybg-links a:active, .greybg-links a:visited{
	background:#5B5B5B; display:block; width:200px; height:23px; line-height:23px; color:FFFFFF; text-decoration:none; text-indent:10px; margin-bottom:2px;
}
.greybg-links a:hover{
	background:#787878;
}
/* right col */
.rightcol {
	vertical-align: top;
	width: 195px;
	background-color: #323232;
}
.right-btns{
	text-align:center;
	padding: 15px 0px 0px 0px;
}
.right-pic{
	vertical-align:top;
	border-top: 1px solid #767676;
}
.right-text{
	/*background:url(rightcol-bg.jpg) no-repeat bottom left #414141; */
	padding: 20px 0px 20px 0px;
	font-family: Veranda;
	border-top: 1px solid #767676;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */


.links
{
	font-size: 13px;
}

p {
	font-size: 13px;
	font-weight: normal;
	line-height: 2;
	/*margin:0px;
	padding: 0px 0px 10px 0px;  */	
}

h1 {
	/*font-family: hnthin; */
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 24px;
	/*color: #333333;*/
	color: #1C9EC6;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 20px;
	color: #1C9EC6;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 18px;
	color: #1C9EC6;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin:0px;
	padding: 3px 0px 3px 0px;
}
/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer-top
{
	height: 30px;
	background-color: #10100E;
	border-top: 1px solid #2C2C2C;
	padding:7px;
}

.footer-middle
{
	height: 25px;
	background-color: #1B1B1B;
	border-top: 1px solid #2C2C2C;
	padding:5px;
}
.footer-bottom
{
	height: 25px;
	padding:7px;
	color:#979797;
}

.footer table td{color:#939393; text-decoration: none; font-size: 10px; padding: 4px;}
.footer-bottom a:link, .footer-bottom a:visited, .footer-bottom a:active, .footer-bottom a:hover {color:#979797;}
.copyright {display:block; float:left; width:300px; padding:0px; margin:0px;}
.by {display:block; float:right; width:300px; text-align:right; padding:0px; margin:0px; font-size: 12px;}
/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea { font-size: 12px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */





.MainMenu_Idle TD
{
    	background: url(menu-bg.gif) repeat-x top center;
	background-color:transparent
	background-position: top center;
	text-decoration: none;
	text-align: center;
	height:36px;
	color: #ffffff;
	font-weight:bold;

}

.MainMenu_RootActive TD{
	background-image: url(menu-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:transparent
	text-decoration: none;
	text-align: center;
	height:37px;
	color: #ffffff;
	font-weight:bold;


}

.MainMenu_Active TD{
	text-decoration: none;
	color: #ffffff;
	background: #3984B2;
	height:27px;
	text-align:left;


}
.MainMenu_Selected{
	text-decoration: none;
	color: #ffffff;
	background: #3984B2;
	height:27px;
	text-align:left;


}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */


.MainMenu_MenuBreak { 
	border-top-style: none; 
	border-right-style: none;	
	border-left-style: none; 
	border-bottom-style: none; 
	background:transparent;  
	vertical-align:top;
}
.MainMenu_MenuItem 

{
	color: #ffffff;
	background: #013A55;
	border:0;
	width:134px;
	text-align:left;
	height:27px;
	font-weight:normal;

}
.MainMenu_MenuArrow
{
	display:none;
}

.Head_blue
{
	color: #1C9EC6;
}
