html { height: 100%; }

body {
	margin: 0px;
	background-color: #d4e6ff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

body, input, select, td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

a {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

b, h1, h2, h3, h4, h5, h6, strong {
	color: #002080;
}

.button {
	width: auto;
	font-weight: bold;
	color: #0033cc;
	border-color: #0033cc;
}

.button:hover {
	color: #990000;
	border-color: #990000;
	background-color: #ffff99;
}

.clear { clear: both; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
}

h1 {
	height: 40px;
	font-size: 24px;
	background-image: url(/images/h1-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 9px -22px;
	padding: 12px 0px 0px 12px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

#header {
	width: 862px;
	height: 100px;
	padding: 0px 25px 0px 13px;
	background-color: #1048d9;
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
}

hr {
	border: none;
	height: 1px;
	color: #002080;
	background-color: #002080;
	margin: 12px 0px;
}

img {
	border: none;
}


#inner {
	width: 900px;
	padding: 0px 10px;
	background-image: url(/images/inner-bg.gif);
	background-repeat: no-repeat;
}

input, textarea {
	border: 1px solid #002080;
	width: 400px;
	padding: 1px;
	margin: 2px 0px;
	background-color: #e6e9ff;
}

label {
	width: 150px;
	text-align: right;
	margin-right: 10px;
	float: left;
	font-weight: bold;
	color: #002080;
}

#left-column {
	width: 630px;
	margin-left: 45px;
	float: left;
}

#logo {
	display: block;
}

#outer {
	width: 920px;
	margin: 0px auto;
	background-image: url(/images/outer-bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}

#right-column {
	width: 170px;
	margin-left: 50px;
	float: left;
	padding-top: 62px;
}

small {
	font-size: 12px;
}

.tab, a.tab {
	width: 142px;
	height: 26px;
	padding-top: 7px;
	margin-top: 9px;
	display: block;
	float: left;
	background-image: url(/images/tab.png);
	text-align: center;
	font-size: 16px;
}

a.tab:hover {
	background-image: url(/images/tab_over.png);
}

#tagline {
	margin-top: 24px;
	color: #ffffff;
	font-size: 16px;
	float: right;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}