@charset "utf-8";
body {
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #DFDFDF;
	font-size: 1em;
	background-image: url(../images/background_image.jpg);
	letter-spacing: 0.1em;
}
.emphasis {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .2em;
	font-style: italic;
}

a:link{
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

#header {
	width: 100%;
	height: 70px;
	background-image: url(../images/header_background.jpg);
	margin-top: 10px;
}
#nav {
	background-image: url(../images/nav_div_back.png);
	margin-left: 25px;
	background-repeat: repeat-x;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 50px;
	margin-right: 25px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-style: solid;
	border-right-color: #666;
	width: 90%;
}
#navLink {
	width: 165px;
	height: 45px;
	background-image: url(../images/nav_div_back.png);
	text-align: center;

}
.navLink {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000;
	background-image: url(../images/nav_div_back.png);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	text-align: center;
}
#content{
	width: 90%;
	padding-left: 25px;
	padding-right: 25px;
	border-left-color: #666;
	border-left-style: solid;
	border-left-width: 4px;
	margin-right: 25px;
	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #666;
	margin-left: 25px;
	background-color: #333;
	min-height: 400px;
	float: left;
	
}
#Left {
	float: left;
}

.centerText {
	text-align: center;
}
h1 {
	font-size: 2em;
	letter-spacing: 2px;
	background-color: #000;
}

#footer{
	background-color: #000;
	background-image: url(../images/nav_div_back.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 36px;
	margin-left: 25px;
	float: left;
	width: 95%;
	border-left-style: solid;
	border-left-color: #666;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 4px;
	border-right-width: 4px;
	padding-top: 8px;

	
}
.formText {
	color: #333;
}
#leftColumn {
	width: 48%;
	float: left;
}
#rightColumn {
	width: 48%;
	float: right;
}
#bottom {
	clear: both;
}

li {
	list-style-image: url(../images/li.gif);
}
#rightBox {
	float: right;
	width: 400px;
}
