@import url(subpage-import.css);
@import url(../topnavi.css);

body {
	margin: 4px;
	margin-top: 0;
	background-image:   url("../../images/template/background.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #D2D1CD;
}

#TopNaviContainer, #PageContainer, #Footer {
	width: 760px;
}

a:visited, a:visited {
	color: #0001BE;
}
a:active {
	color: #CC0000;
}

#TextOnlyLink, #TextOnlyLink a {
	padding: 0 !important;
	margin: 0 !important;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	text-align: center;
	height: 7px;
	position: relative;
	top: -100px;
}

#PageHeader {
	border-bottom: 2px solid #F10044;
	width: 760px;
}

#PageHeader-Logo {
	background-color: #1A1160;
}

#Search-Button {
	padding-left: 3px;
}

#Search-Container {
	background-image:  url("../../images/template/header-background.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
	background-color: #1A1160;
}

#Search-Container form {
	margin: 0;
	padding: 0;
}

#Search-Directory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8695BD;
}
#Search-Directory span {
	padding-left: 9px;
	padding-right: 4px;
}
#Search-Directory a {
	color: #CFD5E6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Search-Directory a:hover, #Search-Directory a:active {
	text-decoration: underline;
}

#Search-Label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 8px;
}

h1#PageTitle, #PageTitle h1 {
	margin: 0;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #B8011F;
}

#PageBody {
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
	padding: 12px;
	width: 734px;
}

h2, .h2 {
	font-size: 17px;
	font-weight: bold;
	color: #003399;
}
h2 a, h2 a:visited {
	color: #003399;
}
h3, .h3 {
	font-size: 15px;
	font-weight: bold;
	color: #336633;
}
h3 a, h3 a:visited {
	color: #336633;
}
h4, .h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h4 a, h4 a:visited {
	color: #666666;
}

#Footer td {
	padding: 10px;
	color: #474745;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Footer a {
	color: #0000AF;
}
