

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
	color: #333;
	width: 1024px;
	float: left;
	border: none;
	height: 80px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
}
#navigation {
	float: left;
	width: 1024px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: medium;
	height: 20px;
}
#leftcolumn { 
 color: #333;
 border: 0 1 0 0 solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 778px;
 display: inline;
}
#footer { 
 width: 1024px;
 clear: both;
 height: 35px;
 text-align: center;
 font-size: .75em;
 font-weight: bold;
 color: #FFFFFF;
 border: 1px solid #ccc;
 background: #000000;
 margin: 0px 0px 10px 0px;
}

#leftsub{
	color: #333333;
	padding: 10px;
	height: auto;
	width: 200px;
	height: auto;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: x-large;
	color: #000000;
	text-align: center;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	color: #000000;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
}

.navitem{
font-family: "Times New Roman", Times, serif;
font-size: medium;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;

}

a.navitem:link {color: #FFFFFF}     /* unvisited link */
a.navitem:visited {color: #FFFFFF}  /* visited link */
a.navitem:hover {color: #CCCCCC}   /* mouse over link */
a.navitem:active {color: #FFFFFF}   /* selected link */

a:link {color: #940F04}
a:visited {color: #940F04}
a:hover {color: #CC0033}
a:active {color: #940F04}
a {text-decoration: none }