body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h3 {
	color: #990000;
	padding-top: 30px;
	font-size: 150%;
}
h4 {
	color: #0000CC;
	font-size: 115%;
}

ul{
 list-style-type: square;
}
li {
	color: #0000CC;
}
ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/**** table tag styles ****/
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-repeat: no-repeat;
	padding: 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	text-indent: 25px;
	white-space: nowrap;
	margin-left: 8px;
	line-height: 20px;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #660000;
}

#heading {
	position: absolute;
	width: 80%;
	left: 151px;
	top: 150px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 1px;
	border-left-style: none;
	padding-right: 10px;
}
#content {
	position: absolute;
	width: 80%;
	left: 100px;
	top: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 10px;
}
#logo {
	position: absolute;
	left: 230px;
	top: 35px;
}
#rightNav {
	float: right;
	width: 20%;
	padding-right: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
}
/************** .article styles ***************/

.article{
	padding: 0px 0px 10px 10px;
}

#rightNav p {
	font-weight: bold;
}
#rightNav a{
	color:#0000CC;
}
#rightNav a:hover {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 75%;
	color: #999999;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.image-right {
	float: right;
	padding-left: 12px;
}
.image-left {
	float: left;
	padding-right: 12px;
}
.hilite {
	background-color: #FFFF00;
}
.red-bold {
	font-weight: bold;
	color: #FF0000;
}
