


body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #4cb59b;
	/*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:visited { color:#0F49EE;}
a:active { color:#0F49EE;}
a:hover { color:#660099;}

#maincontainer {
	margin-top: 0px;
	margin: auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width: 1050px;
	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: white;*/
}

.masthead {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*background-color:#dadada;*/
	/*background-color:white;*/
	/*background-image: url(../images/bg.jpg);*/
	color: black;
}

.content {
	padding-top:20px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #47deb8;
	/*background-image: url(../images/frontpage.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: white;*/
}

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

#rightnav {
	float:right;
	width: 175px;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-right: 25px;
	text-align: center;
	text-size: small;
	background-color: white;
	/*background-image: url(../images/bg.jpg);*/
	/*font-style: italic;*/
	/*font-weight: bold;*/
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding:10px 0px 0px 0px;
	background-image: url(../images/bg3.jpg);
	background-color: #b0b2b5;
	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;

}

















