
body {
	background-image: url(images/bkg.jpg); 
	background-repeat: repeat-y; 
	background-position: left;
	background-color: #000000;
  	font-family: Verdana, Arial;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

#pagewrapper{
	position: absolute;        
	height: 100%;
        width: 820px;
	margin: 0 auto;
} 

#header { 
	background-image: url(); 
	position: relative;
        top: 10px;
 	width: 740px;
 	height: 90px;
        top: 10px;	
        left: 0px;
        color: #000;
	background-color: #ff0000;
	border: 7px solid black;
	margin: 0px;
	margin-top: 0px;
    	font-family: Verdana, Arial;
	font-size: 1.5pt;
}

#mainheader {
	background-image: url(); 
	position: relative;
        top: 20px;
        width: 740px;
        height: 90px;
	top: 20px;
	left: 53px;
	color: #000;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 2px;
	background-color: #000000; 
	text-align: left;
	border: 7px solid black;
	padding: 0px 2px 0px 0px;
    	font-family: Verdana, Arial;
	font-size: 1.5pt;
	}

#mainpage {
	top: 40px;
	height: 100%;
	margin: 0px;
	text-align: left;
	padding: 20px;
}

#leftmenu {position: relative;
	float: left;
	width: 170px;
	left: 40px;
	margin-top: 55px;
	text-align: left;
    	font-family: Verdana, Arial;
	color: #000;
	font-size: 7.5pt;
	line-height: 11pt;
	text-transform: uppercase;
} 

#leftmenu a {
	color: #000;
}

#leftmenu a:visited {
	color: #000;
}

#leftmenu a:hover {
	color: #ff0000;
}


#menubox {
	width: 70%;
	margin-left: 2px;
	background-color: #ffffff;
	text-align: left;
	border: 7px solid black;
        padding: 10px 10px 10px 6px;
}


.text1 {
	color: #ffffff;
	font-size: 10pt;
}

.text1small {
	color: #ffffff;
	font-size: 8pt;
}


a {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover {

	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

title {
    	font-family: Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

a.title {
	color: #000000;
}

a.title:visited {
	color: #000000;
}

a.title:hover {
	color: #000000;
	border: 0px;
}

#contentmain {	
	margin-top: 88px;
}

#content {	
	background-color: #000000;
	border: 0px solid black;
	margin-left: 220px;
	text-align: left;
}

a img {
	border: none;
	}

.center {
	text-align: center;
	}

a.noborder:hover {
	border: none;
	}