#container {

}
#container_blue {
	background-color: #3366CC;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 0px;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FF6600;
}
.RightPane  
{
	 padding-left:10;
	 padding-top:10; 
	 padding-right:10; 
	 background-color:White;

}
.LeftPane  
{
	 padding-left:10;
	 padding-top:10; 
	 padding-right:10; 
	 background-color:White;

}
.Breadcrumb
{
	font-weight: bold;
    font-size:10;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	background-color:transparent;
	color: #10429c;
	padding-right:10;
}
.ContentPane  
{ 
	 padding-left:5;
	 padding-top:10;
	 padding-right:5;
	 background-color:#FFFFFF;
	 border-bottom: #3366CC 1px solid;
}

.HeadPane  
{
	padding-left:5;
	padding-top:10;
	background-color:#3366CC;
}
.Heading {
	font-size: 21px;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.LogoPane  
{
	 padding-left:30;
	 padding-right:30;
}
.FootPane  
{ 
	 padding-left:5;
	 padding-top:5;
	 padding-bottom:5;
     border-top: #ffcc00 3px solid; 
	 background-color:3366cc;
}
.thrColFix  #mainContent {
	margin-right: 75px;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* Main Menu */

.MainMenu_MenuContainer 
{
   padding-left:0;
	padding-top:5;
	padding-bottom:5;
   border-bottom: #ffcc00 3px solid; 
	border-left: #dae3f3 0px solid; 
	border-top: #ffcc00 3px solid; 
	border-right: #dae3f3 0px solid;  
	background-color: Transparent; 
	height: 30px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
    font-weight:    bold;
	border-left: #dae3f3 0px solid;
	border-bottom: #dae3f3 0px solid;
	border-top: #dae3f3 0px solid;
	border-right: #dae3f3 0px solid;
	background-color:Transparent;
	height:25px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #dae3f3; 
	border-left: #dae3f3 0px solid; 
	border-bottom: #dae3f3 0px solid; 
	border-top: #dae3f3 0px solid; 
        padding-left: 0px;
        padding-right: 0px;
	text-align: center; 
	width: 0; 
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #3164D7;
	border-bottom: WHITE 0px solid;
	border-left: WHITE 0px solid;
	border-top: WHITE 0px solid;
	border-right: WHITE 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	color: #FF6600;
}

.MainMenu_MenuBreak {
	border-bottom: #dae3f3 1px solid; 
	border-left: #dae3f3 1px solid; 
	border-top: #dae3f3 1px solid;  
	border-right: dae3f3 1px solid; 
	background-color: White; 
}

.MainMenu_MenuItemSel {
	border-bottom: #dae3f3 0px solid;
	border-left: #dae3f3 0px solid;
	border-top: #dae3f3 0px solid;
	border-right: dae3f3 0px solid;
	background-color: #3366CC;
	cursor: pointer;
	cursor: hand;
	color: #FFCC00;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
    font-weight:    bold;
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}

.MenuPane
{
	background-repeat: no-repeat;
	background-position:left bottom;
	background-color: #3366CC;
}

.FooterText A:selected
{
    color: WHITE;
}
.footer_link A:selected
{
    color: WHITE;
}
.Justify_Right {
	background-position: right center;
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FF6600;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 125%;
	}
body {
	list-style-position: outside;
	list-style-type: square;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3399ff;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666666;
	margin: 0px;
}
.h4_lowercase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #666666;
	letter-spacing: normal;
}

h5 {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h6 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #666666;
	margin: 0px;
	list-style-position: outside;
	list-style-type: square;
}
a {
	color: #FF6600;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	line-height: 150%;
	margin: 0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	line-height: 150%;
	margin-top: 5px;

}
.Right_Justify {
	text-align: right;
}



.Login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: WHITE;
}

.Login A:link, A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Login A:selected
{
    color: #FF6600;
}
.Login A:hover
{
	color: #666666;
	text-decoration: none;
}

.Login A:active
{

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 5px;
} 
.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: WHITE;
}

.Header_1003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
.reversed {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}
.borders {
}
.blacktext {
	color: #000000;
}
