body {
	background-image: url(images/bg/content_top_bg.gif);
	background-repeat: repeat-x;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p b {
	color: #003366;
}

ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #000000;
	list-style-type: square;
	list-style-image: url(/images/ul_square.gif);
	/*margin-left : 20px;*/
	line-height : 120%;
}	

li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt
	padding-bottom: 10px;
	margin-left : -25px;
	color : #000000;
	line-height : 120%;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11pt;
	font-weight : bold;
	color : #003366;
	/*line-height : 40%;*/
}
h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9pt;
	color : #666666;
	line-height : 40%;
}
a:link {
	color : #003366;
	text-decoration : underline;
}
a:visited {
	color : #003366;
	text-decoration : underline;
}
a:hover {
	color : #FF9900;
	text-decoration : underline;
}
a:active {
	color : #003366;
	text-decoration : underline;
}

.small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.small b {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}

.error {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.bottomlinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #666666;
}
.bottomlinks a:link {
	color: #003366;
	text-decoration : none;
}
.bottomlinks a:visited {
	text-decoration : none;
}
.bottomlinks a:hover {
	text-decoration : underline;
}
.bottomlinks a:active {
	text-decoration : underline;
}

/* And Oscar goes to ProjectVII and Al Sparber...flap...flap...flap*/
p.navButts {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : -1px;
	margin-top : 0px;
}

.navButts a {
	background-color : #FFFFFF;
	border : 1px solid #1F2F3C;
	display : block;
	padding-top : 2px;
	/*padding-right : 5px;*/
	padding-bottom : 2px;
	padding-left : 5px;
	width : 100%;
	text-decoration: none
}

.navButts a:link {
	color : #000000;
	text-decoration : none;
}

.navButts a:visited {
	color : #000000;
	text-decoration : none
}

.navButts a:hover {
	background-color : #DDE7F0;
	border : 1px solid #1F2F3C;
	color : #1F2F3C;
	text-decoration : none
}

.navButts a:active {
	color : #333333;
	text-decoration : none
}

p.navButtson {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*margin-bottom : -1px;*/
	margin-top : 0px;
	background-color : #CDD7DC;
	border : 1px solid #000000;
	color : #333333;
	text-decoration : none
}

.navButtson a {
	background-color : #CDD7DC;
	display : block;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-top : 2px;
	width : 100%;
	text-decoration: none
}

.navButtson a:link {
	color : #000000;
	text-decoration : none;
}

.navButtson a:visited {
	color : #000000;
	text-decoration : none
}

.navButtson a:hover {
	background-color : #CDD7DC;
	color : #333333;
	text-decoration : none
}

.navButtson a:active {
	color : #333333;
	text-decoration : none
}
.rightNav {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-left: 4px;
	color: #000000;
}

.rightNav b {
	color: #FF9900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.rightNav a:link {
	color: #003366;
	text-decoration : none;
}
.rightNav a:visited {
	color: #003366;
	text-decoration : none;
}
.rightNav a:hover {
	color:#003366;
	text-decoration : underline;
}
.rightNav a:active {
	text-decoration : underline;
}

/* backgrounds*/

.bgLeftNav {
	background-image: url(/images/bg/bg_left_nav.gif);
	background-repeat: repeat;
}

.bgTop {
	background-image: url(/images/bg/bg_top.gif);
	background-repeat: repeat-x;
}

.bgTopR {
	background-image: url(/images/bg/bg_top_r.gif);
	background-repeat: repeat-x;

}
.dotVer {
	background-image : url(images/bg/dot_ver.gif);
	background-repeat: repeat-y;
}
.dotVer2 {
	background-image : url(images/bg/dot_ver2.gif);
	background-repeat: repeat-y;
}
.dotHor {
	background-image : url(images/bg/dot_hor.gif);
	background-repeat: repeat-x;
