/******************
HTML Tags
******************/

body
{
	font-family: arial, Georgia, System;
	color: #000000;
	margin: 10px 0px 20px 10px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}


/******************
FORM STYLES
******************/

#content form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 20px 20px 20px;
	border:6px solid #E6E6E6;
	}

/* a nested fieldset */
#content fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:bold;
	}

#content label {
	display:block;
	padding-top:8px;
	}

/******************
SIDE SEARCH FORM
******************/

#side form {
	margin:10px 0px;
	padding:0px;
	}
	
#side fieldset {
    margin: 0px;
    padding: 0px;
    border: thin #808000 solid;
}
	
#side legend {
	display:none;
	}

#side label {
	display:none;
	}
	
#side input {
	display:block;
	}

.button-search {
	margin-top:4px;
	}
	
.searchbox {
	}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

a:active {
	color:#FFFFFF;
    text-decoration:underline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#mainnav a:active {
	color:#FFFFFF;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited  {
	color:#006090;
	text-decoration:none;
	}

#breadcrumbs a:hover {
	color:#339900;
	text-decoration:underline;
	}

#breadcrumbs a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#side ul a:link, #side ul a:visited  {
    color: #7F7F00;
    text-decoration: none;
}

#side ul a:hover {
	color:#339900;
	text-decoration:underline;
	}

#side ul a:active {
	color:#000000;
	text-decoration:underline overline;
	}
/******************
HEADINGS
******************/

h1 {
	font-size:1.8em;
	margin:0px 0px 10px 0px
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
	color:#FFFFFF;
	padding:18px 0px 0px 30px;
	}

#sitename a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#header-container {
    width: 960px;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    /*background: #7f7f00 url(bg-header.png) no-repeat;*/
    background: #7f7f00 ;
}

#mainnav {
    padding: 19px 0px 0px 120px
}

#breadcrumbs {
	color:#666666;
	padding:18px 0px 0px 33px;
	font-size:.8em;
	}

#content-container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 10px;
    border-bottom-color: #7F7F00;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.Content-UB {
    position: relative;
    visibility: visible;
}

.Image {
display: none;
}

#side {
    width: 90px;
    float: left;
    font-size: 12px;
    margin-bottom: 18px;
    border-right-color: #7F7F00;
    border-right-style: solid;
    border-right-width: 1px;
}

#content {
    width: 510px;
    margin-left: 100px;
    border-bottom-color: #7F7F00;
    border-bottom-style: hidden;
    border-bottom-width: 1px;
}

#three-column-container {
	width:100%;
	margin:10px 0px;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}

#footer {
	border-width: medium;
	border-color: #7F7F00;
	clear: both;
	width: 535px;
	height: 55px;
	min-height: 55px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 10px 200px;
	color: #7F7F00;
	font-size: 0.75em;
}

#footer_Entry {
    border-width: medium;
    border-color: #7F7F00;
    clear: both;
    width: 535px;
    height: 55px;
    min-height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 10px 200px;
    color: #7F7F00;
    font-size: 0.75em;
    position: relative;
    top: 980px;
}

/******************
MAIN MENU ITEMS
******************/

#mainnav ul {
    margin: 0px;
    padding: 0px;
    width: 632px;
    height: 20px;
}

#mainnav li {
    padding: 0px;
    list-style: none;
    display: inline;
    padding: 0px 18px 0px 0px;
}

/******************
SIDE LIST MENUS
******************/

#side ul {
	margin:0px;
	padding:0px;
	}

#side li {
    padding: 0px;
    list-style: none;
    padding: 6px 0px 6px 10px;
    border-bottom: 2px solid #FFFFFF;
    background: #Ffffff;
    font-weight: bold;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 16px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 16px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .1em;
	}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	background:#CCE1EC;
	border:6px solid #E6E6E6;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px 2px;
	color:#000000;
	}

thead th, tfoot th{
	padding:6px 2px;
	background-color:#006699;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	}

.table-row-1 td {
	background:#FFFFFF;
	}

.table-row-2 td {
	}
	
/******************
CLASSES
******************/

.none {
	display:none;
	}
	
.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
}

img.photosmall {
    margin-right: 10px;
    margin-bottom: 8px;
    float: left;
    margin-top: 10px;
}
	
.ft0{font-style:normal;font-weight:bold;font-size:25px;color:#cccccc;}
.ft1{font-style:normal;font-weight:normal;font-size:16px;color:#000000;}
.ft2{
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	color:#000000;
}
.ft3{font-style:normal;font-weight:normal;font-size:13px;font-family:Times-Roman;color:#000000;}
.ft4{font-style:normal;font-weight:bold;font-size:9px;color:#ffffff;}
.ft5{font-style:normal;font-weight:normal;font-size:9px;font-family:Times-Roman;color:#000000;}
.ft6{font-style:normal;font-weight:normal;font-size:11px;font-family:Times-Roman;color:#000000;}
.ft7{font-style:normal;font-weight:normal;font-size:8px;font-family:Times-Roman;color:#000000;}
.ft8{font-style:normal;font-weight:bold;font-size:8px;color:#ffffff;}
.ft9{font-style:normal;font-weight:bold;font-size:66px;color:#cccccc;}
.ft10{font-style:normal;font-weight:normal;font-size:8px;color:#000000;}
.ft11{font-style:normal;font-weight:bold;font-size:11px;color:#000000;}
.ft12{font-style:normal;font-weight:normal;font-size:12px;color:#000000;}
.ft13{font-style:italic;font-weight:bold;font-size:15px;color:#ffffff;}
.ft14{font-style:normal;font-weight:normal;font-size:25px;color:#000000;}
.ft15{font-style:normal;font-weight:bold;font-size:16px;color:#cccccc;}
.ft16{font-style:normal;font-weight:bold;font-size:10px;color:#000000;font-family:Georgia;}


.fp0{
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	color:#000000;
	background-color: #FFFFFF;
}
.fp0a {
    font-size:8px;
    }
.fp1{font-style:normal;font-weight:bold;font-size:15px;color:#000000;}
.fp2{font-style:normal;font-weight:bolder;font-size:8px;color:#000000;}
.fp3{font-style:normal;font-weight:normal;font-size:16px;color:#000000;}
.fp4{font-style:italic;font-weight:bold;font-size:8px;color:#000000;}
.fp5{font-style:normal;font-weight:normal;font-size:11px;color:#000000;}
.fp6{font-style:italic;font-weight:normal;font-size:8px;color:#000000;}
.fp7{font-style:italic;font-weight:bold;font-size:11px;color:#000000;}
.fp8{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFBF;
    border: none;
    border-bottom-color: #FFFFBF;
    border-bottom-style: none;
    border-bottom-width: thin;
    border-top-color: #FFFFBF;
    border-top-style: none;
    border-top-width: thin;
}
.fp8R{
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	color:#000000;
	background-color: #FFFFBF !important;
	border: none;
	border-bottom-color: #FFFFBF;
	border-bottom-style: none;
	border-bottom-width: thin;
}
.fp9
{
    border-bottom-style: none;
    border-bottom-width: thin;
    border-style: none;
    border-width: medium;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    background-color: #EAFFFF !important;
    border-bottom-color: #EAFFFF;
    border-top-color: inherit;
    border-right-color: inherit;
    border-left-color: inherit;
}
.fp9R{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #EAFFFF;
    border: none;
    border-bottom-color: #EAFFFF;
    border-bottom-style: none;
    border-bottom-width: thin;
}
.Textsetup{
	background-color: #FFFFBF;
	font-size: 9px;
}
.GridRowOver_Gray
{
background-color: #7F7F00;
cursor:pointer;
} 
.NoPrint
{
	display:none;
}
.PrintTop
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.EOR 
{
	font-weight: bolder; 
	font-size: x-large; 
	background-color: #FFFFFF; 
	color: #000000;	
}