/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	background-color: #99ccff;
	width:900px;
	margin:0px auto;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	width:840px;
}
body, td, th {
	color: #000000;
}
a {
	color:#000000; /*text-decoration:none;*/
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#000000;
}
#pageHeader {
	position:relative;
	height:45px;
	width:100%;
	border:none;
	z-index:20;
	margin-top:10px;
	margin-bottom:30px;
}
h2 {
	position:relative;
	z-index:10;
	font-weight:bold;
	font-size:medium;
}
h3 {
	position:relative;
	z-index:10;
	margin:12px 1.5em 3px 1.5em;
	font-size:small;
}
h4	{
	position:relative; z-index:10; margin:2px 40px;
}
hr {
	height:1px;
	border-width:0;
	color:#000000;
	background-color:000000
}
	
.welcome {
	position:relative;
	width:300px;
	background-color:#000000;
	padding:0.2em 0.8em 0.2em 0.8em;
	white-space:nowrap;
	font-size:large;
	float:left;
	color: #FFF;
}
.welcome2 {
	position:relative;
	width:444px;
	margin-top:1.2em;
	margin-bottom:1em;
	white-space:nowrap;
	font-size:large;
	text-align:center;
}
.welcome3 {
	position:relative;
	width:310px;
	padding:0.2em 0.8em 0.2em 0.8em;
	margin-top:0.6em;
	white-space:nowrap;
	font-size:large;
	text-align:center;
	float:right;
	color: #FFF;
}
#breadCrumbs {
	text-indent:2em;
	padding-top:.2em;
	font-size:small;
	border-top:1px #000000 solid;
	clear:both;
	z-index:1;
}
#breadCrumbs a {
	color:#00C;
}
#mainMenu {
	margin-top:-20px;
	position:relative;
	clear:left;
	width:14em;
	margin-left:30px;
	padding-left:10px;
	list-style:none;
	font-size:large;
	font-weight:bold;
	line-height:1.7;
	z-index:10;
}
#mainMenu li a {
	color:#000000;
	text-decoration:none;
	width:100%;
}
#mainMenu li a:visited {
	color:#000000;
}
#mainMenu li a:hover {
	color:#000000;
	padding-left:24px;
	background-image:url(../webimg/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#logoLink img {
	position: relative;
	margin-left:20px;
	z-index:6;
	border:none;
}
#categoryList {
	font-size:large;
	font-weight:bold;
	line-height:1.5;
	padding-top:18px;
	padding-bottom:12px;
	clear:left;
}
#categoryList li {
	padding:.2em 0em;
}
#categoryList li a {
	color:#000000;
	line-height:1.5;
}
#categoryList a {
	color:#FFFFFF;
}
#column1 {
	width:40%;
	float:left;
}
#column1 dl a {
	color:#FFFFFF;
}
#column2 {
	width:45%;
	margin-top:-4em;
	margin-left:1em;
	float:right;
	margin-right:30px;
	position:relative;
	height:320px;
	overflow:auto;
	color:#000000;
}
#column2 a {
	text-decoration:underline;
}
#column2 ol li a {
	padding:0px 4px;
}
#column2 ol li a:hover {
	color:#003399;
}
div#column2.scrolling {
	position:relative;
	height:480px;
	overflow:auto;
}
ol {
	font-size:large;
	font-weight:bold;
	list-style:none;
	line-height:1.5;
}
dt {
	font-weight:bold;
	text-indent:24px;
}
dd {
	line-height:1.5;
	margin-top:1em;
}
#img.center {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	position:relative;
	width:100%;
	overflow:hidden;
	clear:both;
	left:0px;
	right:0px;
	bottom:0px;
	height:66px;
	top:66px;
	white-space:nowrap;
	margin-top:10px;
}
#footerLinks {
	text-align:center;
	font-size:small;
	clear:both;
	padding-top:.5em;
	border-top:1px #000000 solid;
	font-weight:bold;
}
#footerLinks a {
	color:#00C;
	text-decoration:underline;
	font-weight:normal;
}
#footerLinks a:hover {
	text-decoration:underline;
}
#mainContact {
	width:270px;
	color:#000000;
	text-align:center;
	font-size:large;
	font-weight:bold;
}

