body {
	background: #808080;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: #c0c0c0;
        border: 1px solid #ffffff; 
        min-height: 200px; 
}

#header {
        background-color:#000000;
	margin: 0 auto;	

}

a:link {
	color: #800000;
        font-weight: bold;
	text-decoration: underline;

}

a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
        color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #800000;
        font-weight: bold;
	text-decoration: underline;
}

img{
	border-width:0px;
}

.fltright {
	border-width:0px;
        float: right;
}

h1{
	margin: 10px auto;
        color:#000000;
	font-size:16px;
	background-color: #aaa6a6;
	width:400px;	
}

h2{
	color:#000000;
	font-size:14px;
	
}
p{
	margin: 0px 0px;
        line-height: 125%;
}

table.center {
	margin-left: auto; 
	margin-right:auto;
}

ul{
	text-align: left;
}	

.red  {
       	font-weight: bold;
	color: #990000;
	font-size: 14px;
	margin: 0px 0px;
}

.redc  {
       	font-weight: bold;
	color: #990000;
	font-size: 14px;
	text-align: center;
}

.blku  {
       	font-weight: bold;
	color: #000000;
	font-size:14px;
	margin: 0px 0px;
        text-decoration: underline;
}

.blkuc  {
       	font-weight: bold;
	color: #000000;
	font-size:14px;
	margin: 0px 0px;
        text-decoration: underline;
        text-align: center;
}


.blk  {
       	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin: 0px 0px;
}

.smalltext {
        color: #c0c0c0; font-size: 10px;
        text-align: center;
}

/********************** Menu ***************************/

#menu {
        background-color:#800000;
	margin: 0 auto;	
}

#menu ul{
	width:780px;
        background: #800000;
        display:block;
        margin: 0px 0px 0px 0px;
	height:25px;
        padding: 5px 0px 0px 0px;
	text-align:center;
	font-size: 14px;
}
#menu li{
	display:inline;	
}
#menu ul a{
	text-decoration: none;
        font-weight: normal;
	color:#FFFFFF;
	margin: 0px 10px;
}
#menu ul a:visited{
	text-decoration: none;
        font-weight: normal;
	color:#FFFFFF;
	
}
#menu ul a:hover{
	text-decoration: underline;
        font-weight: normal;
	color:#ffffff;
}


/********************** Content ***************************/

#content {
        width: 780px;
        background-color: #c0c0c0;
	margin: 0 auto;	

}

#bottom {
	clear: both;
        width: 780px;
        background-color: #c0c0c0;
	margin: 0 auto;
	
} 

#cntrtext {
	width: 780px;
        background-color: #c0c0c0;
	margin: 0 auto;	
        text-align: center;
	
}

#cont2 {
	text-align: left;
    	margin: 0px 20px 0px 20px;
}	


/* News Postings */

#posts {
	float: right;
	width: 520px;
	padding-right: 20px;
}

#posts hr{
	width: 400px;
	margin-top: 10px;
        
}

.post {
	padding-top: 10px;
}

.post .title {
	margin-bottom: 10px;
	font-size: 14px;
}


/* Left Side Bar */

.leftside {
	float: left;
	clear: left;
	width: 190px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
        background: #E3E1E1;
}

.leftside .heading {
	margin-top: 0;
	padding: 5px 10px;
	background: #E3E1E1 url(images/img3.gif) no-repeat center bottom;
	color: #FFFFFF;
}

.leftside .content {
	margin 0px;
	padding: 0px 10px;
}

.leftlogo {
	float: left;
	clear: left;
	width: 190px;
        margin: 10px 0px 0px 25px;
	        
}

.lblk  {
       	color: #000000;
	font-size: 13px;
	margin: 0px 0px;
}

.lblkb {
	font-weight: bold;
       	color: #000000;
	font-size: 13px;
	margin: 0px 0px;
}

.lredb {
	font-weight: bold;
       	color: #990000;
	font-size: 13px;
	margin: 0px 0px;
}
.lblku  {
       	font-weight: bold;
	color: #000000;
	font-size:13px;
	margin: 0px 0px;
        text-decoration: underline;
}

#alert {
        background-color:#800000;
	margin: 0 auto;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
}


