body {
	background-color:#fff;
	background-image:url(assets/background.jpg);
	background-repeat:repeat-x;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	padding-top: 0px;
	text-align: center;
}

#framehead {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height:130px;
	background-color:#fff;
}
#frame{
	background-color:#fff;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 970px;
}
#contentleft {
	float: left;
	margin-top: 0px;
	padding: 10px 0 0 0;
	width: 200px;
}
#contentleft p {
	margin-top: 0px;
	padding: 10px 5px 0 10px;
	font-size:11px;
	text-align:left;
}
#contentleft h2{
	color: #333;
	font-size: 13px;
	margin: 10px 0 4px 0;
}
#contentright {
	float: left;
	margin-top: 0px;
	padding: 10px 0 0 0;
	width: 124px;
	
}



#contentcenter {
	background-color:#fff;
	float: left;
	margin: 0px;
	padding: 0 10px 0 14px;
	width: 622px; /*833*/
}
#contentcenter h1{
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.8em 0em 0.5em 0em;
}
#contentcenter h2{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}
#contentcenter h3{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}
#contentcenter p{
	font-size: 1em;
	line-height: 1.5em;
}




#contentcenterwide {
	background-color:#fff;
	float: left;
	margin: 0px;
	padding: 0 10px 0 14px;
	width: 700px; /*833*/
}
#contentcenterwide h1{
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.8em 0em 0.5em 0em;
}
#contentcenterwide h2{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}
#contentcenterwide h3{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}
#contentcenterwide p{
	font-size: 1em;
	line-height: 1.5em;
}





#footer{
	height: 36px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
	width: 920px;
	background-image:url(assets/footer-bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
}



a:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: normal;
	text-decoration:underline;
}
a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}







/* DROP DOWN MENU */
.cssnav {
	font-size:12px;
	text-align:center;
	width:970px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(assets/horiz-menu-bg.gif);
	height:38px;
}
    .cssnav ul {
        padding:0;
        margin:0;
        list-style-type:none;
    }
    .cssnav ul ul {
        width:194px;
        text-align:left;
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
        float:left;
        width:194px;
        position:relative;
    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
        display:block;
        color:#333;
        line-height:38px;
		width:194px;
    }
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
        color:#fff;
		background:#999999;
		text-decoration:none;
		background-image:url(assets/horiz-menu-bg-hover.gif);
		background-repeat:no-repeat;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
        background:#D3D3D3;
        line-height:1em; 
        padding:7px 10px; 
        width:200px;
		border-bottom:1px solid #fff;
		font-size:11px;
		color:#333;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
        background:#999999;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        visibility:visible;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
        visibility:hidden;
        position:absolute;
        top:37px;
        border-top:1px solid #fff;
		left: -1px; /* ADDED 2009 TO COMBAT IE7 POSITION ISSUES */
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }
/* DROP DOWN MENU */
