﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	
}

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


h1, h2, h3 {
	color: #FFFF00 ;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: bold;
	letter-spacing: -1px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ul {
	list-style: none;
}


a {
	border-bottom: 1px #FFFFFF;
	text-decoration: none;
	color: #0033CC;
}

a:hover {
	border-bottom: none;
}

/* sideLink */

#sideLink {
	width: 42px;
	height: 220px;
	float:left;
	}
	
#sideLink a {
	width:100%x;
	height:100%;
    display:block;
}

/* header */

#header {
	width: 842px;
	height: 220px;
	padding-right:42px;
	margin: 0 auto;
	background: url(_images/uobBanner1.png) no-repeat;
	background-position:left;
}
		#header ul {
			padding-top:16px;
			padding-right:50px;
			text-align: right;
			list-style: none;
			display: run-in;
		}
		#header li {
			display: inline;
			color: black;
		}
		
		#header a {
			padding-left: 20px;
			text-align:right;
			
			font: bold 77% Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
		}
		#header a:hover {
			color:#F00;
		}
	
		#header h1 {
			margin: 0;
			padding: 20px 0 0 30px;
			letter-spacing: 5px;
			font-size: 60px;
		}
		#header h2 {
			margin: -10px 0 0 0;
			padding: 0 0 0 70px;
			letter-spacing: 3px;
			font-size: 36px;
		}
		
/* pageData */
#pageData {
	width: 800px;
	margin: 0 auto;
	background:url(_images/uobLinks2_3.png) no-repeat;
	background-position: 180px 0
}
	#navigation_title {
		text-align: left;
		color: #000;
	}

	/* navPane */
	#navPane {
		float: left;
		width: 170px;
		text-align: left;
		padding-left: 10px;
		padding-bottom:20px;
		background:url(_images/uobLinks2_1.png) no-repeat bottom;
	}
			#navPane .title {
				height: auto;
			}
			#links li {
				width: 170px;
				padding: 0px 0;
			}
			#links a {
				border: none;
				color: #000;
				background-color: transparent;
			}
			#links a:hover {
				color: #F00;
			}
			
	/*End navPane*/
	
			
	/* Address */
	#pageAddress {
		float: left;
		width: 550px;
		padding: 5px 0 0 50px;
		text-align: left;
		color: white;
		
	}

	/* Content */
	#content {
		float: left;
		width: 550px;
		padding: 25px 0 0 15px;
		
	}
	
		span.red {
			color: red;		
		}
	
	#templateContent {
		
		width: 550px;
		padding: 0;
	}

	/* End Content*/

	

/* Footer */

#footer {
	width: 100%;
	text-align: center;
}
	#footer .links {
		text-align: center;
		color:#F00
		
	}
	#footer .links a {
		border: none;
		color:#FF0
	}
	#footer .legal {
		text-align: center;
		color:#FFF
	}

