/*
green=#_005511
*/

body {
	/*background-color: #FFFFFF;*/
    font-family: Arial, sans-serif;
	color: #336699;
}

.backgroundColor {
	background-color: #336699;
}

.lgTitle { 
	font-weight: bold;
	font-size: 28pt;
	color: #336699;
}

.smTitle {
	font-family: Arial, sans-serif; 
	font-weight: normal;
	font-size: 14pt;
	/*color: #009933;*/
}

.categoryText {
	font-family: Arial, sans-serif; 
	font-weight: normal;
	font-size: 10pt;
	color: #336699;
}

input.customButton {
  font-family: Arial, sans-serif; 
  font-size: 12px;
  color: #FFFFFF; 
  background-color: #336699;
  padding: 0px;
  height: 21px;
  /*width: 75px;*/
  cursor: hand;
}

input.customText {
  height: 21px;
}

.largeText {
    font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

.LargeBlackText {
    font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.LargeBlackTextBold {
    font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.mediumText {
    font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mediumWhiteText {
    font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.smallText {
    font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}


/*///////////////////*/

#nav_left
{
padding: 20px 0 0 0;
overflow: hidden;
background-image: url("fade_left.gif");
background-position: top right;
background-repeat: no-repeat;
width: 120px;
height: 0px !important;
height /**/:20px;
position: relative;
left: -1px;
top: 1px;
}

#nav_right
{
padding: 20px 0 0 0;
overflow: hidden;
background-image: url("fade_right.gif");
background-position: top left;
background-repeat: no-repeat;
width: 100px;
height: 0px !important;
height /**/:20px;
position: relative;
left: 1px;
top: 1px;
}

#navigation a 
{ 
color: #336699;
font-family: Arial, sans-serif;
font-size: 14px;
/*font-weight: bold;*/
background: #FFFFFF;
text-decoration: none;
padding-left: 8px;
border-style: solid;
/*border-width: 2px 5px 2px 5px;*/
border-width: 2px 2px 2px 2px;
position: relative;
left: 0px;
top: 0px;
}

#navigation a span
{
padding-right: 8px;
}

#navigation a, #navigation a span 
{ 
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span
{
float: none;
}
/* End IE5-Mac hack */ 

#navigation a:hover 
{
color: #336699;
font-family: Arial, sans-serif;
font-size: 14px;
/*font-weight: bold;*/
background: #C0C0C0;
text-decoration: none;
padding-left: 8px;
border-style: solid;
/*border-width: 2px 5px 2px 5px;*/
border-width: 2px 2px 2px 2px;
position: relative;
left: 0px;
top: 0px;
}

#navigation a:hover span 
{
padding-right: 8px;
}

#navigation
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 1px;
}


