body {background-color: rgb(255,255,255); 
      background-repeat: repeat-y;
	}


span.contenttitle {color: rgb(255,255,255); font-family: arial; font-size: 30px;}

span.content {color: rgb(0,0,0); font-family: arial; font-size: 14px;}

a.content {color: rgb(46,176,251); font-family: arial; font-size: 18px; text-decoration: none}

a.content:hover {color: rgb(255,255,255); cursor: pointer; font-family: arial; font-size: 14px; text-decoration: none}

a {color: rgb(46,176,251); font-family: arial; font-size: 14px; text-decoration: none}

a:hover {color: rgb(255,255,255); cursor: pointer; font-family: arial; font-size: 14px; text-decoration: none}

span.sidelinks {color: rgb(30,95,133); font-family: arial; font-size: 18px; text-align: left;}

a.sidelinks {color: rgb(30,95,133); text-decoration: none; font-size: 18px}

a.sidelinks:hover {color: rgb(255,255,255); cursor: pointer; text-decoration: none; font-size: 18px}

span.sidetitle {color: rgb(30,95,133); font-family: arial; font-size: 24px;}

#center {
		margin-left: auto;
		margin-right: auto;
		position: relative; top: -8px;
		width: 800px;
		}
		
#header {
	position: relative; left: 480px; top: -575px;  width: 300px; height: 28px;
	}

#content {
	width:400px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	position: relative; top: -18px; left: -140px;
	}



#sidebar {
	text-align:left;
	padding:15px;
	position: relative; top: 105px; left: 600px;
	overflow: hidden;
	display: none;
	}


#background {
	position: relative; top: 0px; left: 57px;
	}
