/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: arial, serif;
	color:#518abe;
	text-align: center;
	background: #000000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", serif;
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #0099CC;
	color: #0099CC;
	height: 2px;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

img {
	border: 4px solid black;
}

img.floatLeft {
	float: left;
	margin-right: 5px;
}

img.floatRight {
	float: right;
	margin-left: 5px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	font-style: italic;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mastHead {
	position: relative;
	width: 750px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	background: #000000 url("header.jpg") no-repeat;
}

#mastNav {
	position: relative;
	width: 750px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino Linotype", serif;
	background: #172633 url("corners_t.gif") top left no-repeat;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0 0 0;
}

* html #mastNav {
	padding: 2px 0 0 0;
}

#content {
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #03111F;
	width: 750px;
}

.prop {
	height: 600px;
	float: right;
	width: 1px;
}

* html .prop {
	height: 650px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#main {
	position: relative;
	width: 600px;
	top: 0px;
	left: 125px;
	padding: 5px 0px 5px 0px;
}

.header {
	width: 615px;
	background-color: #172633;
	font-family: "Palatino Linotype", serif;
	text-align: left;
	padding: 3px 0 3px 5px;
}

* html .header {
	width: 620px;
}

#section {
	font-family: arial, serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
}

li.news {
	padding-bottom: 10px;
}

#section h1, h2, h3, h4, h5 {
	font-family: "Palatino Linotype", serif;
	font-size: 18px;
}

h1.siteName {
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: "Palatino Linotype", serif;
	padding: 10px 10px 10px 10px;
}

h5.siteName {
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: "Palatino Linotype", serif;
	font-size: 80%;
	padding: 10px 10px 10px 10px;
}

#mastBottom {
	position: relative;
	width: 750px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #172633 url("corners_b.gif") bottom left no-repeat;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0 0 0;
	z-index: 1;
}

* html #mastBottom {
	z-index: -1;
}

#siteInfo {
	position: relative;
	color: #FFFFFF;
	font-size: 10px;
	font-family: arial, serif;
	padding: 5px 10px 10px 10px;
}

#navBar {
	position: absolute;
	background-color: #172633;
	width: 120px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#sectionLinks {
	font-family: "Palatino Linotype", serif;
}

#relatedLinks {
	font-family: arial, serif;
	font-size: 70%;
}

#relatedLinks h3 {
	font-size: 14px;
}

/*********** #navBar link styles ***********/

#sectionLinks a:link, #navBar a:visited {
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

#sectionLinks a:hover{
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-decoration: none;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block;}
#sectionLinks ul {list-style: none; margin: 0px; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #2B3240;}

#relatedLinks ul {list-style: none; margin: 0px; padding: 0;}

/*************** #pageName styles **************/

#pageName {
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#mastNav a:link, #mastNav a:visited {
	color: #FFFFFF;
	padding: 5px 20px 8px 20px;
}

#mastNav a:hover{
	padding: 5px 20px 8px 20px;
	background-color: #000000;
	text-decoration: none;
}

/************* Table Styles *******************/

table.list {
	width: 600px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-bottom: 3px;
	font-family: arial, serif;
	font-size: 12px;
}

td.tdcent {
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

* html td.tdcent {
	width: auto;
}

table.list h5{
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 14px;
}

td.preview {
	background-color: #000000;
}

table.page {
	width: 600px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial, serif;
	font-size: 10px;
}

table.data td{
	border: 1px solid #A5C0F3;
	padding: 5px;
	text-align: center;
}
