/* hello, how can I help you? */

/* links */

a:link {
	text-decoration: underline;
	color: #576273;

	}
a:visited {
	text-decoration: underline;
	color: #576273;

		}
a:hover {
	text-decoration: none;
	color: #404040;
	}
.content a:hover {
	border-bottom: 1px dotted;
	}

/* the body text, margins and pretty scrollbars for ie cause I'm shallow */

body, table, td, tr {
	font: 12px tahoma;
	color: #000000;
	}

.content {
	font: 12px tahoma;
	color: #000000;
	}

body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	scrollbar-face-color: #576273; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #576273; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #DDDDDD; 
	scrollbar-darkshadow-color: #000000;
	}

/* forms */

form {
	background-color: transparent;
	}

input, textarea, option, select {
	background-color: #DDDDDD;
	font: 9px tahoma;
	color: #000000;
	letter-spacing: 0px;
	border: 1px solid #000000;
	padding: 2px; }




/* news */

a img {
	border: none;
}



/* navigation */

.nav-link{
	font: 11px tahoma;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	background-color: #E4E4E8;
	text-transform: uppercase;
	}
.nav-icon{
	color: #A44906;
	}
.nav-description{
	font: 11px tahoma;
	color: #343D2E;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom:1px solid #E4E4E8;
		}
.nav-blank{
	padding-top: 20px;
	padding-bottom: 10px;
		}


.nav1{
	font: 11px tahoma;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #E4E4E8;
	letter-spacing: 3px;
	text-transform: uppercase;
		}
.nav2, .nav2 a:link, .nav2 a:visited, .nav2 a:hover{
	letter-spacing: 0px;
	color: #000000;
	font-weight:bold; 
	border-bottom:1px dotted #E4E4E8; 
	background-color:#CBD2DA; 
	text-transform:uppercase; 
	font-size:11px; 
	font-family:tahoma; 
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
		}
	
.nav2 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
		}


/* side */

.side1{
	font: 10px tahoma;
	letter-spacing: 0px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
	background-color: #C1C2CA;
	border-bottom: 1px solid #576273;
	}

.side2{
	font: 9px tahoma;
	letter-spacing: 0px;
	color: #000000;
	}
	
	
/* headers */

h5 {
	font: 11px verdana;
	letter-spacing: 5px;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFFFFF;
	}

h3, h4 {
	font: 11px verdana;
	letter-spacing: 5px;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CBD2DA;
	border-bottom: 1px dotted #FFFFFF;
	}