/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	width: 100%;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

img {
	border: none;
}

#header {
	height: 125px;
	border-bottom: 4px solid #000000;
	background-image:url(Dynamic-Banner.gif);
	background-repeat:no-repeat;
	display: block;
}

.hide {
	display: none;
}

#contact_wrapper {
	display:block;
	height: 125px;
}

#contact {
	padding-top: 30px;
	font-size: 16px;
	text-align: right; 
	padding-right: 7px;
}

*+html .minWidth {
	border-left: 1024px solid #FFF;
}

* html .minWidth {
	border-right:1024px solid #fff;
}


.wrapper {
	min-width: 1024px;
}

*+html .wrapper {
	margin-left: -960px;
	position: relative;
}

* html .wrapper {
	float:left; 
	position:relative; 
	margin-right:-1024px;
}


#CenterPage {
	position:relative;
	float:left;
}


strong {
	color: #FF0000;
}

h1 {
	width: 100px;
	display: block;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.HeadCenter {
	font-weight: bold;
	font-size: 16px;
}


.LeftSpace {
	width: 800px;
	margin-left: 15px;
}

.LeftSpace h1 {
	width: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.LeftSpace a, .LeftSpace a:link, .LeftSpace a:visited {
	text-decoration: none;
	height: 20px;
	font-weight: normal;
	color: #666666;
}

.LeftSpace a:hover {
	font-weight: bold;
	color: #000000;
}

.SpecialLi {
	display: block;
	text-decoration: none;
}

.centerMe {
	position:relative;
	float:left;
	width: 200px;
}

.TopMenu a, .TopMenu a:link, .TopMenu a:visited {
	text-decoration: none;
	height: 20px;
	font-weight: normal;
	color: #666666;
	display: inline;
	width: 200px;
}

.TopMenu a:hover {
	font-weight: bold;
	color: #000000;
}

.PrintOnly {
	display: none;
}

* html .NoDots {
	text-decoration: none;
}

*+html .NoDots {
	text-decoration: none;
}

@media print {

	.PrintOnly {
		display: block;
	}
}

.PageTitle {
	font-size: 22pt;
	font-weight: bold;
	padding-bottom: 40px;
}