/* Generic Styles */

html {
	height:100%;

}
body {
	height:100%;
	background: #efefef url(/t4cms/ucd_wide_bg.gif) center repeat-y;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	margin: 0;
	padding: 0;
	border:0;
	text-align: center;
	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: 100%; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100%;	 
	}
html>#wrapper	{
	width: 100%;
	}

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

#leftnav {
	float: left;
	padding:0;
	padding-top:10px;
	margin:0;
	width: 186px;
	display: none;
	}
html>#leftnav	{
	width: 186px;
	} 

#main {
	text-align:left;
	padding:0;
	float:left;
	width: 100%;
}

#rightside {
	text-align:left;
	padding:0;
	float:right;
	width: 185px;
	display: none;
	}


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

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


/*  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: 120%;
	font-weight:bold;
	line-height:17px;
	}	

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

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

#content table.grey {
	width: 94%;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 11px;
	background-color: #FFFFFF;
	}
html>#content table	{
	font-size: 11px;
	}
	
#content table.grey th {
	text-align:left;
	vertical-align:top;
	background-color:#99cb34;
	padding:7px;
}

#content table.grey td {
	background-color:#F3F3F3;
	padding: 7px;
	vertical-align:top;
}

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

#content ul li {
	padding-left: 10px;	background-image: url(/t4cms/ucd_arrowucd.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

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

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

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

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

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


/*  Hide-Skipnav */

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