
h3 {
	font-size: 140%;
	line-height: 90%;
	border-bottom: 1px solid #527BBD;
	margin-top: 10px;
}

img {
 	border: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	

P, OL { 
	FONT-FAMILY: verdana, arial, sans-serif; 
	font-size: 0.8em;
}

/* LAYOUT ====================================================================*/
/* styles for the background pages */
body {
	/* font-size: 62.5%; */
	margin: 0em auto; 
	padding: 0px; 
	font-family: verdana, sans-serif; 
	background: url("images/background.gif");
	height: 100%;
}

.page-container {  
	width: 850px; 
	margin: 0px auto; 
	padding: 0px; 
	border-left: solid 1px rgb(125,125,125); 
	border-right: solid 1px rgb(125,125,125); 
	border-bottom: solid 1px rgb(125,125,125); 
	background-color: rgb(255,255,255);
	height: 100%;
}

/* table =====================================================================*/
table { 
	border: 0px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

#fullheight{
 height:100%;
}

td{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

/* Styles for Menu Items =====================================================*/
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 120px; */ /* Width of Menu Items */
	border-bottom: 1px solid #ccc; 	
}	
	
ul li {
	position: relative;	
	 z-index: 99;
}

/*
ul li ul {		
	POSITION: absolute; 
}
*/
li ul {
	position: absolute;	
	display: none;
	z-index: 99;
}

ul li a {
	font: bold 0.75em verdana;
	display: block;
	text-decoration: none;	
	background: rgb(232,226,255); 
	padding: 2px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc;	
}

ul li a.end {
	border-right: #ccc 1px solid;
}

ul li ul li a {
	border-right: #ccc 1px solid;
	font: normal 0.60em verdana;	
	background: rgb(243,252,255); 
	width: 150px; 	
}

ul li a:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #527BBD; 
	padding: 2px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom-width: 0;	
	border-right-width: 0;
}	
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	
li:hover ul, li.over ul { display: block; height:auto; 	background-color: #FFFFFF;	} /* The magic, background-color fixes for IE7 */
/* END Styles for Menu Items */

/* TEXT STYLES ===============================================================*/

.dropCase {
	float: left;
	width: 45px;
	font-size: 52px;
	line-height: 48px;
	font-weight: normal;
	color:#444444;
	font-family: georgia, times;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #666666;
	border:1px solid #999999;
	height: 15px;
}

.footerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.footer {
	clear: both; 
	width: 840px; 
	height: 3.7em; 
	margin: 0px; 
	padding: 0.2em 0px 0.5em 0px; 
	border-top: solid 1px rgb(125,125,125); 
	background-color: rgb(159,182,213); 
	color: rgb(255,255,255);
}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

/* LINK STYLES ===============================================================*/

a:link {
	color: #666666;
	text-decoration: none;

}
a:visited {
	color: #666666;
	text-decoration: none;

}
a:hover {
	color: #0075EB;
}

a:active {
	color: #666666;
}

a.menu:hover,a.menu:active {
	display: block;
	width: 100%;
	/* background: url(images\menuitem.gif) no-repeat; */
	vertical-align: middle;
	color: #0075EB;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;	
}

.indent {
	text-align: left;
	padding-left: 5px;
}	

.largeFont {
	font-size: x-large;
}

.smallFont {	
	font-size: x-small;
}

.regularFont {
	font-size: medium;
}

.hidden {
	visibility:hidden;
	display:none;
}

.visible {
	visibility:visible;
	display:block;
}

/* FORMS ====================================================================*/

label {
	font-size: small;
}

input,select,textarea {
	background-color: #EEEEEE;
	color: #555555;
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type=submit], 
input[type=reset], 
input[type=button],
button {
	background: #fff url(images/input_bg.gif) left top no-repeat;
	color: #555555;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
}

div.floater {
	width: 120px;
	margin: 0;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #B0BDEC;
	background-color: #D5DFF5;
	font-size: 100%;
	clear: right;
}

.imageBox {
	width:auto;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	padding: 3px;	
}


/* SIDE BAR ==================================================================*/
.sidebar {float: right; width: 155px; margin: 0px ; padding: 3.1em 0px 0px 0px; background-color: rgb(255,255,255); text-align: left;  color: rgb(0,0,0);} /* Actual width should be: 175px, but because of IE-bug we reduce with 6px so that container has some free space) */
.sidebarbox-noborder {width: 140px; margin: 0px 0px 1.0em 9px; padding: 0px;}
.sidebarbox-border {width: 130px; margin: 0px 0px 1.0em 9px; padding: 4px 4px 4px 4px; border: solid 1px rgb(200,200,200);}
.sidebarbox-title-noshading {display: block; margin: 0px 0px 2px 0px; padding: 0px; background-color: transparent; font-weight: bold; font-size: 110%;}
.sidebarbox-title-shading {display: block; margin: 0px 0px 2px 0px; padding: 2px 5px 3px 5px; background-color: rgb(225,225,225); font-weight: bold; font-size: 110%;}
.sidebarbox-noborder p {margin: 0px 5px 0.4em 5px; padding: 0px; background-color: transparent; line-height: 1.2em; font-size: 110%;}
.sidebarbox-border p {margin: 0px 0px 0.4em 0px; padding: 0px; background-color: transparent; line-height: 1.2em; font-size: 110%;}

/* COLOR SCHEMES =============================================================*/
.bg-yellow01 {background-color: rgb(254,252,232);}
.bg-yellow02 {background-color: rgb(253,249,201);}
.bg-yellow03 {background-color: rgb(253,246,185);}
.bg-yellow04 {background-color: rgb(252,243,162);}
.bg-yellow05 {background-color: rgb(251,239,139);}
.bg-yellow06 {background-color: rgb(250,236,116);}
.bg-yellow07 {background-color: rgb(249,233,93);}
.bg-yellow08 {background-color: rgb(249,230,69);}
.bg-yellow09 {background-color: rgb(248,227,46);}
.bg-yellow10 {background-color: rgb(247,224,23);}

.bg-blue01 {background-color: rgb(238,237,249);}
.bg-blue02 {background-color: rgb(222,220,242);}
.bg-blue03 {background-color: rgb(205,202,236);}
.bg-blue04 {background-color: rgb(189,185,229);}
.bg-blue05 {background-color: rgb(172,167,223);}
.bg-blue06 {background-color: rgb(155,149,217);}
.bg-blue07 {background-color: rgb(139,132,210);}
.bg-blue08 {background-color: rgb(122,114,204);}
.bg-blue09 {background-color: rgb(106,97,197);}
.bg-blue10 {background-color: rgb(89,79,191);}

