body {
	background-image: url('/images/background.png');
	background-color: #8c8585;
	margin: 0 0 0 0;
	padding: 10px;
	font-family: arial, verdana; 
}

h1 {
	color: #133976;
	font-family: arial;
}


a { color: #d4740f; }
a:hover { 
	color: #f67f03; 
	text-decoration: none;	
}


/*******NAV CSS********/
#nav {
	background-image: url('/images/nav/nav.gif');
	width: 584px; height: 39px;
}
#nav img { border: 0; }
#nav p {
	position: relative; left: 15px;
}


/*******LEFT COLUMN********/
#left-column {
	background-color: #FFFFFF; 
	width: 272px;
}


/*******RIGHT COLUMN********/
#right-column {
	background-color: #FFFFFF; 
}


/*******CONTENT CSS********/
.content {
	width: 522px;
	color: #133976;
	font-size: 12px;
	padding: 15px 0 0 24px;
	
}
.content table {
	font-size: 12px; 
	color: #133976;
}


/*******NEWS********/
.news-title {
	font-family: arial;
	font-size: 14px;
	color: #898989;
	font-weight: bold;
	margin: 0 0 10px 0;
}



/*******FOOTER********/
#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}


.b10 { font-size: 10px; color: #133976; }
.b11 { font-size: 11px; color: #133976; }

.lg10 { font-size: 10px; color: #cccccc; }



/*************PADDING CLASSES***********/
.padding1 { padding: 8px 8px 14px 14px; }



/*************TABLELESS CSS FORM***********/
label,input, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	cursor: pointer;
}


.submitbutton{
	margin: 10px 0 0 90px;
	width: 80px;
}

br {
	clear: left;
}

input:focus, input:hover {  
	background-color:#e9f3fb;  
}  
textarea:focus, textarea:hover {  
	background-color:#e9f3fb;  
}  
select:focus, select:hover {  
	background-color:#e9f3fb;  
}  




