﻿/*------------------------------------------------------------------
General
------------------------------------------------------------------*/

body {
	margin: 0px;
	background: url(../images/background_top.jpg) repeat-x #800000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	
}

/*------------------------------------------------------------------
Text
------------------------------------------------------------------*/

h1 {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color:  #2C3032;
	padding: 3px 5px;
	margin: 0px;
	background-color: #D3DBe3;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2C3032;
	padding: 0;
	margin: 0px;
}

h4 {
	font-size: 11px;
	font-variant: small-caps;
	color: #DBDBDC;
	padding: 0px;
	margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2C3032;
	margin: 0px;
	padding: 0px;
}

.whitefont {
	color: #FFFFFF;
}

.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

/*------------------------------------------------------------------
Images
------------------------------------------------------------------*/

/* Strict */
img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

img.floatleft {
	float: left;
}

img.feature {
	border: 5px solid #A72225;
}

img.fivepad {
	padding-bottom: 10px;
}

img.tenpad {
	padding-top: 10px;
}


/*------------------------------------------------------------------
Header Navigation
------------------------------------------------------------------*/

	#nav01 {
	width: 202px;
	padding: 10px 0 0 0;
	color: #800000;
}
	
	#nav01 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	color: #800000;
}
	
	#nav01 li {
		margin: 0 0 1px 0;
		display: block;
		clear: left;
		text-align: left;
	}
	
	#nav01 a {
		display: block;
		padding: 5px 0 0 10px;
		width: 192px;
		height: 17px;
		background: url(../images/nav_off.gif) no-repeat right top #697176;
	}
	
	#nav01 a:link, #navlist a:visited {
		color: #eee;
		text-decoration: none;
	}
	
	#nav01 a:hover {
		background: url(../images/nav_on.gif) no-repeat right top #AFB5B8;
		color: #090D10;
	}

/*------------------------------------------------------------------
Left Content
------------------------------------------------------------------*/

#leftcontent {
	color: #ffffff;
	text-decoration: none;
}

#leftcontent a {
	color: #ffffff;
	text-decoration: none;
}

#leftcontent a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#leftcontent a:hover {
	color: #eeeeee;
	text-decoration: none;
}

/*------------------------------------------------------------------
Secondary Navigation
------------------------------------------------------------------*/	
	
	#secondnav {
		width: 240px;
		padding: 0 0 0 15px;
	}
	
	#secondnav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-size: 10px;
	}
	
	#secondnav li {
		margin: 0 0 1px 0;
		display: block;
		clear: left;
		text-align: left;
	}
	
	#secondnav a {
		display: block;
		padding: 5px 0 0 10px;
		width: 242px;
		height: 17px;
		background: url(../images/nav_off.gif) no-repeat right top #697176;
	}
	
	#secondnav a:link, #secondnavlist a:visited {
		color: #eee;
		text-decoration: none;
	}
	
	#secondnav a:hover, #secondnavlist a:hover {
		background: url(../images/nav_on.gif) no-repeat right top #AFB5B8;
		color: #090D10;
	}

/*------------------------------------------------------------------
Right Content
------------------------------------------------------------------*/

#rightcontent a {
	color: #A72225;
	text-decoration: none;
}

#rightcontent a:visited {
	color: #A72225;
	text-decoration: none;
}

#rightcontent a:hover {
	color: #A72225;
	text-decoration: underline;
}

