@charset "utf-8";
/* CSS Document */

a:link
            { color: #ab2313; text-decoration: none }

a:visited
            { color: #ab2313; text-decoration: none }

a:hover
            {
	color: #2a2a2a;
	font-weight: normal
}

a:active
            { color: #ab2313; text-decoration: none }
			

#wrapper {
width: auto;
}
#header {
width: auto;
}
#navigation {
background-image: url(images/navSprite.gif);
height: 40px;
width: auto;
	}
#content {
width: 800px;
background-color:#ffffff;
margin: auto;
overflow: auto;
}

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#footer {
}
#navwrapper {
float:left;
position:relative;
left:50%;
text-align:left;
width: auto;

}
#headerNav {
list-style:none;
position:relative;
left:-50%;
padding: 0px;
margin: 0px;
}
#headerNav li {
border-left: 1px solid #B3291A;
border-right: 1px solid #B3291A;
float:left;
position:relative;
padding: 0px;
margin: 0px;
}
#headerNav li a {
text-decoration:none;
margin:10px;
float:left;
text-align:center;
white-space:nowrap;
padding-left: 15px;
padding-right: 15px;
margin: 0px;

font-size: 12px;

color: #FFFFFF;
text-transform: uppercase;
font-family: arial;
font-weight: bold;
height: 40px;
line-height: 40px;


}
#headerNav li a:hover {
	background-image: url(images/navSprite.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;	
	line-height: 40px;
	height: 40px;
padding-left: 15px;
padding-right: 15px;
	margin: 0px;
	
}

#sicons {
font-size:10px;
width: auto;
float: right;

}
#footer2 {
background-image: url(images/gradient2.jpg);
height: 10px;
width: auto;
padding-left: 10px;
padding-right: 10px;
}
#leftcollumn {
float: left;
width: 300px;

}
#rightcollumn {
float: right;
width: 450px;

}
#content2 {
width: 800px;
margin: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
font-size: 16px;
}
.cap1 {
	font-size: 12px;
	font-style: italic;

}
.picborder {
	border: 1px solid #ab2313;
}
