
body {
	margin : 0 0 0 10px;
	padding : 0;
	font : 12px georgia, serif;
	color : #336699;
	background : #e8f4ff;
}

#container {
	width : 834px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	margin-bottom : 20px;
	padding : 0px;
	color : #336699;
	background : #bddcfb;
	border : 1px solid #3399ff;
}

#banner {
	float : left;
	width : 614px;
	height : 210px;
	padding : 0;
	margin : 0 0 0 0;
	background : #ffffff;
}

#bannerb {
	float : right;
	width : 220px;
	height : 210px;
	margin : 0 0 0 0;
	padding : 0;
	background : #ffffff;
}

#bannerm {
	float : left;
	width : 614px;
	height : 107px;
	padding : 0;
	margin : 0 0 0 0;
	background : #ffffff;
}

#bannermb {
	float : right;
	width : 220px;
	height: 107px;
	margin : 0 0 0 0;
	padding : 0;
	background : #ffffff;
}

#navcontainer {
	clear:both;
	width : 100%;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	background : #ffffff;
	border : 0 0 0 0;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: inherit;
	color: #ffffff;
	float: left;
	width : 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.current {
	padding: 0.2em 1em;
	background: #333399;
	font : 14px Georgia, serif;
	color : #e8f4ff;
	text-decoration : none;
	float : left;
	border-top : 1px solid #333399;
	border-bottom : 0px;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background: #8888c4;
	font : 14px Georgia, serif;
	color: #333399;
	text-decoration: none;
	float: left;
	border-right : 1px solid #333399;
	border-top : 1px solid #333399;
	border-bottom : 0px;
}

#navcontainer ul li a:hover {
	background: #4646f7;
	color: #ffffff;
	bottom-border : 0px;
}

#menu {
	width : 100%;
	font : 12px arial, sans-serif;
	line-height : 200%;
	letter-spacing : 0.03em;
	color : #e8f4ff;
	background : #333399;
	margin : 0 0 0 0;
}

#menu a {
	font : 12px arial, sans-serif;
	letter-spacing : 0.03em;
	color : #bddcfb;
	text-decoration : none;
	border-bottom : 0px;
}

#menu a:hover {
	color : #ffffff;
	text-decoration : underline;
}

#footer {
	clear : both;
	padding : 5px;
	margin-top : 15px;
	color : #ffffff;
	background : #0081d8;
}

#footer a:link, #footer a:visited {
	background : inherit;
	color : #bddcfb;
	text-decoration : none;
	border-bottom : 1px dashed #ffffff;
}

#footer a:hover {
	border-bottom : 1px dashed #333333;
	background : inherit;
	color : #333333;
}

#newsletter ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: disc;
}

#newsletter ul li {
	padding: 0px;
	font: 12px arial sans-serif;
	text decoration: none;
	background: inherit;
	color: #336699;
	margin: 0px 0px 0px 15px;
	border-bottom: 0px;
}

h1 {
	width : 80%;
	font : bold 18px georgia, serif;
	color : #333399;
	background : inherit;
	margin : 10px 10px 0px 10px;
}

h2 {
	width : 80%;
	font : bold 16px georgia, serif;
	color : #333399;
	background : inherit;
	margin : 10px 10px 0px 10px;
}

h3 {
	line-height : 135%;
	font : 12px arial, sans-serif;
	color : #336699;
	margin : 10px 10px 10px 10px;
}

h4 {
	font : 14px georgia, serif;
	line-height : 130%;
	color : #333399;
	background : inherit;
	margin : 0px 10px 0px 10px;
}

h5 {
	font : 12px arial,sans-serif;
	line-height : 130%;
	color : #333399;
	background : inherit;
	margin : 0px 10px 0px 10px;
}

h6 {
	font : 10px arial, sans-serif;
	line-height : 150%;
	color : #666666;
	background : inherit;
	margin : 10px 10px 10px 10px;
}


p {
	line-height : 135%;
	font : 12px arial, sans-serif;
	color : #333399;
	margin : 10px 10px 10px 10px;
}

a {
	text-decoration : none;
	color : #90be2;
	background : inherit;
	border-bottom : 1px dashed;
}

a:hover {
	color : #336699;
	background : inherit;
	text-decoration : none;
	border-bottom : 1px dashed;
}

ol {
	line-height : 130%;
	font : 12px arial, sans-serif;
	color : #333399;
	width : 90%;
	margin : 10px 10px 10px 0px;
}

ul {
	list-style-type : none;
	line-height : 130%;
	font : 12px arial, sans-serif;
	margin : 10px 10px 10px 0px;
}

ul li {
	display : block;
	color : #336699;
	padding : 5px 0 5px 0px;
	border-bottom : 1px solid #3399ff; 
}


em {
	color : #333399;
}

div.scroll {
	overflow : auto;
	height : 6em;
	width : 180px;
	padding : 1ex;
	color : #336699;
	background : inherit;
	border : 1px solid #bddcfb;
	margin : 10px;
}

.news {
	font-size : 11px;
	background : inherit;
	color : #336699;
	margin : 0px 0px 8px 5px;
}

.orange {
	background : inherit;
	color : #a21515;
	font-family : georgia, serif;
	margin : 0px 0px 0px 5px;
}


.clear {
	clear : both;
}