@charset "UTF-8";
/* CSS Document */
html{
	background: #000 url(../tmpl/background_color.png) 0px 0px repeat-x;
	height:100%;
}

img{
	border:0px;
}

body{
	background:url(../tmpl/background_pattern_trans.png)  center;
	position:relative;
	margin:0px auto;
	height:auto !important;
	min-height:100%;
	min-width:1002px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#65849a;
}

a{
	color:#e56127;
	text-decoration:none;
}

a.blue{
	color:#8db8d8;
}

a:link{
	text-decoration:none;
}

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

#background{
	background:url(../tmpl/grid.png)  center top no-repeat;
	padding-bottom:5px;
}

#container{
	background:url(../tmpl/header_background.png) 0px 0px repeat-x;
	margin:0px auto;
	width:799px;
	border-left:1px solid #424343;
	border-right:1px solid #424343;
	border-bottom:1px solid #424343;
	background-color:#000;
	padding-top:450px;
	overflow:hidden;
}

#header{
	height:450px;
	width:100%;
	min-width:1002px;
	position:absolute;
	left:0px;
	top:0px;
	margin:0xp auto;
}


#flashHeader{
	width:100%;
}

#noFlashHeader{
	width:799px;
	margin:0px auto;
}

#content{
	padding:30px;
	overflow:hidden;
	min-height:300px;
}

#content div:first-child p:first-child{
	/*font-weight:bold;*/
	color:#8db8d8;
}


#footer{
	margin:0px auto;
	width:769px;
	padding:5px 15px 10px;
	border-bottom:1px solid #384a56;
	overflow:hidden;
	font-size:11px;
}

#copyright{
	margin:0px auto;
	width:799px;
	font-size:11px;
}

