@charset "utf-8";
/* CSS Document */

body	{	background-color: white;
			margin:0px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			
		}
html, body{height:100%}
#fullheight {height:100%}
#fullheight2 {height:100%}

		
h1		{	font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			text-decoration:none;
			font-weight:normal;
		}

p		{	font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
			line-height:16px;
		}
		
p a		{	font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#22419b;
			text-decoration:none;
		}

p a:hover	{	font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#22419b;
			text-decoration:underline;
		}
			
.content	{	padding-left:30px;
				padding-top:10px;
				padding-bottom:10px;
				color: black;
				text-align: left;
}			

.head_xrepeat {	background:url(../images/img_04.jpg) repeat-x;
				}
				
.left_yrepeat {	background:url(../images/img_09.jpg) repeat-y;
				}
				
.right_yrepeat {	background:url(../images/img_13.jpg) repeat-y;
				}


/* menu styling */


.menu {
font-family: Verdana, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:1000px;
height:36px;
position:relative;
font-size:10px;
/*margin:2em 125px 0 125px;*/

}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:right;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
background:transparent url(../images/img_12.png); 
text-decoration:none;
padding-top:10px;
padding-left: 5px;
padding-right: 5px;
height:25px;
font-weight:bold;
font-size:10px;
text-align:center;
color:#000000; 
border-bottom:0px solid #fff;
border-right:1px solid #fff;
/*padding:10px;/*
/*line-height:1.5em;*/
/*margin-right:2px;*/
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
border-bottom:1px solid #FFFFFF;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
background-color: #FEEAA3; 
position:absolute; 
margin-top:0px;
left:0px; 
border:0px solid #FFF;
border-top:0;
text-align: left;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../images/img_22_1.png); 
color:#000; 
border:1px;
border-left:0px solid #fff;
border-right:0px;
margin:0;
font-weight:normal; 
font-size:10px;
/*height:auto; */
/*line-height:35px;*/
height:25px; 
width: 190px;
text-align:left;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#FFCD20; 
color:#000;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
margin-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}


