body {
	background: #333333 url('../images/bg_strip.png') repeat-x;
	background-position: 0px 100px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #333;
}

h1 {
	font: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #333;
	margin: 0 0 10px 0;
}

h2 {
	font: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 140%;
	color:#333;
	margin: 10px 0 10px 0;
}

h3 {
	color: #333;
	font-size: 120%;
	margin: 15px 0 -5px 0;
}

h4 {
  color: #cc9900;
  font-size: 11px;
  margin: 10px 0 0 0;
}

.nav ul {
	list-style-type: none;
	margin: 15px 15px 0px 0px;
	font: bold 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
}

.nav ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

.nav ul li a {
	text-decoration: none;
	color: white;
	background-image: url(../images/bullet_wh.png);
	background-repeat: no-repeat;
	background-position: 100% 0em;
	padding-right: 2em;
}

.nav ul li a:hover {
	text-decoration: none;
	color: #cc3300;
	background-image: url(../images/bullet_re.png);
	background-repeat: no-repeat;
	background-position: 100% 0em;
	padding-right: 2em;
}

.nav ul li a.selected {
	text-decoration: none;
	color: #cc3300;
	background-image: url(../images/bullet_re.png);
	background-repeat: no-repeat;
	background-position: 100% 0em;
	padding-right: 2em;
}

#applylink ul {
	margin: -5px;
	padding: 0;
	list-style-type: none;
}

#applylink a {
	display: block;
	padding: 4px;
	color: #fff;
	background-color: #cc3300;
	text-decoration: none;
	text-align: right;
}

#applylink a:hover {
	color: #fff;
	background-color: #ff3300;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.footer a:link {
	color: #999;
	text-decoration: underline;
}

.footer a:visited {
	color: #999;
	text-decoration: underline;
}

.footer a:hover {
	color: #999;
	text-decoration: underline;
}

.footer a:active {
	color: #999;
	text-decoration: underline;
}

.content a:link {
	color: #cc3300;
}

.content a:visited {
	color: #cc3300;
}

.content a:hover {
	color: #cc3300;
}

.content a:active {
	color: #cc3300;
}

.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color: #999;
	text-decoration: none;
	margin: -5px 0 20px 0;
}

.quote {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: justify;
	line-height: 140%;
	text-decoration: none;
}

input {
	color: #333;
	background: white;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.submit input {
	color: #000;
	background: #cc3300;
	border: 2px outset #d7b9c9;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.checkbox {
	background-color: #fafafa;
	border: 0px solid black;
}