


body{
	margin: 0px;
	padding: 0px;
	/*background-color:#0e243a;*/
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	font-color: black;
	font-family:arial, helvetica, sans-serif;
}
/*a:link { color:#0F49EE;}*/
a:link { color:#6d0607;}
a:visited { color:#6d0607;}
a:active { color:#6d0607;}
a:hover { color:#a8a7a7;}

#maincontainer {
	margin-top: 0px;
	margin: auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width: 1000px;
	text-align: center;
	/*background-image: url(../images/bg.jpg);*/
	background-color: white;
	font-color: black;
	/*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: #a8a7a7;
 

}

.masthead {
	padding-top:0px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #a8a7a7;
	color: black;
}

.content {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*background-color: white;*/
	background-image: url(../images/bg2.jpg);
	/*background-repeat: no-repeat;*/
	color: black;
	/*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: 200px;
	padding-top:65px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:20px;
	margin-right: 35px;
	text-align: left;
	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:1px 0px 1px 0px;
	background-color: #6d0607;
	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;
}

















