@import url('http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold');

.HPEvents, .HPNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	width: 526px;
}

.HPWordOfTheDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	width:170px;
	padding: 5px 0px 0px 0px;
}

.HPLinks, .HPDirectory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	width: 198px;
}

.neutral, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #000000; }
.neutral a:hover, .neutral a:active { color: #18218C; }

.contentIndex {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}

.content {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	padding: 10px 10px 10px 10px;
	height: 250px;
	text-align:justify;
}

a, a:link, a:visited { font-weight: bold; color: #394C6E; }
a:hover, a:active { color: #9BADCF; }

.light {
	background-color: #DEE4F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.light  a, .light a:link, .light a:visited { color: #313C4F; }
.light a:hover, .light a:active { color: #7793BF; }

.dark {
	background-color: #556A8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #ffffff;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #E5D916; }

body {
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-color: #34476A;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/pics/bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-repeat: no-repeat;
	height: 24px!important;
	height: 32px;
	padding: 8px 0px 0px 10px;
}

/*Top Navigation Elements by Ozgur*/
#topNav {
	position: relative;
	height: 17px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 759px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -20px;
	top: -20px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 17px;
	margin: 0px;
	z-index: 100;
}
#topNav1Sub {left: 0px;}
#topNav2Sub {left: 256px;}
#topNav3Sub {left: 504px;}

#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 11px  Arial, Tahoma, Verdana, Geneva, sans-serif;
	color: #18218C;
}

#topNav .list li {
	background: #DEE4F1;
	color: #18218C;
	width: 170px;
	height: 100%;
}

#topNav1Sub .list li { width: 188px; }
#topNav2Sub .list li { width: 136px; }
#topNav3Sub .list li { width: 130px; }

#topNav .list a {
	display: block;
	padding: 2px 5px 2px 5px;
	color: #18218C;
	text-decoration: none;
	z-index: 100;
	height: 100%;
}
#topNav .list a:hover {
	width: auto!important;
	text-decoration: none;
	background: #FFFFFF;
	height: 100%;
	color: #18218C;
}

.content h3{
font-size:16px;
font-weight:bold;
letter-spacing:1px;
}

.content ul li, .content ol li{
margin-bottom:5px;
list-style-image:url('/pic/ul_bullet.gif');
}

.content hr {
display: block;
width: 100%;
background: url('/pics/hr.gif') #BFBFBF;
color: #BFBFBF;
background-repeat: no-repeat;
height: 3px;
border:none;
}

.content tfoot{
font-size:10px;
font-style:italic;
}

.principal {
	font-weight:bold;
	font-variant:small-caps;
	font-family:Times;
	font-size:15px;
	background:#fff;
	color:#8B2929;
	line-height:20px;
	margin:0 11px 5px 11px;
	padding:10px;
	border:5px solid #d51225;
}

.principal a, .principal a:link, .principal a:visited {
	color: #162C70;
}

.principal a:hover {
	text-decoration: none;
}

/* Quicklinks */

#QLText {
	width: 198px;
	margin: 0;
	padding: 0;
}

#QLText ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#QLText ul li {
	margin: 0;
	padding: 0;
	height: 21px;
	margin-bottom: 4px;
}

#QLText ul li a {
	background:url('/pics/ql_bg.png') top center no-repeat;
	display: block;
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 0 0 27px;
	line-height: 21px;
	margin: 0;
	height: 21px;
	overflow: hidden;
}
#QLText ul li a:hover {
	background:url('/pics/ql_bg_hover.png') top center no-repeat;
	color: #2a3853;
}

