v\:* {
behavior:url(#default#VML);
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #4f4f4f url(../images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

table ul, table ol {
	margin-bottom: 0em;
	line-height: 120%;	
}

a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

/* Header */

#header {
	width: 740px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 206px;
	height: 78px;
	background: #9BAFCB;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #4f4f4f;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 25px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #000000;
}

#menu .active a {
}

/* Splash */

#splash {
	height: 180px;
	margin: 0;
}

#splash p {
	padding: 100px 20px 20px 20px; 
	text-align: right;
	font-weight: bold;
}

/* Page */

#page {
	width: 744px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 205px;
	border-right: 5px solid black;
}

#sidebarS {
	padding: 25px 20px 20px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 0px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul li {
	margin-bottom: 1em;
	line-height: 130%;
}

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

table.vertical th {
	text-align: left;
	vertical-align: top;
}

table.horizontal th {
	text-align: center;
	vertical-align: bottom;
}

tr.odd {
}

tr.even {
	background: #2F2F2F;
}

tr.header {
	background: #2F2F2F;
}

td {
	vertical-align: top;
}
li.errorMessage {
	list-style: none;
	list-style-type: none;
}

.errorMessages .errorMessage {
	background-repeat: no-repeat;
}

.errorMessages .info {
	color: #00529B;
	background-color: #BDE5F8;
}

.errorMessages .success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.errorMessages .warn {
	color: #9F6000;
	background-color: #FEEFB3;
}

.errorMessages .error {
	color: #D8000C;
	background-color: #FFBABA;
}

.pageErrors {
	margin: 12px auto;
	padding: 0px 40px;
}

.pageErrors li.errorMessage {
	border: 1px solid;
	margin: 5px 0px;
	padding: 10px 5px 10px 45px;
	background-position: 5px center;
}

.pageErrors .info {
	background-image: url('../images/info.png');
}

.pageErrors .success {
	background-image: url('../images/success.png');
}

.pageErrors .warn {
	background-image: url('../images/warn.png');
}

.pageErrors .error {
	background-image: url('../images/error.png');
}.sidebar .listBox ul {
	list-style-type: none;
	margin: 0px;
}

.sidebar .listBox ul ul {
	padding-left: 1em;
}

.sidebar .listBox ul li {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

.sidebar .listBox a {
	display: block;
	width: 100%;
}

.sidebar .listBox a:hover {
	font-weight: bold;
}

.sidebar .listBox .current {
	font-weight: bold;
	list-style-type: square;
}.formErrors .errorMessage {
	font-size: smaller;
	margin: 1px 1px;
	padding: 1px 1px 1px 13px;
	background-position: 1px center;
	border: 1px;
	margin: 1px 0px;
	background-color: inherit;
	display: block;
}

.formErrors .info {
	background-image: url('../images/info-small.png');
}

.formErrors .success {
	background-image: url('../images/success-small.png');
}

.formErrors .warn {
	background-image: url('../images/warn-small.png');
}

.formErrors .error {
	background-image: url('../images/error-small.png');
}.infoBubble, .infoBubble a {
	color: black;
	background: white;
}

span.disabled label {
	color: #555555;
}

.limitTable {
	width: 100%;
}

