/* CSS Styling 2009.01.09 by Robert Egnacheski */

/* START Reserved Elements */

body{
background-color:#FFFFFF;
margin:0px;
padding:0px;
color:#000;
font-family:verdana, helvetica, sans-serif;
font-size:12px;
text-align:center;
}

form{
margin:0px;
padding:0px;
}

img{
border:none;
}

h1{
font-size:16px;
}

h2{
font-size:14px;
}

h3{
font-size:12px;
}

h4{
font-size:10px;
}

h5{
font-size:9px;
}


/* END Reserved Elements */


/* START Custom Global Elements */

.divClr{
height:0px;
clear:both;
}

.container{
width:980px;
margin:0px auto 0px auto;
}

.header{
width:980px;
}

.nav{
width:980px;
text-align:center;
background-color:#333333;
color:#FFFFFF;
height:40px;
}

.nav a{
display:block;
float:left;
padding:10px;
height:20px;
color:#FFFFFF;
}

.nav a:hover{
color:#FFFFFF;
background-color:#000000;
}

.subnav a{
font-size: 13px;
color:#666;
}

.subnav a:hover{
font-size: 13px;
color:#333;
}

#title {
width: 775px;
padding: 0px;
color: #960D0D;
font-weight: bold;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}

.subtitle{
font-family: verdana, helvetica, times new roman;
font-size: 10px;
letter-spacing: 0.3px;
line-height: 12px;
text-align: left;
}

.content{
text-align:left;
padding:10px;
}

a{
color:#666;
}

a:hover{
color:#333;
}

.hr{
border: none 0; 
border-top: 1px solid #ccc;	
border-bottom: 1px solid #8D8D8D;
width: 775px;
height: 2px;
margin: 0px;
text-align: left;
}

.footer{
border:solid 1px #666666;
padding:20px;
text-align:center;
}



/* END Custom Global Elements */