/* CSS Document */
body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.gif) left top repeat;
}
p
{
margin:8px 0px;
}
.main-table
{
padding:16px 15px 23px 15px;
}
.logo
{
margin-top:11px;
}
.main-box
{
padding:10px;
background-color:#FFF;
}
/* CSS Menu */
#navcontainer {
		width:924px;
        margin:0px;
        padding: 0;
        height: 39px;
		float:left;
}

#navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		background: url(../images/menu-bar-bg.gif) left center no-repeat;
		height:39px;
}

#navcontainer ul li a {
        width: 124px;
        height: 23px;
        padding: 8px 0px;
        margin: 0px;
        color: #005D86;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 14px/20px Arial, Helvetica, sans-serif;
		background-color:inherit;
}

#navcontainer ul li a:hover {
        background:url(../images/menu-hover-bg.gif) left top repeat-x;
        color: #FFF;
		height:23px;
		padding:8px 0px;
}

#navcontainer li.active a {
        background:url(../images/menu-hover-bg.gif) left top repeat-x;
        color: #FFF;
		height:23px;
		padding:8px 0px;
		background-color:#FFF;
}
/* CSS Background image Document */
.left-bar-bg
{
background: url(../images/left-bar-bg.gif) left top repeat-y;
}
.right-bar-bg
{
background: url(../images/right-bar-bg.gif) left top repeat-y;
width:5px;
}
.header-bg
{
background:url(../images/header-bg.gif) left top repeat-x;
height:101px;
border-top:1px solid #9AEAFF;
border-bottom:1px solid #9AEAFF;
}
.menu-bg
{
background:url(../images/menu-bg.gif) left top repeat-x;
height:39px;
}
.border-inside-bg
{
background: url(../images/border-inside-bg.gif) left top repeat-x;
height:88px;
border-top:1px solid #99D4EC;
border-bottom:1px solid #99D4EC;
padding-left:4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
line-height: 30px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #0199DD;
text-decoration: none;
}
.news-middle-bg
{
background-color: #FFF;
border-left:1px solid #DADADA;
border-right:1px solid #DADADA;
padding:13px;
}
.news-title-bg
{
background: url(../images/5th-title-bg.jpg) center top no-repeat;
height:40px;
padding-left:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:  18px;
font-style: normal;
line-height: 22px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFF;
text-decoration: none;
}
.footer-bg
{
background:url(../images/footer-bg.gif) left top repeat-x;
height:72px;
color:#FCFCFC;
}
/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4B4B;
	text-decoration: none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.blue-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0199DD;
	text-decoration: none;
	}
.body-link
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #039ADF;
	text-decoration: none;
}
.body-link:hover
{
color:#ff9900;
text-decoration:underline;
}
.orange-text
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FE9719;
	text-decoration: none;
	}
.footer-link
{
color:#FCFCFC;
font-size:11px;
text-decoration:none;
background-color:inherit;
}
.footer-link:hover
{
color:#00CBFF;
text-decoration:underline;
background-color:inherit;
}






