@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;
}

.emphasisYellow {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-style: italic;
	color: #FF3;
}

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;
}

a.one:link{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.one:visited{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.one: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);
	background-repeat: repeat-x;
	height: 45px;
	margin-top: 5px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-style: solid;
	border-right-color: #666;
	width: 90%;
	border-top-style: solid;
	border-top-color: #666;
	border-top-width: 4px;
	margin-left: 25px;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#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;
	border-top-style: solid;
	border-top-color: #666;
	border-top-width: 4px;
	border-bottom-color: #666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
}
#Left {
	float: left;
	width: 64%;
}

.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: 90%;
	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;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 25px;

	
}
.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 {
	width: 35%;
	margin-top: -20px;
	float: right;
}
#middle {
	width: 50%;
	clear: both;
}
.blackText {
	color: #000;
	font-size: .9em;
}
#rightBoxPHP {
	float: right;
	width: 49%;
}
#news-feed {
	width: 200px;
	float: left;
	margin-right: 10px;
	font-size: .9em;
}
.small-text {
	font-size: .7em;
	color: #666;
}
.different {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.3em;
	color: #F4F4F4;
	background-color: #333;
	line-height: 1.5em;
}

