/* CSS Document */

body{
	font-family: Arial, sans-serif;
	color: #000000;	
	margin: 0px;
	padding: 0px;
	background: #101820 url(none) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000099;
	text-decoration: none;
}

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

/************** header tag styles **************/

h1{
	color: #000099;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 160%;
}

h2{
	color: #CC3300;
	margin: 10px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h4{
	color: #000099;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

h5{
 font: 100% Arial, sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	
}

#breadCrumb a{
	color: #AAAAAA;
}

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



#pageNav{
	padding: 0px;
	background-color: #FFFFF0;
	font: small Verdana,sans-serif;
	border: 1px solid #CC3300;
	margin-left: 10px;
	width: 222px;
}

#topImgFormat{
	padding: 0px;
	border: 1px solid #CC3300;
	margin-left: 10px;
	margin-top: 10px;
}

#imgFormat{
	padding: 0px;
	border: 1px solid #000099;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#bottomPageNav{
	padding: 0px;
	background-color: #FFFFF0;
	font: small Verdana, sans-serif;
	border: 1px solid #CC3300;
	margin-left: 10px;
	margin-right:10px;
	color: #000099;
}
/************ 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;
	border-top: 1px solid #FFFFCE;
	border-bottom: 1px solid #42455A;
	background-image:   none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000099;
	background-color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CC0033;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.maintable {
	width: 96%;
	background-color: #FFFFCC;
	border: 1px outset #cc3300;
}
#maintext {
	padding-left: 10px;
	margin-left: auto;
	text-align: left;
}
#footer {
	text-align: center;
	font-weight: bolder;
	color: #FFFFCC;
	font-weight: bolder;
	text-align: center;
	font-size: small;
	font-family: Verdana, sans-serif;
}
.bannercell {
	background-image: url(images/ptmilestext.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
.colwidth {
	width: 222px;
}
strong {
	color: #000099;
}

