﻿/*Styles*/

ul {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
li {
	list-style-type:square;
	list-style-position:outside;
	list-style-image: url(/Files/Navigation/bulletpoint.gif); 
}
table, td {
	border-collapse:collapse;
	vertical-align:top;
}
.footer {
	color:#FFFFFF;
}
.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#Container {
	position:relative;
	text-align:left;
	margin:0px auto;
	top:20px; 
	width:980px; 
        height:590px;
	background-color:#000000;
	overflow:hidden;
}
#TopHolder{
	position:absolute;
	width:700px;
        height:50px;
        left:25px;
        top:10px;
	overflow:hidden;
}
#TopRightHolder {
	position:absolute;
	width:200px;
        height:50px;
        left:755px;
        top:18px;
	overflow:hidden;
}
#TopGraphicHolder{
	position:absolute;
	width:980px;
        height:133px;
        left:0px;
        top:80px;
	overflow:hidden;

}
#MenuHolder{
	position:absolute;
	width:830px;
        height:40px;
        left:150px;
        top:223px;
	overflow:hidden;
}
#ContentHolder{
	position:absolute;
	width:625px;
        height:165px;
        left:327px;
        top:310px;
	overflow:hidden;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #3D5064;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #3D5064;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;	
}
#FooterHolder{
	position:absolute;
	width:650px;
        height:20px;
        left:150px;
        top:565px;
	overflow:hidden;
}
#Paragraph1 {
	width:295px;
        height:160px;
	overflow:hidden;     
}
#Paragraph2 {
	width:295px;
        height:160px;
	overflow:hidden;     
}
#Paragraph3 {
	width:295px;
        height:160px;
        border-bottom:#3D5064 solid 2px;
	overflow:hidden;     
}