/* CSS Document */
* {padding: 0; margin: 0;}

body
{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	line-height:18px;
	color:#333333
	}
	
#container{
	margin:auto;
	width:992px;
	}
	
#header{
	width:992px;
	height:269px;
	}
	
#nav{
	widows:992px;
	height:75px;
	padding-left:5px;
	padding-top:5px;
	background-repeat:no-repeat;
	}
	
#content{
	padding-right:10px;
	}
	
#footer{font-size:10px; padding-bottom:10px; padding-top:10px;}
#footer a{color:#333333; text-decoration:none;}
#footer a:hover{color:#910526;}

a{color:#910526; text-decoration:none; font-size:12px;}
a:hover{color:#0066CC;}
a:visted{color:#ab052d;}

h1{
	font-family:"Universal Condensed";
	font-size:20px;
	letter-spacing:2px;
	}
	
.style1 {font-size: 24px; line-height:24px;}
.style2 {
	color: #910526;
	font-size:14px;
	font-weight: bold;
}
.style4 {font-size: 9px;}
.style5 {color: #5d9e32; font-weight: bold;}
.style6 {color: #bc6020; font-weight: bold;}
.style7 {color: #1a60a5; font-weight: bold;}
.style8 {color: #910526; font-weight: bold;}
.style9 {color: #d79b3b; font-weight: bold;}

.style10 {color: #5d9e32; font-weight: bold; font-size:18px;}
.style11 {color: #bc6020; font-weight: bold; font-size:18px;}
.style12 {color: #1a60a5; font-weight: bold; font-size:18px;}
.style13 {color: #910526; font-weight: bold; font-size:18px;}
.style14 {color: #d79b3b; font-weight: bold; font-size:18px;}
	

