/* CSS Document */

body {
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

/* Start Global Syles */

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

/*a:active {
	color: #069;
}

a:visited {
	color: #069;
}*/

#container {
	width: 800px;
	margin: auto;
	padding: 0;
}

/**** Start Top Navigation Styles ****/

#top-nav {
	width: 800px;
	height: 30px;
	margin:0;
	padding:0;
	border:0;
}

#top-nav ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

#top-nav ul li {
	display: block;
	height: 30px;
	float: left;
	padding-top:10px;
}

li#top-nav1 {
	background: url(/images/top-nav1.jpg) no-repeat;
	width:115px;
}

li#top-nav2 {
	background: url(/images/top-nav2.jpg) no-repeat;
	width:114px;
}

li#top-nav3 {
	background: url(/images/top-nav3.jpg) no-repeat;
	width:114px;
}

li#top-nav4 {
	background: url(/images/top-nav4.jpg) no-repeat;
	width:114px;
}

li#top-nav5 {
	background: url(/images/top-nav5.jpg) no-repeat;
	width:114px;
}

li#top-nav6 {
	background: url(/images/top-nav6.jpg) no-repeat;
	width:114px;
}

li#top-nav7 {
	background: url(/images/top-nav7.jpg) no-repeat;
	width:115px;
}

#top-nav a {
	color: #330066;
	text-decoration: none;
}

#top-nav a:hover {
	color: #F60;
	text-decoration: underline;
}

/* Start Content Style */

#content {
	width: 768px;
	margin: 10px 0 0 0;
	padding: 15px;
	border: 1px solid #66CCCC;
}

/* Start Misc */

.dotted-blu {
	display: block;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00CCCC;
}
