html, body 
{
        background-color: #FFFFFF;
        margin: 0;
        padding: 0;
        font-family: "Arial", sans-serif;
        font-size: 12px;
        color: #999999;		
}

#container 
{
		width: 980px; 
		margin: 0px auto; 
		position: relative;
		top: 0px;
		left: 0px;
}

#topcontainer
{
		width: 980px; 
		height: 184px;
		border-bottom: 1px solid #999999;
}

#toplogo
{
		position: absolute;
        left: 12px;
        top: 50px;
}

#toplogo img
{
	border: none;
	width: 232px;
	height: 86px;
}



#topbanner
{
        position: absolute;
        left: 245px;
        top: 0px;
		width: 735px;
		height: 184px;
		background: url('../gfx/banner.jpg') no-repeat;
}

#contentcontainer
{
		margin: 0px; 
		padding: 0px;
		width: 980px;
		position: relative;
		top: 0px;
		left: 0px;
		background: url('../gfx/background.jpg') no-repeat;
}

#mainmenu 
{
        float: left;
		
        width: 220px;
        margin: 0px;
        padding: 0px;
		margin-top: 15px;
		margin-left: 15px;
		/*font-family: "Arial Narrow", "Arial", sans-serif;*/
		font-size: 18px;
        color: #999999;
}

#mainmenu ul
{
        /*position: absolute;
        left: 30px;
        top: 10px;*/
        list-style: none;
        margin: 0px;
        padding: 0px; 
}



#mainmenu ul li
{
        /*display: block;
        width: 100px;
        height: 30px;
        float: left;
		padding-left: 10px;
        border-left: 1px solid #E6E6E6;*/
		
		display: block;
        /*width: 220px;*/
        /*height: 30px;*/
        /*background-color: #FAFAA0;*/
        /*float: left;*/
		padding-left: 10px;
		border-bottom: 1px dotted #999999;
		padding-top: 5px;
		padding-bottom: 10px;

}

#mainmenu ul li.highlighted
{
	background: #FFDD80;
}

#mainmenu ul li a
{
        position: relative;
        top: 4px;
        font-size: 18px;
        text-decoration: none;
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
}

#mainmenu ul li a:link
{
        color: #999999;
}

#mainmenu ul li a:visited
{
        color: #999999;
}

#mainmenu ul li a:hover
{
        color: #00278D;
}

#bipmenu
{
		display: block;
		margin-left: 10px;
		margin-top: 20px;
}

#bipmenu img
{
		border: none;
}

#content
{
		float: left;
		width: 660px;
		margin-top: 15px;
		margin-left: 20px;
		color: #808080;
		font-size: 14px;
		text-align: left;
}



.content-img
{
		width: 160px;
		margin-bottom: 15px;
		margin-right: 15px;
		float: left;
}

.content-box
{
		width: 485px;
		margin-bottom: 15px;
		float: left;
}

#clearcontent
{
		width: 0px;
		height: 20px;
		clear: both;
}

#footer
{
		margin: 0px; 
		padding: 0px;
		/*margin-top: 15px;*/
		width: 980px;
		height: 70px;
		background: url('../gfx/bottom.jpg') no-repeat;
		position: relative;
		top: 0px;
		left: 0px;
		border-top: 1px solid #999999;
}

#footer p
{
		margin-top: 5px;
		font-size: 12px;
		text-align: right;
		float: right;
		color: #C0C0C0;
}

#footer a
{
		color: #C0C0C0;
}

#footer a:hover
{
		color: #A0A0A0;
}


h1
{
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		font-family: "Arial Narrow", "Arial", sans-serif;
        font-size: 26px;
		font-weight: normal;	
		color: #999999;
}

h1 em
{
		color: #00278D;
		font-style: normal;
}

h2
{
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		font-family: "Arial Narrow", "Arial", sans-serif;
        font-size: 18px;
		font-weight: bold;	
		color: #808080;
}


p
{
		margin: 0px;
		margin-bottom: 5px;
		font-size: 14px;
		color: #808080;
		text-align: justify;
}

table
{
		margin: 0px;
		margin-bottom: 5px;
		font-size: 14px;
		color: #808080;
}

a:link
{
        color: #00278D;
		text-decoration: none;
}

a:visited
{
        color: #00278D;
}

a:hover
{
        color: #667BB8;
}

ul
{
	padding-left: 25px;
	font-size: 14px;
	color: #808080;
}

ol
{
	padding-left: 25px;
	font-size: 14px;
	color: #808080;
}

.tmb
{
	width: 160px;
	height: 120px;
	border: none;
}