html { 
	height: 100%;
}

body { 
	margin: 0px; padding: 0px; height: 100%; 
	color: #dddddd;
	background-image: url("../_Images/bg.gif");
	background-color: #272726;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 9pt;
	text-align: center;
}

img.navbar_link { 
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

a.navbar_link { 
	height: 32px;
	display: block;
	float: left;
}

a.navbar_link:hover { 
	background-image: url('../_Images/nav_bg_sel.png');
	background-repeat: repeat-x;
}

a.navbar_link_sel { 
	height: 33px;
	display: block;
	float: left;
	background-image: url('../_Images/nav_bg_sel.png');
}

a.navbar_link_sel:hover { 
	background-image: url('../_Images/nav_bg_sel.png');
	background-repeat: repeat-x;
}

div.navbar_sp { 
	float: left;
	width: 0px;
	height: 32px;
	border-left: 1px solid #333333;
	border-right: 1px solid #666666;
}

a:link, a:visited { 
	color: #dddddd;
	text-decoration: none;
}

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

div.main_container { 
	width: 900px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.box1 { 
	border: 3px solid #990000;
	cursor: pointer;
}

div.box1_enabled { 
	border: 3px solid #FCFF00;
	cursor: pointer;
}

div.sidebox { 
	border: 3px solid #990000;
	margin-right: 5px;
}

div.mainbox { 
	border: 3px solid #990000;
}

div.mainbox_inner { 
	border: 2px solid black;
}

div.mainbox_text { 
	margin: 10px;
	margin-top: 15px;
}

div.mainbox_title { 
	border-bottom: 1px solid #5b5b5b;
	height: 38px;
	margin: 5px;
	margin-top: 2px;
}

div.box2 { 
	background-image: url(../_Images/box_bg.gif);
	background-repeat: repeat-x;
	background-color: #1e1e1e;
	height: 250px;
	border: 2px solid black;
}

div.boxtitle { 
	border-top: 2px solid #5b5b5b;
	border-bottom: 2px solid #000000;
	height: 25px;
}

img.boxtitle { 
	margin-left: 2px;
	margin-top: 1px;
}

div.boximage { 
	height: 105px;
	background-repeat: no-repeat;
	border-bottom: 2px solid black;
}

div.boxmain {
	margin: 5px;
	margin-top: 2px;
	color: #dddddd;
}

div.boxmain_text { 
	margin-top: 7px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 60px;
}

div.boxmain_text_inner { 
	margin: 5px;
	text-align: center;
}

.Heading { 
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
}

a.Heading2 { 
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
}

div.faq_heading { 
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
	background-color: #252525;
	border-bottom: 1px solid #353535;
	padding-left: 3px;
	padding-bottom: 2px;
}

div.faq_header {
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	display: block;
	border-bottom: 1px dotted #404040;
	margin-bottom: 5px;
}

div.faq_entry { 
	margin: 15px;
	margin-bottom: 30px;
}

a.faq_uptop:link { 
	float: right;
	position: relative;
	top: -18px;
	font-size: 7pt;
	color: #aaaaaa;
	font-weight: normal;
	
}

ul.floater { 
	margin-left: 0px;
}

a.floater:link, a.floater:visited { 

	display: block;
	float: left;
	width: 120px;
	height: 19px;
	border: 1px solid #303030;
	background-color: #202020;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 1px;
	text-decoration: none;
	margin-right: 3px;
	
}

a.floater:hover { 
	background-color: #404040;
	border: 1px solid #808080;
}

div.block_title { 
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
}

div.content-inner { 
	margin-bottom: 15px;
}

.ContactTextBox 
{
	border: solid 1px #990000;
	background-color: #131313;
	color: #ffffff;
}
