body,table,td {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
}

#notinuse {color:#296FA3;}

a:link 		{color: #13478E; text-decoration: none;}
a:visited 	{color: #13478E; text-decoration: none;}
a:hover 	{color: #13478E; text-decoration: underline;}
a:active 	{color: #13478E; text-decoration: underline;}


#main {
	width: 100%;
	text-align:center;
}

#main #content {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 790px;
}

#main #content #topimg {
	background-color: #ffffff;
}

#main #content #topbg {
	height:44px;
	background: url(../img/topmenubg.gif);
	background-repeat: no-repeat;
}

#main #content #topbg #topmenu {
	position: relative;
	padding-left:167px;
	padding-top: 22px;
	font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size : 12px;
	color:#296FA3;

}

#main #content #center {
    width:780px;
}


#main #content #center #rightcontainer {
    width: 610px;
    float:right;
    text-align:left;
}

#main #content #center #leftmenu {
    float:left;
	width:135px;
	height:300px;
	padding-left:20px;
	margin-left:3px;
	padding-top:140px;
	background: #ffffff url(../img/leftmenubg.gif);
}

#main #content #center #rightcontainer #opsum {
    float:left;
	width:350px;
	margin-top:68px;
	padding-left:10px;
	color:#000000;
}


#main #content #center #rightcontainer #images {
	background: #ffffff url(../img/decor.gif);
	background-repeat:repeat-y;
    background-position:left;
    float:right;
    margin-top:58px;
	text-align:right;
	width:235px;
	height:360px;
}


