body {
background-image:url(images/background2.jpg);
background-repeat:repeat;
background-color: #FFFFFF;
font-family: sans-serif;
font-size: 10pt
}


h1 {
font-family: sans-serif;
font-size: 24px
}

h2 {
font-family: sans-serif;
font-size: 18px;
color: #000
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 10pt;
color:#666666;
font-weight:bold;
}

h4 {
	color: red; 
	font-family:"Trebuchet MS",Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 14px;
}

p {
font-family: sans-serif;
font-size: 10pt;
color:#666666
}

.red {color: #FF0000}
.darkred {color: #C20503}
.bar {color: #000000;}

.smalltext {color: #333333; font-size: 10px; }
.gray {color: gray;}
.darkgray {color: #666666;}

a:link {color:#777777; text-decoration: none;}
a:active {color: #777777; text-decoration: none;}
a:visited {color: #777777; text-decoration: none;}
a:hover {color: red; text-decoration: none;}

a.red:link 	  {color:red; text-decoration: none;}
a.red:active  {color:red; text-decoration: none;}
a.red:visited {color:red; text-decoration: none;}
a.red:hover   {color:red; text-decoration: underline;}

.maincolumn a:link, .maincolumn a:visited, .maincolumn a:active {color:red; text-decoration:none;}
.maincolumn a:hover {color:red; text-decoration:underline;}

#selected {color: #FF0000}

div {
font-family: sans-serif;
font-size: 10pt;
background-color: white;
}

div.container {
border-top:medium solid black;
border-right:medium solid black;
border-left:medium solid black;
padding-right: 10px;
padding-top: 10px;
padding-left: 10px;
width:710px; 
height:inherit; 
margin:auto;
}

div.header {
float:left; 
width:auto; 
height:94px;
}

div.navigation {
float:right;
width:35%; 
height:94px
}

div.leftcolumn {
background-image:url(images/headerbottom.jpg);
background-repeat:no-repeat;
background-position:top left;
float:left; 
width:20%; 
height:300px
}

div.maincolumn {
	float:left;
	width:80%;
	height:100%;
	/*margin-left:10px;*/

	background-repeat:no-repeat;
	background-position: right bottom;
	background-image: url(images/footertop2.jpg);
	overflow: visible;
}

div.rightcolumn {
background-image:url(images/footertop2.jpg);
background-repeat:no-repeat;
background-position:bottom right;
float:left; 
width:22%; 
height:auto
}

div.footer {
	border-right:medium solid black;
	border-bottom:medium solid black;
	border-left:medium solid black;
	padding: 10px;
	background-image:url(images/footerbottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:black;
	width:710px;
	height:57px;
	margin:auto;
	color:#777777;
	overflow: hidden;
}

div.footer_left {
background-color: black;
float:left;
}

div.footer_right {
	background-color: black;
	float:right;
	padding-top: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;	
}

p.footer {
font-family: sans-serif;
font-size: 9px;
color: white;
text-align: right
}

img.border {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
