html {
	height:100%;
	width:100%
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #6e78da;
	height:100%
}

table {
	border: 1px solid #6060F0;
	margin: 5px;
}

tr.odd {
	background: #fafafa;
}

a img {
	text-decoration: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	border-width: 0;
	border-style: none;
}

img.right {
	position: relative;
	display: inline;
	float: right;
	clear: right;
	margin: 4px 10px 4px 10px;
}

img.middle {
	position: relative;
	display: block;
margin-left:auto;
margin-right:auto;
	margin-top: 4px ;
	margin-bottom: 4px;
}

img.left {
	position: relative;
	display: inline;
	float: left;
	clear: left;
	margin: 4px 10px 4px 10px;
}

div.background {
	display: block;
	height: 38px;
	width:100%;
	z-index: -100;
	background-color: #16239e;
	border-bottom: solid 2px #7398f5;
}

div.container {
	margin-left:auto;
    margin-right:auto;
	width: 946px;
	padding: 0px;
}

div.brand {
	display: block;
	position:relative;
	top:0;
	height: 100px;
	width: 100%;
	background: #7396bf url("../images/banner.jpg") repeat-x left top;
	text-align: left;
}

#logo {
	margin-left: 12px;
}

div.hrzline {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

div.menu {
	position: relative;
	font-size:1.15em;
	margin-top: -1.6em;
	width: 100%;
	height: 20px;
	padding-left: 5px;
	color: #ffffff;
}



div.menu ul {
list-style:none outside none;
margin :0px auto;
padding:0px;
}

 div.menu li {
 display:inline;
 border-right:  1px solid #ffffff;
 }

 div.menu li a {
text-decoration:none;
 color: #ffffff;
 padding: 0px 12px 0px 12px;
 }

div.content {
	float:left;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 16px;
	padding-bottom: 20px;
	background-color: #fefee6;
	text-align: left;
}

div.content hr {
	width: 90%;
	color: #4343FF;
	height: 1px;
	text-align: center;
	margin: 7px 2px 7px 2px;
}

div.content p {
	font-size: 1.1em;
	margin: 4px 8px 2px 8px;
}

div.content li {
	font-size: 1.1em;
	margin: 4px 8px 2px 8px;
}

div.content h1 {
	font-size: 1.6em;
	font-style: italic;
	font-family: georgia ,sans serif;
	margin: 4px 8px 2px 8px;
	color: #4343FF;
}

div.content h2 {
	font-size: 1.13em;
	font-weight: bold;
	margin: 4px 8px 2px 8px;
}

div.left {
	position: relative;
	display: block;
	background-color: #fefee6;
	float: left;
	width: 715px;
	height: auto;
	border-right: 1px solid #4343FF;
}

div.right {
	position: relative;
	display: block;
	background-color: #fefee6;
	float: right;
	width: 230px;
	height: auto;
}

div.right img {
	display: block;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

div.footer {
	clear:both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background-color: #7396bf;
	font-family: verdana, arial;
	font-size: 1em;
	color: #ffffff;
	text-align: left;
}

div.subfooter {
	clear:both;
	position: relative;
	display: block;
	float: left;
	text-align: right;
}

#member {
	background-color: #7396bf;
}

.picture {
	position: relative;
	display: inline;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	margin: 0.1em }
	
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px; }

.picture.right { margin: 0.5em 0.8em 0.5em 0.8em; float:right;	clear: right; }
.picture.left { margin: 0.5em 0.8em 0.5em 0.8em; float:left; 	clear: left;}
