/*************************************
  Initialization                     
**************************************/
h1, h2, h3, h4, h5, h6, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, div {
	margin: 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
/*************************************
 HTML Elements                      
**************************************/
/* Basic */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000;
	background-color:#ccc;
	background-image:url(../../images/interface/home/backgrounds/bg_main.gif);
}
p, ul, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000;
	/*margin-top:2px;*/
	line-height:1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003399;
	text-transform:uppercase;
}
h1 {
	font-size:19px;
	line-height: 1;
	padding-left:13px;
}
h2 {
	font-size:12px;
	line-height: 1;
	margin-top:10px;
}
a:active, a:link, a:visited, a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.spacer, .clear { height: 1px; font-size:1%; overflow:hidden; }
.clear { clear:both; }
.FloatLeft { float:left; }
.FloatRight { float:right; }
/*********************************
 Skin Styles
*********************************/
div#Wrapper {
	background-image:url(../../images/interface/home/backgrounds/bg_gradient.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:27px;
	padding-bottom:27px;
}
div#Enclosure {
	width:821px;
	margin: 0 auto;
	min-height:797px;
}
div#Site{
	background-image:url(../../images/interface/home/backgrounds/bg_page.gif);
	background-repeat:repeat-y;
	background-position:0 1;
	border-bottom:2px solid white;
	width:800px;
	float:right;
}
div#Header{
	background-image:url(../../images/interface/home/header_main.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:150px;
	text-align:right;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#InfoBox{
	width:346px;
	/*height:53px;*/
	background-color:#000000;
	margin-top:10px;
	margin-right:10px;
	float:right;
	text-align:center;
	padding-bottom:5px;
}
div#InfoBox p {
	color:#6699cc;
	margin:0;
	padding-left:5px;
	padding-right:5px;
}
div#SideMenu{
	width:21px;
	height:246px;
	float:left;
}
div#MainMenu{
	width:800px;
	height:27px;
	text-align:left;
}
div#Content{
	background-image:url(../../images/interface/home/backgrounds/bg_page_top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:15px;
}
div#MiddleContent{
	text-align:center;
	padding-top:10px;
}
div#MiddleContent table.MiddleContentTable{
	margin:0 auto;
}
div#Content p{
	margin:0;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:5px;
}
div#Footer{
	width:800px;
	height:29px;
}
#FlashContent{
	text-align:center;
}
