﻿body {
	font-family: arial;
	font-size: 6pt;
	font-style: normal;
	color: #000000;
	text-transform: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(bg.png);
	background-repeat:repeat;
}

head {
	 width:898px; 
	 height:91px; 
}

#navbar {
	float:left;
	background-image:url('navbar/filler.jpg');
	background-repeat:repeat-x;
	width:1024px; 
	height:35px;
}

#main {
	float:left;
	width:100%; 
	height:660px;
}

#rsidebar {
	float: left;
	width: 300px;
	height: 640px;
	background-color:#CCCCCC;
}

#midbox {
	float: left;
	width: 403px;
	height: 640px;
	background-color:#CCCCCC;

}

#box {
	float: left;
	width: 300px;
	height: 315px;
	background-image:url('boxbg.jpg');
	background-repeat:repeat-x;
}

#botbar {
	float: left;
	width: 1004px;
	height: 40px;
	background-color: #FFFFFF;
	padding: 10px;
}

#vspacer{
	float: left;
	width:10px; 
	height:100%;
	font-size: 0px;
}

#hspacer{
	float: left;
	width:500px; 
	height:10px;
	font-size: 0px;
	line-height: 0px;
}



#fdiv{
	float: left;
}



p {
	font-size: 12px;
    <!--[if IE]>
	    margin:  0 0 1em 0;
	    padding:  0 0 0 0;
    <![endif]-->
}
.style1 {
	font-size: 12px;
}
.style2 {
	color: rgb(46, 112, 178);
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: rgb(46, 112, 178);
	font-size: 14px;
	font-weight: bold;
}





li {
	list-style-image: url(checked.gif);
	font-size: 12px; 
}
a:link {
	color: rgb(46, 112, 178);
}
a:visited {
	color: rgb(46, 112, 178);
}
a:active {
	color: rgb(46, 112, 178);
}
#head a:link{
	text-decoration: none;
}
#head a:active{
	text-decoration: none;
}
#head a:visited{
	text-decoration: none;
}
