


body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:black;
	/*background-image: url(../images/bg.jpg);*/
	/*background-repeat:repeat;*/
	/*background-position:left top;*/
	/*background-attachment:fixed;*/
	font-color: red;
	font-family:arial, helvetica, sans-serif;
}
/*a:link { color:#828bad;}*/
a:link { color:gray;}
a:visited { color:gray;}
a:active { color:gray;}
a:hover { color:white;}

#maincontainer {
	margin-top: 0px;
	margin: auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width: 1020px;
	text-align: center;
	/*background-image: url(../images/bg.png);*/
	/*background-color: #e4e4e4;*/
	font-color: red;
	/*border: ridge;*/
	/*border-style: solid; */ 
	/*border-style: double; */
	/*border-style: groove; */
	/*border-style: dotted; */
	/*border-style: dashed; */
	/*border-style: inset; */
	/*border-style: outset; */
	/*border-style: ridge; */
	/*border-style: hidden;*/
	/*border: 5px solid;*/
	/*border-color: white;*/
 

}

.masthead {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*background-image: url(../images/bg_logo.png);*/
	/*background-color: white;*/
	color: yellow;
}

.content {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*background-color: white;*/
	/*background-image: url(../images/bg2.jpg);*/
	/*background-repeat: no-repeat;*/
	color: red;
	/*border: ridge;*/
	/*border-style: solid; */ 
	/*border-style: double; */
	/*border-style: groove; */
	/*border-style: dotted; */
	/*border-style: dashed; */
	/*border-style: inset; */
	/*border-style: outset; */
	/*border-style: ridge; */
	/*border-style: hidden;*/
	/*border: 5px solid;*/ 	
	/*border-color: #2C4259;*/
 
}

#leftnav {
	float:left;
	width: 190px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin-left: 0px;
	text-align: center;
	background-color: white;
	/*background-image: url(../images/bg.jpg);*/
	font-style: none;
	font-weight: none;
	font-color: white;
	text-size: small;
	/*border: ridge;*/
	/*border: 5px solid; */	
	/*border-color: white;*/
}

#rightnav {
	float:right;
	width: 300px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin-right: 80px;
	text-align: center;
	text-size: small;
	/*background-color:#6b8bac;*/
	/*background-image: url(../images/bg.jpg);*/
	/*font-style: italic;*/
	/*font-weight: bold;*/
	/*border: ridge;*/
	/*border-style: solid; */ 
	/*border-style: double; */
	/*border-style: groove; */
	/*border-style: dotted; */
	/*border-style: dashed; */
	/*border-style: inset; */
	/*border-style: outset; */
	/*border-style: ridge; */
	/*border-style: hidden;*/
	/*border: 5px solid; */	
	/*border-color: #2C4259;*/
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	/*background-image: url(../images/footer.jpg);*/
	/*background-repeat: repeat;*/
	/*background-color: #545252;*/
	text-size: small;
	text-style: italic;
	text-align: center;
}

h1 {
	font-size: x-large;
	/*font-style: italic;*/
	color: black;
}

h2 {
	font-size: large;
	/*font-style: italic;*/
	font-color: black;
	text-align: left;
}
h5 {
	font-size: small;
	/*font-style: italic;*/
	/*font-color: black;*/
	text-align: center;
}
p.about{
	font-size: medium;
	font-style: italic;
	font-color: black;
}
	img{	
	border: none;

}

table{ 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

















