.bold 
{
	font-weight: bold;
}

.small 
{
	font-size: 0.8em;
}

img 
{
	border: 0;
}

#main a.plain,
.sidebar a.plain 
{
	text-decoration: none;
	background-color: transparent;
	color: #222;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #ffffff; /*#4DBCD7*/
	color: #222;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

#banner 
{ 
	top:0px;
	position:absolute;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}

.bannerbkgFill{
	background-image: url('../images/header_fill.jpg');
	position:relative;
	height: 180px;
	width: 100%;
	background-repeat:repeat;
	z-index: 0;
}

.bannerbkgLeft {
	background-image: url('../images/header_left.jpg');
	position:absolute;
	height: 180px;
	width: 100%;
	left:0;
	background-repeat: repeat-y;
	z-index:2;
}

.bannerbkgRight{
	background-image: url('../images/header_right.jpg');
	position:absolute;
	height: 180px;
	width:550px;
	right:0;
	background-repeat:repeat-y;
	z-index: 1;
}

#footer 
{
	margin: 0;
	padding: 0;
	background-color: #ffffff; /*#4DBCD7*/
	color: #222;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

a:link 
{
	background-color: transparent;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

a:visited 
{
	background-color: transparent;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	background-color: #000066;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}  

hr 
{
	height: 1px;
	background-color: #cecbc6;
	color: #cecbc6;
}

#logo a:link,
#logo a:visited 
{
	background-color: transparent;
	color: #ffffff;
}

h1 
{
	font-size: 1.75em;
	font-family: verdana, sans-serif;
	color: #000066;
}

h2 
{
	font-size: 1.6em;
	font-family: verdana, sans-serif;
	color: #000066;
}

h3 
{
	font-size: 1.5em;
	font-family: verdana, sans-serif;
	color: #000066;
}

h4 
{
	font-size: 1.2em;
	font-family: verdana, sans-serif;
	color: #000066;
}

h5, h6 
{
	font-size: 1em;
	font-family: verdana, sans-serif;
	color: #000066;
}

h1 a:link,
h1 a:visited,
h1 a:hover 
{
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

#main 
{
	clear: both;
	background-color: #EBffff; /*#EBffff*/
	font-size: 9.5pt;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1em;
	margin-left: 20%;
	margin-right: 5%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 160%;
	text-align: justify;
	border-style: double;
	border-width: 3px;
	border-color: #d8d8d8;
}

#main blockquote,
#main ul,
#main ol 
{
  text-align: left;
}

.sidebar-right 
{
	position: absolute;
	right: 10px;
	top: 220px;
	width: 120px;
}

#center 
{
  text-align: center;
}

.sidebar-left 
{
	position: absolute;
	left: 10px;
	top: 205px;
	width: 15%;
	background-color: #EBffff; /*#ffffff*/
}

.sidebarnews 
{
	position: absolute;
	border: 1px solid black;
	left: 10px;
	top: 405px;
	width: 14%;
	background-color: #EBffff; /*#ffffff*/
	padding: 0 0 5px 7px;
	font-style: italic;
	font-size: 1em;
	color: red;
 }

.newstease 
{
	font-style: italic;
	font-size: 1em;
	color: red;
}

.partners 
{
	position: absolute;
	border: 1px solid black;
	left: 10px;
	top: 620px;
	width: 15%;
	background-color: #ffffff;
}

.partners p 
{
	margin: 0;
	padding: 5px 0 5px 5px;
}

.partners ul 
{
	margin: 0 5px 0 5px;
	padding: 0;
	list-style: none;
}

.partners a 
{
	text-decoration: none;
	font-weight: normal;
}

.partners a:hover 
{
	font-weight: normal;
}

.partners h2 
{
	background-color: #000066;
	color: white;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 1px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

.sidebar 
{
	border: 1px solid black;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

.sidebar h2 
{
	background-color: #000066;
	color: white;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 1px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

.sidebar p 
{
	margin: 0;
	padding: 5px 0 5px 5px;
}

.sidebar ul 
{
	margin: 0 5px 0 5px;
	padding: 0;
	list-style: none;
}

.sidebar a 
{
	text-decoration: none;
	font-weight: normal;
}

.sidebar a:hover 
{
	font-weight: normal;
}

p.modified 
{
	text-align: right;
	font-style: italic;
}

.floatright 
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearboth {
	clear: both;
}

.toc li 
{
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}

.tablehead 
{
	vertical-align: top;
	font-weight: bold;
	background-color: #ccffff;
	text-align: center;
	bgcolor: "#CCFFFF";
	font-size: 0.9em;
}

.tablebody 
{
	vertical-align: top;
	background-color: #ffffff;
	text-align: left;
	font-size: 0.8em;
	line-height: 120%;
}

