/* CSS Document */

body {
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
}
#wrapper {
	text-align: left; 
	width:950px;
	margin-left: auto;
	margin-right: auto; 
	background-image:url(/images/contentstrip.PNG); 
	padding:0 15px;  
} 
#header { 
	width:950px;
	height:83px;
	background-image:url(/images/header.jpg);
}
#banner {
	width:950px;
	height:270px;
	margin-bottom:15px;
}
#nav-top {
	background-image:url(/images/nav-top.jpg);
	width:239px;
	height:10px;
}
#nav {
	background-image:url(/images/nav-strip.jpg);
	width:209px;
	min-height:400px;
	padding-left:20px;
	padding-right:10px;
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:14px;
	float:left;
}
#maincontent {
	width:950px;
background-color:#fff;
}
#content {
	float:right;
	width:701px;
	min-height:410px;
	padding-right:10px;
	background-color:#fff;
}
#welcome {
	width:699px;
	float:left;
	margin-bottom:10px;
}
#welcome-heading {
	border-top:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:690px;
	min-height:33px;
}
#welcome-content {
	border-bottom:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:670px;
	min-height:100px;
	padding: 10px;
}
#box1 {
	float:left;
	width:335px;
	margin-bottom:10px;
}
#box1-heading {
	border-top:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:326px;
	min-height:31px;
}
#box1-content {
	border-bottom:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:306px;
	min-height:100px;
	padding: 10px;
}
#box2 {
	float:right;
	width:335px;
	margin-bottom:10px;
}
#box2-heading {
	border-top:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:326px;
	min-height:31px;
}
#box2-content {
	border-bottom:#e8e8e8 3px solid;
	border-right:#e8e8e8 3px solid;
	border-left:#e8e8e8 3px solid;
	width:306px;
	min-height:100px;
	padding: 10px;
}
#footer {
	color:#fff;
	width:940px;
	font-size:11px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.copyright {
	width:445px;
	float:left;
	height:30px;
	padding-top:10px;
}
.site-info {
	width:445px;
	text-align:right;
	float:right;
	height:30px;
	padding-top:10px;
}
.site-info a:link, .site-info a:visited {
	color:#fff;
	text-decoration:underline;
}
.site-info a:hover {
	color:#fff;
	text-decoration:none;
}
a:link, a:visited { 
	color: #000000; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none; 
} 
H1 {
	font-size: 20px;
	font-weight: bold;
	background:url(/images/h1.jpg) no-repeat;
	padding:0 0 0 5px;
	margin:0px;
} 
H2 {
	font-size: 18px;
	font-weight: bold;
	background:url(/images/h2.jpg) no-repeat;
	padding:0 0 0 5px;
	margin:0px;
} 
H3 {
	font-size: 18px;
	font-weight: bold;
} 
H4 {
	font-size: 16px;
	font-weight: bold;
} 
H5 {
	font-size: 14px;
	font-weight: bold;
} 
.nav {
	font-size:14px;
	font-weight:bold;
	background:url(/images/nav.jpg) no-repeat;
	height:40px;
	width:200px;
	padding-left:20px;
	cursor:pointer;
}
.nav-on {
	font-size:14px;
	font-weight:bold;
	background:url(/images/nav.jpg) no-repeat;
	height:40px;
	width:200px;
	padding-left:20px;
	text-decoration:underline;
	cursor:pointer;
}
a {
	cursor:pointer;
}