body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(/Templates/images/int-bg-mainPage.gif);
	line-height: 16px;
}
td.contentArea p {
	line-height: 18px;
}

a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #7893B6;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #958201;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #425A7B;
	text-decoration: none;
}
td#mainMenu {
	background-image: url(/Templates/images/int-header3.gif);
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	letter-spacing: .1em;
}
td#mainMenu a {
	color: #FFDE00;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
td#mainMenu a:hover {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFDE00;
}
ul.linklist {
	font-size: 11px;
	margin: 0px;
}



#sidebar {
	color: #425A7B;
	padding: 15px;
	font-size: 12px;
	width:232px;
}
#sidebar table#search_main {
	width: 232px;
}

#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #A0ACBD;
	margin-bottom: .25em;
}
#sidebar h2 {
	margin-bottom: 0.25em;
	font-size: 14px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 7px;
}
#sidebar a { color:#003366; 
}
#sidebar a:hover {
	color: #333333;
	text-decoration: underline;
}

#sidebar li {
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999999;
}

.bg_bodyLeft {
	background-image: url(/Templates/images/int-bg-mainPageLeft.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #808080;
}
.bg_bodyRight {
	background-image: url(/Templates/images/int-bg-mainPageRight.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #808080;
}
td {
	vertical-align: top;
}
.abstract {
	font-size: 14px;
}
.heading {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #425A7B;
	background-color: #ACBCD2;
}

.contentArea {
	padding: 10px;
}
.contentArea h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
.contentArea p {
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
}
.contentArea h2 {
	font-size: 16px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.contentArea h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
.contentArea h4 {
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}

ul {
	margin: 0px;
	padding: 0px 10px 10px;
}
li {
	margin: 0px 0px 0px 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: square;
}
li li {
	list-style-type: circle;
}

.highlighted {
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;
}
p.finePrint {
	font-size: 10px;
	line-height: 11px;
}
.whiteBlock {
	border: 1px solid #999;
	padding: 10px;
	;
	margin-bottom: 20px;
}
.quarter { width: 170px; }
.left { float: left; }
.left.margin { margin-left: 20px; }
.centered { text-align: center; }
