/* Copy from original */

body {
	margin: 5px;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	color:#000000;
	background-color:#f5f7e0;
}

a:link, a:active, a:visited {
	color:#DC9A39;
	font-weight:bold;
	text-decoration:none;
}


#header a:link, #header a:active, #header a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color: #ADB26E;
}

#footer a:link, a:active, a:hover {
	color:#ADB26E;
}

#footer a.red {
	color: red;
}

img {
	border: 0px;
}

#footer {
	margin:0 auto;
	width:750px;
	text-align:left;
	font-size: x-small;
}

#footer p {
	margin: .25em 0 0;
	padding: 0;
}

#footer p em.right {
	margin: 0em 0 0;
	float: right;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	background: transparent;
}

.bigFont {
	font-size:18px;
	font-weight:bold;
}

form {
	margin:0;
	padding:0;
}

input, select {
	padding:2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #E0E3B6;
}

#container {
	margin:0 auto;
	width: 750px;
	text-align:left;
	border:1px solid #555555;
	background-color:#E0E3B6;
}

#logo {
	height:150px;
}

#navigation {
	height:22px;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	background-color:#EBA948;
	color: #FFFFFF;
}

#navigation input[type='text'], #navigation input[type='password'] {
	margin: 3px 4px 0 4px;
	padding: 0 2px;
	width: 6em;
}

#navigation input[type='submit'] {
	vertical-align: top;
	margin: 2px 4px 0 1em;
	padding: 0 1px;
}

a.submitbutton {
	font-size: 11px;
	padding: 4px 8px 5px 8px;
	font-weight: bold;
	line-height: 100%;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul li {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#navigation ul li a {
	display:block;
	position:relative;
	padding:5px 8px 5px 8px;
	font-weight:bold;
	line-height:100%;
}

#navigation a:hover {
	background: #f1c077;
	text-decoration:none;
}

#navigation a.nav, #navigation a {
	display: block;
	font-size: 11px;
	float: left;
	padding: 5px 8px 6px 8px;
	font-weight: bold;
	line-height: 100%;
}

#navigation a.nav_active, #navigation a.active, #navigation p {
	float: left;
	font-size: 11px;
	display: block;
	margin: 0;
	color:white;
	font-weight:bold;
	background-color:#f1c077;
}

#navigation p.right {
	margin: 4px 0 0;
	float: right;
	text-align: right;
	font-weight: normal;
	color: black;
	background: transparent;
}

#navigation p.right a {
	display: inline;
	float: none;
}

#navigation form {
	margin: 0;
	float: right;
	text-align: right;
	font-weight: normal;
	color: black;
	background: transparent;
}
#navigation p.right a {
	font-size: 11px;
	padding: 4px 8px 5px 8px;
	font-weight: bold;
	line-height: 100%;
}

#content, .news2, .updates2 {
	margin: 0;
	padding: 5px;
}

.columnHeader, h1 {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #adb26e;
	color: white;
}

.columnHeader a:hover {
	background-color: white;
}

#content h2 {
	margin: 1em 0 0;
	font-size: 12px;
	font-weight: bold;
}

div.news {
	float: left;
	width: 465px;
	margin: 5px 0 0;
	padding: 5px;
	background: #bec198;
	color: black;
}

#faux {
	clear: both;
	height: 1px;
}

div.updates {
	width: 250px;
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	background: #bec198;
	color: black;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border-top: solid thin black;
}

.news a, .news2 a, .updates a, .updates2 a {
	color: black;
}

#content .news a:hover, #content .news2 a:hover, #content .updates a:hover, #content .updates2 a:hover {
	color: white;
}

h3 em {
	font-weight: normal;
	font-style: normal;
}

h3 + p, h2 + p {
	margin: 0;
	padding: 0;
}

.news2 p + .news2 p, .updates2 p + .updates2 p {
	margin: 1em 5px 0;
	padding: 0;
}


#partners {
	margin: 2em 0 0;
}

.red {
	color: red;
}

p.prevnext {
	padding: 0;
	float: left;
	width: 100%;
}

p.prevnext strong {
	color: gray;
	float: left;
}

p.prevnext a {
	font-style: normal;
	float: left;
}

p.prevnext .right {
	float: right;
	text-align: right;
}

table.apply {
	border-collapse: collapse;
}

table.apply th {
	text-align: right;
	font-weight: normal;
}

table.apply tr.space {
	border-top: solid 1em #E0E3B6;
	border-bottom: solid 1em #E0E3B6;
}

p.center {
	text-align: center;
	margin: 0;
	padding: 0;
}

code {
	display: block;
	text-align: left;
	background: white;
	border: solid thin black;
	padding: .5em;
	margin: 1em;
}

p.center + p.center {
	margin: 3em 0 0;
}

p.terms {
	margin: 1em 0 0 2em;
}

p.terms:first-letter {
	margin-left: -2em;
}

#navigation2 {
	height:16px;
	border-bottom:1px solid #555555;
	background: #bec198;
	color: black;
}

#header #navigation2 a:hover, #navigation2 p {
	background: #dddfc7;
	color: black;
	text-decoration:none;
}

#navigation2 p {
	display: block;
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
}

#header #navigation2 a.nav, #header #navigation2 a  {
	display: block;
	font-size: 10px;
	float: right;
	padding: 3px 8px 3px 8px;
	line-height: 100%;
}

#header #navigation2 a.nav_active, #header #navigation2 a.active {
	float: right;
}

.nav4 {
	height:16px;
	border-top: 1px solid #555555;
	background: #adb26e;
	color: white;
}

.nav4 p {
	float: left;
	font-size: 10px;
	display: block;
	margin: 0;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	color: black
}

.nav4 a.nav {
	display: block;
	font-size: 10px;
	float: left;
	padding: 3px 8px 3px 8px;
	line-height: 100%;
	color: white;
}

#content .nav4 a:hover, .nav4 p {
	background: #bec198;
	text-decoration:none;
	color: black;
}

object.center {
	margin: 0 auto;
}

/* END ORIGINAL */
