/* CSS Document */
#outer_container {
	width:100%;
	background-color:#520063;
}

#ir_banner_area {
	background-color:#520063;
	float: left;
	width: 80%;
}

#uww_logo_area {
	background-color:#520063;
	float: left;
	width: 20%;
	display:inline;
}

#sidebar_area {
	background-color:#520063;
	float:left;
	width:20%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
}

#sidebar_area a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-color: #520063;
	border-style: solid;
	border-width: 1px;
	line-height: 1em;
}

#sidebar_area .no_link {
	display: block;
	color: #520063;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-color: #520063;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6e6;
	line-height: 1em;
}

#sidebar_area .no_link_sub {
	display: block;
	color: #520063;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 2em;
	padding-bottom: 2px;
	padding-right: 5px;
	border-color: #520063;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6e6;
	line-height: 1em;
}

#sidebar_area a:hover {
	background-color: #e6e6e6;
	color: #520063;
	border-color: #520063;
	border-style: solid;
	border-width: 1px;
	line-height:1em; 
}

#sidebar_area a.sub_link {
	padding-left: 2em;
	line-height: 1em;
}

#sidebar_area a.skip_nav, a.skip_nav:hover {
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 0em;
}

#sidebar_area h1{
	background-color: #AD76B8;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	display: block;
	font-size:1em;
	line-height: 1em;
}

#breadcrumbs_area{
	float: left;
	background-color: #eeeeee;
	width: 100%;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-indent: 20%;
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#breadcrumbs_area a:link {
	text-decoration: underline;
	color: #666666;
} 

#breadcrumbs_area a:visited {
	text-decoration: underline;
	color: #666666;
}

#breadcrumbs_area a:hover {
	text-decoration: underline;
	color: #520063;
}

#breadcrumbs_area a:active {
	background-color: #f5f5f5;
	color: #333333;
}

#main_content {
	background-color: #FFFFFF;
	width: 80%;
	float: left;
	height:400px;
	min-height:400px;
	/*height:expression(this.scrollHeight < 400? "400px": "auto" );*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

*>#main_content {
	height:auto;
}

#main_content p {
	margin:1em;
	clear:both;
}

#main_content h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin:1em; 
	clear:both;
}

#main_content h2 {
	font-size: 1.5em;
	font-weight:bold;
	margin:1em; 
	clear:both;
}

#main_content h3 {
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	margin:1em; 
	clear:both;
}

#main_content h4 {
	font-size: 1.1em;
	font-style:italic;
	margin:1em; 
	clear:both;
}

#main_content dt {
	font-weight: bold;
	color:#520063;
	margin:1em; 
}

.two_col_area {
	width:100%;
	float:left;
}

.two_col_area p {
	margin:1em;
}

.left_col {
	float: left;
	width:48%;
	display:inline;
}

.right_col {
	width: 50%;
	float:left;
	margin-left:1%;
}

body {
	background-color:#f4f2dd;
}

#footer_area {
	background-color:#f1f1f1;
	width:100%;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	clear:both;
}

#footer_area a:link {
	text-decoration: underline;
	color: #666666;
} 

#footer_area a:visited {
	text-decoration: underline;
	color: #666666;
}

#footer_area a:hover {
	text-decoration: underline;
	color: #520063;
}

#footer_area a:active {
	background-color: #f5f5f5;
	color: #333333;
}

#footer_area p {
	padding: 5px;	
}

.download_list_heading {
	font-weight: bold;
	color:#520063;
	margin:.5em; 
}

.download_list {
	margin:.5em;
	font-size:.9em;
	line-height:1.5em;
}

.download_list a:link, .download_list a:active, .download_list a:visited {
	color: #666666;
}

.download_list a:hover {
	color: #520063;
}

.list_box {
	margin:1em;
	border-width:1px;
	border-color:#004161;
	border-style: solid;
}

.list_box_title {
	background-color:#004161;
	color: #ffffff;
	font-weight: bold;
	padding: .3em;
}

.list_box_title a {
	color: #ffffff;
}

.list_box_content {
	padding:.3em;
}

