/* CSS Document */
body
{
    background-image : url(../images/back-darkgreen.png);
    background-repeat : repeat-x repeat-y;
    color : rgb(255 , 255 , 255);
    font-size : 14px;
    font-weight : bold;
    font-family : Palatino;
    Font-style : italic;
}
#main{
	margin: 0 auto;
	background-image: url(../images/homemainback.png);
	background-repeat: no-repeat;
	height: 549px;
	width: 777px;
	/*	margin-top: 69px;*/
}
/*navHeader*/
#topMenu ul{
	padding : 0;
	margin : 0;
	color : rgb(255 , 255 , 255);
	text-align : center;
	width : 325px;
	float : right;
	padding-top : 4px;
	font-style : normal;
}
#topMenu li
{
    list-style : none;
    display : inline;
    padding : 0px 5px 0px 5px;
}
#topMenu a, #topMenu a:visited
{
    color : rgb(255 , 255 , 255);
    font-weight : bold;
    font-size : 12px;
    font-family : Arial , sans-serif;
    text-decoration : none;
}
#topMenu a:hover
{
    color : rgb(255 , 255 , 255);
}
/*mainContent*/
#mainContent
{
    width : 770px;
    height : 400px;
    padding-top : 129px;
}
#flash
{
    float : left;
    padding-left : 43px;
    padding-top : 8px;
}
#rightMenu
{
    float : right;
    width : 230px;
}
#homeText
{
    clear : both;
    text-align : left;
    padding-left : 60px;
    padding-right : 50px;
    padding-top : 10px;
}

#facebook {
float:left;
margin-left:10px;
margin-top:3px;
Font-style : normal;
font-size : 12px;
font-family : Arial , sans-serif;
}

#facebook a, #facebook a:visited
{
    color : rgb(255 , 255 , 255);
    font-weight : bold;
    font-size : 12px;
    font-family : Arial , sans-serif;
    text-decoration : none;

}
