﻿body {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #e5e5e5
}
td {
	vertical-align: top;
	text-align: left;
}
/*
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }
*/
a {
	text-decoration: none;
	color: #888a90;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	color: #0066cc;
}
a.onpage {
	color: #0066cc;
	font-weight: bold;
}

/* MainMenu */
.mainmenu {
	font-size: 12px;
	color: #999;
	text-align: right;
	vertical-align: middle;
	height: 22px;
	padding: 0px 20px 0px 0px;
}
.mainmenu a {
	text-decoration: none;
	color: #888a90;
	padding: 0px 5px 0px 30px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
.mainmenu a:hover {
	color: #0066cc;
	background:#E5E5E5; 
}
.mainmenu a.onpage {
	color: #0066cc;
	font-weight: bold;
}


/*Footer*/
.footer a{
	text-decoration: none;
	color: #888a90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer a:hover {
	color: #0066cc;
}
.footer a:active {
	color: #0066cc;
}
.footer_padding {
	padding: 0px 15px 0px 15px;
}
.footer a.onpage {
	color: #0066cc;
	font-weight: bold;
}

/* SubMenu */
.submenu {
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	height: 22px;
	background-color:#208FE5
}
.submenu a {
	height: 22px;
	vertical-align: middle;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	margin: 0px 12px 0px 0px;
	background: url(images/bullet.gif) no-repeat 0px 4px;
}
.submenu a.selected {
	color:#333;
}
.submenu a:hover {
	color: #0066cc;
}

.submenu_padding {
	padding: 0px 237px 0px 10px;		
}

/*h definitions */
h1 {
	color: #3399cc;
	font-weight: normal;
	font-size: 21px;
	line-height: 30px;
	margin-top: 0px;
}
h3 {
	color: #3399cc;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

/* Index page table */
.table {
	border-collapse: collapse;
	border: none;
	background-color: #FFFFFF;
	width: 828px;
	border: 1px #999 solid;
}

/* Header */
.header {
	text-align: left;
	height: 70px;
	padding: 10px 0px 0px 10px;
}

/* Index page colums */
.first_para {
	width: 400px;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 0px 20px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;

}
.news_column {
	width: 380px;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	background: url(images/dotted_line.gif) no-repeat 0px 10px;
}
.news {
	padding: 0px 0px 15px 0px;
	font-size: 12px;
}

.contact {
	font-size: 12px;
	text-align: center;
	background-color: #e9e9e9;
	padding: 10px 5px 10px 5px;
}	
.right_column {
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 0px 15px;
	background: url(images/dotted_line.gif) no-repeat 0px 10px;
}

/* Content */
.topleft {
	width: 322px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.greybox {
	text-align: right;
	background-color: #208FE5;
	height: 76px;
	width: 100%;
	margin: 0px 0px 12px 0px;
}
.pagename {
	color: #FFFFFF;
	font-size: 20px;
	padding: 42px 15px 0px 0px;
}
.dottedline {
	margin: 0px 0px 15px 0px;
	line-height: 0px;
	width: 322px;
	height: 1px;
	background-image: url(images/dot.gif)
}
/* Page Content */
.content {
	width: 501px;
	height: 330px;
	padding: 0px 15px 18px 20px;
}
.bottomleft {
	width: 322px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: left;
}
.center{
	text-align:center;
	font-size:10px;
}

/* Press releases */
.news_item {
	background-color:white;
	text-align:left;
	padding:0px 0px 0px 10px;
}