body,td,p,ul,ol,li,dl,dt,dd,menu,dir,blockquote,pre,tt {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13;
}

blockquote {
	color: #a7a553;
}

h1,h2,h3 {
	color: #242893;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #a7a553;
	font-size: 18;
}

h2 {
	color: #a7a553;
	font-size: 16;
}

h3 {
	color: #922182;
	font-size: 14;
}

a {
	text-decoration: none;
	color : #6666FF;
}

a:hover {
	text-decoration: none;
	color : #FF9900;
}

.header1 {
	color: #999999;
	font-size: 14pt;
	font-family: Century-Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.paraheader {
	color: #922182;
	font-family: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16;
	font-weight: bold
}

.hruledotted {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_dotted.gif);
	background-repeat: repeat-x;
}

.hrulegrey {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_grey.gif);
	background-repeat: repeat-x;
}

.hruleblue {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_blue.gif);
	background-repeat: repeat-x;
}

.hruleteal {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_teal.gif);
	background-repeat: repeat-x;
}

.hrulepurple {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_purple.gif);
	background-repeat: repeat-x;
}

.hruleyellow {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_yellow.gif);
	background-repeat: repeat-x;
}

.hrulegreen {
	width: 100%;
	height: 2px;
	background-image: url(images/h_rule_green.gif);
	background-repeat: repeat-x;
}

.navbar {
	width: 100%;
	background-color: #95c2e1;
}

ul.bulletorange {
	list-style: url(images/bullet_orange-1.gif) none;
}

div.menucontainer {
	background-color: #ececec;
	width: 170px;
	border-bottom: 1px solid #c0c0c0; 
}

/* Main Page - Menu */
#nav, #nav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}

#nav a:hover {
	background-color: #B0E2FF;
}

#nav li.selected a {
	background-color: #6699FF;
	color: #ffffff;
}
