/* Start of Main body structure and styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 4px;
	padding: 0px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.floatl {
	float: left;
	margin: 5px 1em 5px 0px;
}

.floatr {
	float: right;
	margin: 5px 0px 5px 1em;
}
.headingtext{
font-weight: bold;
	color: #2D5F9D;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2D5F9D;
		padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #FF8000;
}
a:hover
{
	color: #FF8000;
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	font-weight: bold;
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#2D5F9D;
}
h3 {
	font-size: 12px;
	font-weight: bold;
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mainlist{
	list-style: disc;
/* 	padding:0; */
/* 	margin:0; */
}
ul.mainlist li{
	padding: 3px 0px 3px 0px;

}
a.blacklink{
	color: #000000;
	font-weight:normal;

}
a:hover.blacklink
{
	color: #FF8000;
}
a.blacklinkplain{
	color: #000000;
	text-decoration: none;
		font-weight:normal;



}
a:hover.blacklinkplain
{
	color: #FF8000;
	text-decoration: underline;

}
/* Start of Main body structure and styles */

/* Start of Left Navigation */
#navigation
{
    float: left;
    width: 120px;
}

#navigation ul
{
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#navigation a
{
    display: block;
    width: 120px;
    text-decoration: none;
    padding: 4px 5px 4px 15px;
    border-top: #fff solid 1px;
    background-color: #6699CC;
    color: #fff;
        font-weight: bold;

}
#navigation li#navhead
{
    display: block;
    width: 120px;
    text-decoration: none;
    padding: 4px 5px 4px 15px;
    border-top: #fff solid 1px;
    background-color: #2D5F9D;
    color: #fff;
}


#navigation a:hover, #navigation a:active, #navigation a:focus
{
    display: block;
    width: 120px;
    color: #FF8000;

}
#navigation li#current a
{
    display: block;
    width: 115px;
    color: #FF8000;
    border-right: #FF8000 solid 5px;

}
#navigation li#last a
{
    border-bottom: #fff solid 1px;

}
#navigation li#currentlast a
{
    display: block;
    width: 115px;
    color: #FF8000;
    border-right: #FF8000 solid 5px;
    border-bottom: #fff solid 1px;


}
/* The bit below is for sub-menu item on left menu under "current" li - needs work */
/* #navigation li#current li a */
/* { */
/*     display: block; */
/*     width: 115px; */
/*     color: #fff; */
/*     border-right: white solid 5px; */
/*     background-color: #ADBDCC; */
/*     font-weight: normal; */
/* } */
.leftcell {
	background-image: url(../images/rightbg.gif);
	background-repeat: repeat-y;

}
.searchheading{
    padding: 4px 5px 4px 15px;
    background-color: #2D5F9D;
    color: #fff;
    font-weight: bold;
}
.searchbox{
    padding: 4px 0px 4px 0px;
    background-color: #6699CC;
}
.searchbutton{
    padding: 0px 10px 10px 0px;
    background-color: #6699CC;
}

/* End of Left Navigation */


/* Start of stuff for right side */

.rightimage{
	padding: 0px 0px 15px 0px;
    }
    
.righttextcell{
	padding: 0px 5px 0px 5px;
	font-size: 11px;

}

td.righttextcell p{
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.rightblueheading{
    background-color: #2D5F9D;

	padding: 2px 5px 2px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;    

}
.rightbar{
	padding: 4px 0px 15px 0px;

}
.rightorangeheading{
    background-color: #FF8000;

	padding: 2px 5px 2px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;    

}

.rightlist{
	list-style: none;
	padding:0;
	margin:0;
}
ul.rightlist li{
	padding: 3px 0px 3px 0px;

}
/* End  of stuff for right side */
/* Start of top nav bar */

.topbar{
	font-size: 10px;
	background-color: #ADBDCC;
	padding-right: 50px;
	}


/* End of top nav bar */

/* Start bottom stuff */
.bottombar{
	padding: 15px 0px 15px 0px;
	background-image: url(../images/bottombar.gif);
	background-repeat: repeat-x;
}
.bottomcell{
	color: #2D5F9D;
}
/* End of bottom stuff */
.maincell{
	padding: 5px 0px 5px 0px;
}