
html, body, table, tr, td, input, select, option, button, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {
	margin: 10px 0px;
	background: #453c2f url(layout/bg-tile.gif) repeat-x top;
	line-height: 1;
}

a:link {
	color: #0000CC;
	text-decoration: underline
}

a:visited {
	color: #0000CC;
	text-decoration: underline
}

a:active {
	color: #0000CC;
	text-decoration: underline
}

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

p {
	margin-top: 1.5em;
	margin-bottom: 0px;
}

#wrapper { width: 95%; }

#header {
	min-height: 110px;
	background: #FFFFFF;
	color: #525f93;
	padding-top: 1px;
}

* html #header { height: 110px; }

#headerPadding {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#navigation {
	display: none;
	min-height: 36px;
	background: #323366;
	color: #c4c8cb;
	text-align: center;
	padding: 1px 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}

* html #navigation { height: 36px; }

#navigationPadding {
	margin-top: 6px;
	margin-bottom: 6px;
}

#navigation a:link {
	color: #c4c8cb;
	text-decoration: none;
}

#navigation a:visited {
	color: #c4c8cb;
	text-decoration: none;
}

#navigation a:hover {
	color: #c4c8cb;
	font-weight: bold;
}

#footerPadding {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
