/* CSS Document */

body,html{height:100%;width:100%}
body { margin:0; padding:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;}
img { behavior: url(_includes/css/iepngfix.htc); }

a img {border: none; } 

#copyright{
	position:relative;
	top:88%;
	float:right;
	margin-right:20px;
	color:#ccc;
	clear:right;
	/*background:#999;*/
}

#title {
	position:relative;
	margin:0;
	padding:20px 0 0 0;
	float:right !important;

}

/* FLASH BACKGROUND */
#flash{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	background-color:#ac101e;
}

/* BLACK NAV BAR*/
#nav{
	position:absolute;
	width:25px;
	height:100%;
	top:0px;
	left:0px;
	background:#000000;
	z-index:20;
}

#nav a:hover, #nav a.active {
	padding-left:5px;
	background-color:#000000;
	
}

/* CONTENT BACKGROUND */
#contentbkg{
	position:absolute;
	width:870px;
	height:100%;
	top: 0px;
	left: 25px;
	
}
#content{
	position:absolute;
	width:auto;
	height:575px;
	top: 0;
	left: 20px;
	margin-top:0;
	/*border:1px white dashed;*/
	color:#666666;
	
}



/* TEXT STYLES */
#content H1,#content H2,#content P {
	padding-bottom:5px;
	padding-top:5px;
	margin:0 2px 0 0;
}

#content H1 {
	font-size:12px;
	border-bottom:#FFFFFF 1px dashed;
	
}
#content H2 {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#content P {
	
}
	
#content a {
	color:#333333;
}
	
#content a:hover {
	color:#000;
	text-decoration:underline;
}

#content .bold {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#content img {
	border:0;
	padding-left:3px;
}
