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

body {
	font-size: 14px;
	color: #322928;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	line-height: 1.6em;
	background-color: #990066;
	background-image: url(../images/backgroundrepeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


h1 {
	color: #322928;
	font: normal normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	}

h2 {
	color: #3F3F39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	font: italic bold 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#68695f;
	padding-top: 5px;
	padding-bottom: 10px;
}

h4 {
	color: #8F8F85;
	font:  normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}


#container {
	margin: auto;
	width: 900px;
}

#centerContent {
	margin: auto;
	width: 1000px;
}

#content {
	width: 560px;
	margin: auto;
	float: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	position: relative;
}

#contentRight {
	width: 350px;
	float: left;
	height: 525px;
}

#contentContainer {
	margin: auto;
	background-color: #F0F1E1;
}

#clearContent {
	clear: both;
}

#footer {
	width: 860px;
	padding: 20px;
	margin: auto;
	position: relative;
	z-index: 50;
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F1F1E0;
	width: 860px;
}


#footerContainer {
	background-color: #990066;
	color: #FFFFFF;
}

#headerContainer {
	margin: auto;
	width: 900px;
	position: relative;
	height: 120px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#clearNav {
	clear: both;
}

#nav {
	height: 70px;
	text-align: center;
	width: 650px;
	font-size: 16px;
	margin: auto;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	font-style: normal;
	font-weight: bold;
}

#nav ul {
	padding: 0;
	margin: 0;
	color: #FFFFCC;
}

#nav li {
	font-size: .95em;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	display: inline;
	list-style-type: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}


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

#nav a:active, a:focus {
	text-decoration: none;
	color: #FCBB69;

}

#nav a:visited {
	text-decoration: none;
	color: #FCBB69;

}

#nav a:hover {
	color: #FFFFCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}


a {
	color: #990066;
	text-decoration: none;
	}
	
a:hover {
	color: #993399;
	text-decoration: none;
	}
	
	#footer a {
	color: #F1F1E0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
	

#footer ul {
	list-style: none;
	float: right;
	}

#footer li {
	display: inline;
}


#logo {
	position:absolute;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 10px;
	background-image: url(../images/logo.png);
	height: 100px;
	width: 251px;
}


#contentVector {
	position:absolute;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 5px;
	background-image: url(../images/vector.png);
	height: 40px;
	width: 600px;
	z-index: 100;
}



#vector {
	position:absolute;
	background-repeat: no-repeat;
	background-position: left top;
	left: -50px;
	top: -40px;
	background-image: url(../images/vector.png);
	height: 40px;
	width: 600px;
	z-index: 100;
}

.designby {
	font-size: 10px;
}

#content input
{
	color: #322928;
	border: 1px solid #999999;
	background-color: #EBEADA;
}

#content textarea
{
	color: #403736;
	border: 1px solid #999999;
	background-color: #EBEADA;
}

#content .submit input
{
	color: #372E2D;
	border: 1px outset #CCCCCC;
	background-color: #EBEADA;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
} 


#content fieldset
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: .7pc;
}

