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

bodybackground-image: {URL(../images/background.jpg) }

{
	background-repeat: repeat-x;
		background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

A:link {
	text-decoration: none;
	color: #000;
}
A:visited{
	text-decoration: none;
	color: #FFFFFF;
}
A:active { text-decoration: none; color: #FFF;}
A:hover { text-decoration: none; color: #000; background: #FFF;}
/* this your comment */
#wrapper {
	width: 100%;
	background-repeat: repeat;
	background-color: #000;
	color: #FFF;
}

#container {
	width: 800px;
	height: auto;
	border: 0px none #777777;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	width: 800px;
	height: 150px;
	color: #FFF;
}

#textLogo {
	width: 780px;
	height: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	color: #FFF;
}

h1{
	font-family: Georgia, times new roman, times, serif;
	font-size: 1.1em;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	
}

#navBar {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	width: 800px;
	height: 25px;
	text-align: center;
	padding-top: 7px;
}

#mainBody {
	width: 800px;
	height: auto;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 0.9em;
}
#otherPages {
	width: 780px;
	height: auto;
	padding: 10px;
}

#otherPages  h2 {font-size: 1.5em;}

#otherPages A {color: #000000; text-decoration: underline; }

#footer {
	width: 800px;
	height: 100px;
	padding-top: 25px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
}

#footer A{
	background-color: #0260C4;
}

#pageContent {
	width: 780px;
	height: auto;
	color: #000;
}
#leftLinks {
	width: 210px;
	height: auto;
	background-color: #FFF;
	float: left;
}

#leftLinks A { 
	color: #000; 
	text-decoration: none;
}

#rightText {
	width: 570px;
	height: auto;
	background-color: #FFF;
	float: right;
	color: #000;
}

#rightText A {
	color: #300;
}

.clear {
	clear: both;
}

.blue {
	color: #0561C6;
	font-size: 1.1em;
	font-family: Verdan, Georgia, Times new roman;
}
.red {
	color: #F00;
}
}
.green {
	color: #227f09;
}
#textPic {
	width: 100%;
	height: auto;
	background-color: #FFF;
}
