
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../graphics/background.gif) repeat-x;
}

a { color: red; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
	color: #003d6d;
	font-weight: normal;
}

img {
	border: 0;
}

td { vertical-align: top; }
td h2 { margin-top: 0; }

.wrap { white-space: normal !important; }
.clear { float: none !important; clear: both; line-height: 0; }

#wrapper {
	width: 801px;
	margin: 19px auto 0;
}

#banner {
	height: 195px;
	color: #b6b6b6;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../graphics/banner.jpg);
}

#crumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	padding-left: 20px;
	padding-bottom: 16px;
	font-size: 90%;
}

#flash-banner { }

#sidebar {
	float: left;
	width: 196px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	padding-bottom: 32px;
	background: url(../graphics/nav_base.gif) repeat-x bottom left;
}
#navigation li {
	list-style-type: none;
}
#navigation li a {
	display: block;
	height: 33px;
	line-height: 33px;
	padding-left: 23px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	background: #e3e3e3;
	border-bottom: 1px solid #b6b6b6;
}
#navigation li a:hover {
	background: #ccc;
}
#navigation li.nav_active a {
	background: transparent;
}

#main {
	margin-left: 196px;
}

#content {
	position: relative;
	margin-left: 20px;
}

#apply {
	background: url(../graphics/apply.gif) no-repeat;
	height: 223px;
	float: left;
	width: 100%;

}
#apply h3 {
	margin: 0;
	font-size: 110%;
}
#apply p {
	margin: 0;
}
#apply div.left {
	color: white;
	float: left;
	padding: 23px;
	margin-top: 45px;
	width: 150px;
}
#apply div.left a {
	font-weight: bold;
}
#apply div.mid {
	float: left;
	padding: 23px;
	margin-top: 45px;
	width: 165px;
}
#apply div.right {
	float: left;
	padding: 23px 10px;
	margin-top: 45px;
	width: 155px;
}

#apply div.right img {
	margin-left: -10px;
}
 
 
* html #apply div.right {
	margin-right: -15px;
}

#footer {
	clear: both;
	height: 74px;
	background: url(../graphics/footer.gif) no-repeat;
	line-height: 40px;
	padding: 0 36px;
	color: #b6b6b6;
	font-size: 85%;
}
#footer a {
	color: #b6b6b6;
}

#teaser {
	height: 40px;
	width: 585px;
	float: left; 
	margin-bottom: 10px;
	color: #b6b6b6;
	padding-bottom: 2px;
	background-image: url(../graphics/teaser.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

* html #banner * { position: absolute; top: 0; left: 0; }
* html #banner #crumbs { top: 160px; left: 3px; z-index: 50; }
* html #banner #crumbs * { position: relative; top: 0; left: 0; }

.mini {
	padding-top: 10px;
	float:left;
	font-size:11px;
	color: red;
}

#memberbar { height: 30px; line-height: 30px; margin: 20px 0 0; background: #000; color: #fff; }
#memberbar p { margin: 0 1em; }
#memberbar p.left { float: left; }
#memberbar p.right { float: right; }