@charset "utf-8";
/* CSS Document */
/* Top Right Bottom Left */

body {
	background-color: #CCCCCC;
	margin: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ID Tags Follow */

#banner {
	background-image: url(../images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#block1 {
	background-image: url(../images/block_mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#block_bar1 {
	background-image: url(../images/blockBlank.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
}

#block2 {
	background-image: url(../images/block_mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#block_bar2 {
	background-image: url(../images/blockBlank.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
}

#content_bar {
	background-image: url(../images/blockMain.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
}
#content {
	background-image: url(../images/content_mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


#block3 {
	background-image: url(../images/block_mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#block_bar3 {
	background-image: url(../images/blockBlank.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
}

#block4 {
	background-image: url(../images/block_mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#block_bar4 {
	background-image: url(../images/blockBlank.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/* Class Tags Follow */
/* Top Right Bottom Left */

.content_title {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 2px;
}
.content {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
}
.content a:link {
	color: #006699;
	text-decoration: none;
}
.content a:visited {
	color: #006699;
	text-decoration: none;
}
.content a:hover {
	color: #006699;
	text-decoration: underline;
}

.block {
	font-size: 11px;
	text-align: left;
	color: #333333;
	padding: 10px 15px 0px 15px;
	line-height: 18px;
	text-decoration: none;
}
.block a:link {
	color: #006699;
	text-decoration: none;
}
.block a:visited {
	color: #006699;
	text-decoration: none;
}
.block a:hover {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}

.diyNavTitle {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	line-height: 12px;
	text-decoration: none;
}
.diyNavTitle a:link {
	color: #006699;
	text-decoration: none;
}
.diyNavTitle a:visited {
	color: #006699;
	text-decoration: none;
}
.diyNavTitle a:hover {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}
.diyNav {
	font-size: 10px;
	text-align: left;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}
.diyNav a:link {
	color: #006699;
	text-decoration: none;
}
.diyNav a:visited {
	color: #006699;
	text-decoration: none;
}
.diyNav a:hover {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}

.footlinks {
	font-size: 11px;
	color: #555555;
	line-height: 22px;
	text-decoration: none;
}
.footlinks a:link {
	color: #555555;
	text-decoration: none;
}
.footlinks a:visited {
	color: #555555;
	text-decoration: none;
}
.footlinks a:hover {
	color: #555555;
	text-decoration: underline;
}

.footer {
	font-size: 9px;
	color: #555555;
	line-height: 17px;
	text-decoration: none;
}
.footer a:link {
	color: #555555;
	text-decoration: none;
}
.footer a:visited {
	color: #555555;
	text-decoration: none;
}
.footer a:hover {
	color: #555555;
	text-decoration: underline;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background-color: #F5F5F5;
}

.inset {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 2px 10px 2px 2px;
	text-decoration: none;
}
.inset a:link {
	color: #006699;
	text-decoration: none;
}
.inset a:visited {
	color: #006699;
	text-decoration: none;
}
.inset a:hover {
	color: #006699;
	text-decoration: underline;
}