*{
	margin: 0;
	padding: 100;
}
body{
	background-color: #B9A668;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B9A668;
}
#wrapper{
	width: 780px;
	margin: 0 auto;	
	background: white 		url(images/page_bg.gif) repeat-y;
	
}
#nav{
	background: #7cc576;
	padding: 5px 10px;
	width: 760px;
	text-align: right;
}
#nav li{
	list-style: none;
	display: inline;
}
h1{
	font-size: 24px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid black;
	}
h2{
	font-size: 14px;
	margin-bottom: 5px;
}
h3{
	color:#000000;
	font-size:12px;
	font-weight:lighter;
}

h3:link {color: #000000;}
h3:visited {color: #000000;}
h3:hover {color: #96DCF1;}
h3:active {color: #ffffff;}
h3.current {color: #000000;}

p{
	margin-bottom: 5px;
}


a{
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	font-size: 12px;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #FFFFFF;}
a.current {color: #000000;}

#leftcol li{
	display: inline;
}
#contentarea{
	min-height: 300;
}
#leftcol{
	height: 416px;
	margin-top: 10px;
	margin-right: 7px;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	height: 180px;
}
#leftcol{
	width: 103px;
	height: 138px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, 			sans-serif;
	font-size: 12px;
	background-color: #BEBEBE;
	text-align: right;
	border-top: 7px solid white;
	border-bottom: 7px solid white;
}
#middlecol{
	width: 380px;
	min-height: 400px;
	float: left;
	background-color: #F0F0F0;
	padding: 20px;
}
#rightcol{
	width: 220px;
	float: right;
	line-height: 16px;
	margin-top: 10px;
}
#rightcol img{
	float: right;
	border-top: 7px solid white;
	border-bottom: 7px solid white;
}
#footer{
	height: 28px;
	background: #9fc1e4;
	font-family: Arial, Helvetica, sans-serif;
	font
	padding: 0px;
	margin-top: 0px;
	clear: both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #B9A668;
}
#footer2{
	height: 23px;
	background: #024184;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #ffffff;
	
}
a.TURI{
	color:white;
}
a.TURI:hover{color:#96DCF1;}
a.UML{color:white;}
a.UML:hover{color:#96dcf1;}

img {
	border:0px;
}
#leftcol a {cursor: pointer;}