
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
height:100%;

background-color:#edfaff;
}

div#container {
margin-left: auto;
margin-right: auto;
height:100%;
width: 850px;

background-image:url(body_background.jpg);
	background-repeat: repeat-y;

}


div#header {
width:850px;
}

div#footer {
text-align:center;
height:40px;
width:750px;
padding-left:50px;
padding-right:50px;
padding-top:2px;
background-image:url(footer.jpg);
background-repeat:no-repeat;

}

div#body{

margin-left:50px;
margin-right:50px;
}

p{
text-align:justify;
line-height:20px;
}

p#italics {
font-style:oblique;
}

p#bold {
font-weight:bold;
}

p#footer {

text-align:center;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

p#image {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

hr {
width:50%;
}

a:link              { color:#0195b5; text-decoration:none; }
a:visited           { color:#0195b5; text-decoration:none; }
a:hover             { color:#8cc639; text-decoration:none; }
a:active            { color:#CCCCCC; text-decoration:none; }

 .floatright {
 float: right;
 margin-left:15px;
 margin-bottom:15px;
 margin-top:50px;
	 }
	
.leftmenu{
width:200px;
min-height:500px;
float:right;
margin-left:15px;
margin-bottom:15px;
}

.fbbutton{
width:200px;
height:40px;
float:right;
/*margin-left:15px;

padding-top:15px;

text-align:center;
background-color:#edfaff;
border:thin;
border-style:dashed;
*/
}



h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
color:#8cc639;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#333333;