/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url(images/dots.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 1px;
	padding: 2px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}


/* -------------side bars--------------- */
.leftbar {
	background-image: url(images/topleftbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.rightbar {
	background-image: url(images/toprightbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/*-----------------------sub nav------------------*/
div#submenu a{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	margin: 0px;
	display: block;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px none;
	border-left: 0px none;
	width: 100%;
	padding: 1px 0px 0px 0px;
	text-decoration:underline;
}

div#submenu a:hover {
	background-color: #ccc;
	color:#000;
	display: block;
}

/*------------------footer---------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:link {
	color: #fff;
	text-decoration: underline;
}

.footer a:visited {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	color: #000;
	text-decoration: none;
}

.footer a:active {
	color: #fff;
	text-decoration: underline;
}


