body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#000000;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
}


#header {
	width: 100%;
	height: 115px;
	margin: 0px auto;
	background-color: #000000;
	background-repeat: no-repeat;
}


#menu {
	padding: 70px 0px 0px 3px;
	float: left;
	height: 24px;
	width: 700px;
	text-align:left;
}


#menu img{
	margin: 0px 8px 0px 0px;
}


#logo {
	float: right;
	width: 200px;
}



#contentWrapper {
	width: 100%;
	height: 480px;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	
}



#leftSideBar p {
	color:#666666;
	font-weight:bold;
	margin: 0px 0px 7px 0px;
}



#leftSideBar a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #00425f;
}


#content {
	float: left;	
	text-align: justify;
	margin: 0px 5px 0px 5px;
}


table{
	font: 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
}



#rightSideBar {
	float: right;
	width: 170px;
	text-align: justify;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
}

#rightSideBar a {
	color: #00425f;
	font-weight: bold;
	text-decoration: none;
}

#rightSideBar a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #00425f;
}

#rightSideBar img {
	margin: 10px 0px 0px 0px;
}


h1, h2, h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.9em;
}


p {
	margin-bottom: 1.1em;
	line-height: 110%;
}



a img {
	border: none;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #00425f;
}


#footer {
	margin: 15px 0px 0px 0px;
	clear: both;
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fe0000;
	font: 0.8em Arial, Helvetica, sans-serif;
}




#footer ul {
	margin: 0px;
	padding-left: 30px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#footer li {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 00px;
}

#footer a {

	color: #ffffff;
	width: auto;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer p {
	clear:both;
}


