@font-face {
 font-family: "MyCustomFont";
 src: url("news3.eot"); /* EOT file for IE */
}
@font-face {
 font-family: "MyCustomFont";
 src: url("news3.ttf"); /* TTF file for CSS3 browsers */
}

body {
	font-weight: normal;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#body {
	padding-left: 14px;
	background-image: url(../images/index/body_shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
#body_shadow_r {
	background-image: url(../images/index/body_shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wholepage {
	background-color: #E6E0CB;
	background-image: url(../images/paper.png);
}

a {
	text-decoration: none;
	color: #336699;
}
#weblogo {
	float: left;
}
#topbar_title  {
	font-weight: bolder;
	text-align: right;
	font-size: 1.6em;
}
#bar {
	padding-left: 14px;
	font-size: 1em;
	height: 22px;
	background-color: #000000;
	color: #F5F2DF;
	font-weight: bold;
	margin-bottom: 10px;
}
#bar .blacknav {
	float: right;
	margin-right: 20px;
}
#bar  .blacknav a {
	color: #F6F0DC;
	padding-right: 20px;
	padding-left: 20px;
}



#introduction {
	padding: 0;
	margin: 0;
	height: auto;
	padding-top: 10px;
	font-size: 1.5em;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#body a {
color: #003366;
}
#body a:hover {
	color: #FF0000;

}
#bodyleft {
	float: left;
	width: 59%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#bodyright {
	float: right;
	width: 38%;
	padding-top: 10px;
	margin-top: 10px;
}
#bodyclear {
	clear: both;
}


#footer {
	font-size: 9px;
	background-color: #000000;
	padding-left: 14px;
	margin-bottom: 0px;
}

#footernav {
background-color: #000000;
color: #FFFFFF;
}
#footer a {
color: #FFFFFF;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;
}
#footer a:hover {
text-decoration: underline;
}
#footer a:visited {
color: #F4F5ED;
}
#footernavitems {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footerdetails {
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	color: #F4F5ED;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#footerdetails a{
	color: #669966;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footerdetails a:visited {
color: #003366;
}
.footer_clear {
	clear: both;
	height: 2px;
}

#topbar {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;
background-image: url(../images/topbar.jpg);
height: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: "MyCustomFont", "MyCustomFont2", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}



.floatright {
float: right;
margin-left: 5px;
margin-right: 2px;
}
.floatrighttext {
float: right;
margin-left: 5px;
font-size: 9px;
}
.floatleft {
float: left;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 5px;
}
.floatleft-mini{
float: left;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 5px;
padding-right: 5px;
}
