/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 80%;
}

a{
	color: #003399;
	text-decoration: underline;
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #FF3399;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

h1{
	font-size: 160%;
	font-weight: normal;
	color: #003399;
	line-height: 120%;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h2{
	font-size: 100%;
	padding: 0px;
	color: #FF3399;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h3{
	font-size: 100%;
	padding: 0px;
	color: #333333;
	line-height: 120%;
	font-weight: bold;
	text-transform: none;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

/************** .bodyText styles ***************/

#content{
	float:left;
	width: 550px;
	position: relative;
}

ul{
	color: #003399;
	font-weight: bold;
	list-style-image: url(../images/bullet1.gif);
	_margin-bottom: 0px;  /* hack applies to IE only */
}

ol{
	_margin-bottom: 0px;  /* hack applies to IE only */
	list-style-type: lower-roman;
}

/************* #footer styles ***************/

.backtoTop {
	text-align: right;
	font-size: 75%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -27px;
	_margin-bottom: -24px;   /* hack applies to IE only */
	margin-left: 0px;
	color: #003399;
}

.backtoTop a:link{
	text-decoration: underline;
	color: #003399;
}

.backtoTop a:visited{
	text-decoration: underline;
	color: #003399;
}

.backtoTop a:hover{
	text-decoration: underline;
	color: #FF3399;
}

#copyright{
	font-size: 80%;
	position: relative;
	width: 800px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	color: #888888;
}

/*********** #container2 styles ***********/

#container2{
	width: 800px;
	border: 1px solid #CCCCCC;
	margin-top: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 85%;
	line-height: 100%;
	position: relative;
	text-align: left;
}

/*********** #navBar2 styles ***********/

#navbar2{
	float: left;
	padding-top: 95px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
}

#navbar2 ul a:link, #navbar2 ul a:visited {
	display: block;
}

#navbar2 ul {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navbar2 li {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	_margin-bottom: 0px;  /* hack applies to IE only */
}

#navbar2 a {
	margin: 0px;
	padding: 0px;
}

#navbar2 a:link {
	margin: 0px;
	padding: 0px;
}

#navbar2 a:visited {
	margin: 0px;
	padding: 0px;
}

#navbar2 a:hover {
}

#navbar2 H1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	letter-spacing: 0.15em;
	font-size: 100%;
	margin-bottom: 6px;
	margin-top: 10px;
	_margin-bottom: 10px;
	_margin-top: 14px;
}

/************** .bodyText2 styles ***************/

.bodyText2{
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
	line-height: 160%;
}

.bodyText2 ul{
	color: #003399;
	font-weight: bold;
	list-style-image: url(../images/bullet1.gif);
	_margin-bottom: 0px;  /* hack applies to IE only */
}

.bodyText2 ol{
	_margin-bottom: 0px;  /* hack applies to IE only */
	list-style-type: lower-roman;
}

.bodyText2 .backtoTop {
}

.topTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	font-size: 8px;
}
