/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_full.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333300;
}
a:hover {
	text-decoration: underline;
	color: #333300;
}
a:active {
	text-decoration: none;
	color: #330000;
}
.clear {
	clear: both;
}

/* Form Layout */

input {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 1px;
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 1px;
	font-size: 12px;
}

/* If using style 2 */
#top {
	background-image: url(../images/background.jpg);
	height: 60px;
	width: 100%;
}

/* Layout */

#container {
	width: 900px;
	margin: -60px auto;
}
#logo {
	width: 200px;
	float: left;
}
#navigation {
	margin-top: 15px;
	width: 500px;
	padding-left: 130px;
	float: left;
	font-style: italic;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#navigation li {
	margin-right: 10px;
	list-style: none;
	float: left;
}
#navigation a {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #690711;
	width: 50px;
	text-align: center;
}
#navigationActive {
	background-color: #330000;
}
#content {
	margin-top: 10px;
}
#leftC {
	width: 195px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px 2px 2px 3px;
}
#rightC {
	width: 680px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/content_pattern.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 5px 25px 5px;
	background-color: #FFFFFF;
}
#footer {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top:10px;
	font-size: 10px;
	color: #666666;
}
#footer a {
	font-size: 10px;
}

/* Image Styles */
.imgStyle1 {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
}
.imgStyle2 a {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 14px 15px 14px;
	display: block;
	width: 190px;
	float: left;
}
.imgStyle2 a:link {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.imgStyle2 a:visited {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.imgStyle2 a:active {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.imgStyle2 a:hover {
	padding: 1px;
	border: 1px solid #330000;
}

/* Border Styles */

.borderUnderline {
	border-bottom: 1px dotted #CCCCCC;
}
.borderUnderline2 {
	border-bottom: 1px solid #CCCCCC;
}

/* Text Styles */

p {
	line-height: 20px;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
}
h2 {
	padding-top: 0px;
	margin-top: 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
}