/* CSS Document */
body {
	font: 12px verdana,arial,sans-serif;
	margin: 0px;
}

A.mainlinks {
	font:11px/19px verdana,arial,sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}   

a.membersonly {
	font-weight: bold;
	color: #0000FF;
}

#indexmenu {
	background: url(images/navbar_bg.jpg) no-repeat;
}

#navbar {
	width: 146px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}

#navbar li { 
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 110px;
	background: #C1D4E2;
}

#dropmenudiv {
	position: absolute;
	background-color: #8099AC;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #6A8091;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}

.latestnews {
	font: 14px/24px verdana;
	color: #253F55;
	font-weight: bold;	
}

.newsitems {
	font-size: 10px;
	color: #345B7C;
	text-indent: -15px;
	padding: 0px;
	margin: 3px 0px 9px;
	padding-left: 15px;
}

h3.title {
	font-family: Verdana, arial, san-serif;
	font-size : 13pt;
	color: #07236c;
	border-bottom: 1px solid #CCCCCC;
	width: 630px;
}

h3.subtitle {
	font-family: Verdana, arial, san-serif;
	font-size : 12pt;
	color: #07236c;
	width: 98%;
}

/*paragraph style for Mission Statement */
p.mission {
	background-color: #cccccc;
	padding: 10px;
	text-align: center; 
}

li {
	padding-bottom: 5px;
}

a.application:link, a.application:visited {
	padding: 5px;
	background-color: #dce9f1;
	color: #223039;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #8099ac;
}

a.application:hover {
	background-color: #223039;
	color: #dce9f1;
}

table.partners td {
	padding: 10px;
	border: 1px solid #8099ac;
}

table.partners td.title {
	padding: 10px;
	border: 1px solid #8099ac;
	text-align: center;
	background-color: #cccccc;
}

table.suppliers td {
	border: 1px solid #cccccc;
	font-size: 7pt;
	font-weight: bold;
}

table.suppliers td a, table.suppliers td a:visited, table.suppliers td span {
	color: #00F;
}

table.suppliers th {
	border: 1px solid #999999;
	background-color: #cccccc;
	font-size: 10pt;
}

table.members {
	border: 1px;
	font-size: 10px;
}

table.members tr.white {
	color: #FFFFFF;
	background-color: #000080;
}

table.members td {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000080;
	border-right: 1px solid #33CCFF;
	border-bottom: 1px solid #33CCFF;
	border-left: 1px solid #000080;
}

.portraitl {
	width: 120px;
	float: left;
	margin-right: 4px;
	font-size: 9px;
}

.portraitr {
	width: 120px;
	float: right;
	margin-left: 4px;
	font-size: 9px;
}

.left {
	width: 481px;
}

.right {
	float: right;
	width: 165px;
	marign-left: 460px;
}