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 {
	margin: 0px;
	padding: 0px;
	height: 38px;
	z-index: -100;
	background-color: #16239e;
	border-bottom: solid 2px #7398f5;
}

div.container {
	margin: -40px 0px 0px 0px;
	margin-left:auto;
    margin-right:auto;
	width: 946px;
	padding: 0px;
}

div.brand {
	position: relative;
	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;
	margin-top: -1.6em;
	width: 100%;
	height: 20px;
	padding-left: 5px;
	color: #ffffff;
}

div.menu a {
	display: inline;
	position: relative;
	width: 160px;
	line-height: 1em;
	font-size: 1.0em;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	overflow: hidden; text-overflow: ellipsis
}

div.content {
	display: block;
	width: 100%;
	height:100%;
	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.3em;
	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;
	float: left;
	width: 715px;
	height: 100%;
	border-right: 1px solid #4343FF;
}

div.right {
	position: relative;
	display: block;
	float: right;
	width: 230px;
	height: 100%;
}

div.right img {
	display: block;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

div.footer {
	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 {
	display: block;
	float: left;
	position: relative;
	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;}
