/* homepage Styles */

/*select {
border-radius: 5px;
}
*/

html {
	height:100%;
}

body {
	height:100%;
/*	background: #f9efa8 url(images/bg.gif) center repeat-y; */
	background: #ffffff center repeat-y;  
	font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;*/
	margin: 0;
	padding: 0;
	border:0;
	text-align: left;
	color:#333;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

form {
	margin:0;
	padding:0;
}

/* Layout Styles */
#wrapper {
/*	padding-top: 10px; */
	position:relative;
	border-spacing: 0; /* required by Opera 6 */
	text-align:left;
	margin: 0 auto;
/*	width: 744px;  */
	padding: 10px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 944px;	 
background: #f9f9cc;
/*#f7f7cc; */
	}
html>#wrapper	{
	width: 944px;
	}

#topbar {
	position:relative;
	width:944px;
	text-align:left;
	font-size: 70%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 70%;	
	}
html>#topbar {
	font-size: 70%;
	} 

#leftnav {
	float: left;
	padding:0;
	padding-top:1px; /* 17 */ 
	margin:0;
	width: 186px;
	color:#10315a;
	}
html>#leftnav	{
	width: 186px;
	} 

#main {
	text-align:left;
	padding:0;
	float:left;
	width: 372px;
	width: 572px;
}

#rightside {
	text-align:left;
	padding:0px;   
	padding-top:-20px; 
	float:right;
	width: 185px;
	font-size: 70%;
	color:#10315a;
	}
	
#rightnav {
	float: left;
	padding:0px;
	padding-top:17px;  /* 17px */
	margin:0;
	width: 186px;
	color:#10315a;
	}
html>#rightnav	{
	width: 186px;
	} 




#midder {
	text-align:center;
	padding:0;
	float:left;
	width: 744px;
	width: 944px;
}

html>#midder {
	font-size: 100%;
	width: 744px;
	width: 944px;
	} 

#midder table {
	width: 70%;
	font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	border-width: 0 0 0px 0px;
	border-style:solid;
	border-color:#e03535;	
	border-spacing: 0;
/*	border-collapse: collapse; */
	/*background-color:#FFF;*/  
	font-size: 100%;
	}



html>#midder table	{
	font-size: 100%;
	} 

#midder th {
	text-align:center;
	vertical-align:middle;
	border-width:  2px 2px 0 0; 
	border-style:dashed:
	border-color:#e03535;	
	/*border-top-left-radius:15px;*/
  	margin: 0px;
    	padding: 4px;
	background-color:#ddd; /*E4E4E4;*/ 
}

/*
#midder th tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-radius:10px
}

#midder th tr:first-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
*/

#midder td {
	text-align:left;
	vertical-align:top;
	border-width:  1px 1px 0px 0px;
	border-style:dotted;
	border-color:#abc; /*#e03535;*/
color:#582204;
  	margin: 4px;
    	padding: 4px;
/*	padding:2px; */ 
	background-color:#F3F3F3;    
	/*border-radius: 10px;*/
}

#midder td.hl {
	background-color:#E0E0E0;
	border-radius:10px;
	border-width: 2px 2px 0 0;
	border-style:solid;
	padding: 2px;
}

#midder .inside table  {
		width: 100%;
		font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;	
		font-size: 100%;
		border-width: 0;
		border-spacing: 0;
/*		border-collapse: collapse;*/
		background-color:#abc; /*#F3F3F3;*/  
		margin: 0;
		}

#midder .inside th  {
	text-align:center;
	vertical-align:top;
	background-color:#abc; /*#E4E4E4;*/
	padding:2px;  
	border-width:  0; 
  	margin: 4px;
}

#midder .inside td  {
	text-align:left;
	vertical-align:top;
	background-color:#e9efa8 ; /*#F3F3F3;*/  
	color:#10315A;  
	padding:2px;  
	border-width:  0;
  	margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 2px;
    min-width: 350px;
}


table tr th,
table tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 5px;
}
table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #bbb;
}
table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #bbb;
}
table tr th {
    background: #8bb;
    text-align: left;
}

table.Info tr th,
table.Info tr:first-child td
{
    border-top: 1px solid #bbb;
}

/* top-left border-radius */
table tr:first-child th:first-child,
table.Info tr:first-child td:first-child {
    border-top-left-radius: 1px;
}

/* top-right border-radius */
table tr:first-child th:last-child,
table.Info tr:first-child td:last-child {
    border-top-right-radius: 1px;
}

/* bottom-left border-radius */
table tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

#footer {
	margin-top:20px;
	margin-bottom:10px;
	clear: both; 
	width: 744px;
	width: 944px;
	position:relative;
	background: url(images/grey_dotted_line.gif) top left repeat-x; 
	padding-top:10px;
	color:#666;
	font-size: 70%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 70%;	
	text-align:left;
	}
html>#footer {
	font-size: 70%;
	}








/* Navigation Styles */
#global_nav {
	color:#333;
	width:944px;
	text-align:right;
	padding-bottom:10px;
	font-size: 70%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 76%;	
	}
html>#global_nav {
	font-size: 70%;
	} 

#global_nav a {
	color:#333;	text-decoration: none;
	background: url(images/grey_txt_line.gif) bottom left repeat-x; 
}

#global_nav a:hover {
	text-decoration: underline;
}

#navlist_head {
	margin: 0;
	padding: 0;
	line-height:20px;
	font-size: 80%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 80%;	
	}
html>#navlist_head	{
	font-size: 80%;
	} 

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

#navlist_head li {
	padding-left: 10px;
	background-image: url(images/ucd_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

#navlist_head li li{
	font-size: 85%;
	}

#navlist_head li li li{
	font-size: 100%;
	}

#navlist_head a {
	color:#2C537E;
	text-decoration: none;
}

#navlist_head a:hover {
	text-decoration: underline;
}

#navlist1 {
	margin: 0;
	padding: 0;
	line-height:20px;
	font-size: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	}
html>#navlist1	{
	font-size: 100%;
	} 
	
#navlist1 ul
{
list-style: none;
margin: 0;
padding: 0;
}

#navlist1 li {
	padding-left: 10px;
	background-image: url(images/ucd_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

#navlist1 li li{
	font-size: 100%;
	}

#navlist1 li li li{
	font-size: 100%;
	}

#navlist1 a {
	color:#2C537E;
	text-decoration: none;
/*	background: url(images/blue_txt_line.gif) bottom left repeat-x; */
}

#navlist1 a:hover {
	text-decoration: underline; 
}



#navlist2 {
	margin: 0;
	padding: 0;
	line-height:20px;
	font-size: 70%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	}
html>#navlist2	{
	font-size: 70%;
	} 
	
#navlist2 ul
{
list-style: none;
margin: 0;
padding: 0;
}

#navlist2 li {
	padding-left: 10px;
	background-image: url(images/ucd_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

#navlist2 li li{
	font-size: 85%;
	}

#navlist2 li li li{
	font-size: 100%;
	}

#navlist2 a {
	color:#2C537E;
	text-decoration: none;
/*	background: url(images/blue_txt_line.gif) bottom left repeat-x; */
}

#navlist2 a:hover {
	text-decoration: underline;
}




#legal {
	margin:0;
/*	margin-right:10px;  */
	padding:0;
	color:#666666;
	font-size: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 100%;	
	}
html>#legal	{
	font-size: 100%;
	} 

#legal a {
	color:#666666;
	text-decoration: none;
/*	background: url(images/grey_txt_line.gif) bottom left repeat-x;  */
}

#legal p {
	margin: 0;
	line-height: 20px;
}

#legal a:hover {
	border-bottom: 1px solid #666;
}

/* Search & Quickfind Styles */
#search_ucd {
	position:absolute;
	left:559px; /* MM */
        left:759px; 
	top:0;
	background-color:#99CB34;
	margin:0;
	color: #fff;
	font-weight:bold;
	font-size: 110%;
	height:111px;
	width: 185px;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 185px; 
	}
html>#search_ucd	{
	width: 185px;
	} 


#search_ucd form {
	margin:0;
	padding:5px; 
}

#search_ucd .searchbox{
	font-size: 70%;
	width:95px;
	height:18px;
	padding: 2px;
        margin: 2px 0 0 0; 
	color:#336600;
	font-weight:bold;
	}

#search_ucd a {
	text-align:right;
	color:#fff;
	font-weight:normal;
	text-decoration: none;
	background: url(images/grey_dotted_line.gif) bottom left repeat-x;
	font-size: 80%;
}
#search_ucd a:hover {
	text-decoration: underline;
}		

#search_ucd .search_button {
   margin: 0 0 2px 2px;
   padding: 0;
   vertical-align: bottom;
}		



/*  Dividors */
#leftnav_grey1 {
	background: url(images/grey_dotted_line.gif) left repeat-x;
	padding:0;
	margin-right: 10px;
}

#leftnav_grey2 {
	background: url(images/grey_dotted_line.gif) left repeat-x;
	padding:0;
	margin-right: 10px;
}

#leftnav_grey3 {
	background: url(images/grey_dotted_line.gif) left repeat-x;
	padding:0;
	margin-right: 10px;
}

#navlist2 .leftnav_grey4 {
	background: url(images/grey_dotted_line.gif) left repeat-x;
	padding:0;
	margin-right: 10px;
}


/*  Main Content Styles */
#main h1{
	background-repeat:no-repeat;
    margin:0 0 0 0; 
	padding:10px 10px 0 10px;
    vertical-align: top;
	color: #10315A;
	font-size: 125%;
	font-weight:bold;
	line-height:27px;
	}	

#main h1 a{
	color: #10315A
        }	

#main h2{
	background-repeat:no-repeat;
    margin:10px 0 0 0; 
	padding:0 10px 0 10px;
    vertical-align: top;
	color: #66b2e2;
	font-size: 125%;
	font-weight:bold;
	line-height:27px;	
	}
	
#main h2 a{
	color: #66b2e2
        }

#main h3{
	background-repeat:no-repeat;
    margin:0 0 0 0; 
	padding:10px 10px 0 0;
    vertical-align: top;	
	color: #10315A;
	font-size: 125%;
	font-weight:bold;
	line-height:17px;
	}	

#main h4{
	background-repeat:no-repeat;
    margin:10px 0 0 0; 
	padding:0 10px 0 0;
    vertical-align: top;
	color: #66b2e2;
	font-size: 100%;
	font-weight:normal;
	line-height:17px;	
	}	

#main h5{
	background-repeat:no-repeat;
    margin:0 0 0 0; 
	padding:0 0 0 0;
    vertical-align: top;
	color: #10315A;
	font-size: 100%;
	font-weight:normal;
	}	

#main h6{
	background-repeat:no-repeat;
    margin:0 0 0 0; 
	padding:0 0 0 0;
    vertical-align: top;
	color: #FF0000;
	font-size: 80%;
	font-weight:normal;
	}	


#content {
	margin:18px 10px 10px 10px;
	font-size: 87%;
	color:#666;
	letter-spacing: .01em;
	list-style: none; 
	}

#content table {
	width: 339px;
	font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	border-color:#e03535;  	
	border-spacing: 0;
	border-collapse: collapse;
	background-color:#F3F3F3;  
	margin: 0 0 0 1px;
	}

html>#content table	{
	font-size: 100%;
	} 

#content th {
	text-align:left;
	vertical-align:top;
	background-color:#E4E4E4;
	font-size: 125%;
	color: #10315A;	
	padding:5px 5px 7px 5px;  
	border-width:  0 2px 2px 0; 
	border-style:solid;
	border-color:#e03535;	
  	margin: 0;
}

#content td {
	text-align:left;
	vertical-align:top;
	background-color:#F3F3F3;  
	color:#582204;
	padding:2px 5px 2px 5px;  
	border-width:  0 2px 2px 0;
	border-style:solid;
	border-color:#e03535;	
  	margin: 0;
}



#content .chkbx th {
	text-align:left;
	vertical-align:top;
	background-color:#E4E4E4;
	font-size: 125%;
	color: #10315A;	
	padding:5px 5px 7px 5px;  
	border-width:  0; 
  	margin: 0;
}

#content .chkbx td {
	text-align:left;
	vertical-align:top;
	background-color:#F3F3F3;  
	color:#582204;
	padding:2px 5px 2px 5px;  
	border-width:  0;
  	margin: 0;
}



#content .inside table  {
		width: 100%;
		font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;	
		font-size: 100%;
		border-width: 0;
		border-spacing: 0;
		border-collapse: collapse;
		background-color:#F3F3F3;  
		margin: 0;
		}

#content .inside th  {
	text-align:left;
	vertical-align:top;
	background-color:#E4E4E4;
	padding:2px;  
	border-width:  0; 
  	margin: 0;
}

#content .inside td  {
	text-align:left;
	vertical-align:top;
	background-color:#F3F3F3;  
	color:#10315A;  
	padding:2px;  
	border-width:  0;
  	margin: 0;
}







#content ul {
	list-style: none;
	padding-left: 0;
}



#content ul li ul li {
	padding-left: 20px;
}


#content ol li {
	padding-left: 10px;
	background-position: 0 .5em;
}

#content input {
	font-family: Calibri,"Trebuchet MS",Verdana,Arial,Sans-serif;
}

#content .content_header{
    font-weight:bold;
	color:#333333;
	}

#content a {
/*	color:#333333;  */
color:#006699;
	text-decoration: none;
/*	background: url(images/grey_txt_line.gif) bottom left repeat-x; */
}

#content a:hover {
	text-decoration: underline;
        color:#006699;
}

.navon {
	font-weight:bold;
}

/*  News Styles */
#news {
	margin: 0;
	padding: 0;
	line-height:20px;
	font-size: 80%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 80%;	
	}
html>#news	{
	font-size: 80%;
	} 

#news #news_header {
	margin-top:10px;
	display: block;
	font-weight:bold;
	padding:5px;
	color:#fff;
	background-color:#FFCC00;
}

#news ul
{
list-style: none;
margin: 0;
padding: 5px;
}

#news li {
	padding: 0 0 10px 10px;
	background-image: url(images/ucd_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

#news a {
	color:#2C537E;
	text-decoration: none;
	background: url(images/blue_txt_line.gif) bottom left repeat-x; 
}

#news a:hover {
	text-decoration: underline;
}

/*  Hide-Skipnav */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

/*  Dropdown Nav */

#nav_dropdown, #nav_dropdown ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	clear: left;
	font-size: 80%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 80%;	
	}
html>#nav_dropdown	{
	font-size: 80%;
	} 

#nav_dropdown a {
	display: block;
	width: 166px;
	background: #3378C1;
	color:#0C335C;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	background: url(images/drop_down.gif) top left repeat-x;	
}

#nav2_dropdown a {
	display: block;
	width: 156px;
	background: #3378C1;
	color:#0C335C;
	text-decoration:none;
	padding-left:20px;	
	background: url(images/menu_sub.gif) top left repeat-x;		
}

#nav_dropdown a:hover {
	display: block;
	color:#3378C1;
	font-weight: bold;
}

#nav_dropdown li { /* all list items */
	width: 170px; /* width needed or else Opera goes nuts */
	line-height: 19px;
	display: inline; /* this gets rid of the gaps in IE5 */
}


#nav_dropdown li ul { /* second-level lists */
	position: absolute;
	width: 166px;
	line-height: 15px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav_dropdown li:hover ul, #nav_dropdown li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
