body {
	text-align: center;
	background: #126d42 /*url(/site_structure/img/background_fade.jpg) repeat-x*/; 
	margin-top: 20px;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: .9em;
	color: #764B31;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

legend {	
	font-weight:bold;
}

fieldset {
	margin-bottom:20px;
}

a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #764B31;
	text-decoration: none;
}

.ut_capitol {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

.form_label
{
	width: 10em;
	text-align: right;
	height: 1em;
	float: left;
	padding-right: 8px;
}

.input
{
	float: left;
	margin-bottom: 5px;
}

/* Main Container for the entire website */
#container {
	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */
	min-width: 770px;
	width:90%;
}

/* Header */
#header {
	height: 160px;
	padding: 0;
	border: 10px solid #E9EAE2;
	border-bottom: none;
	background: #A99C89;
}

#header a {
	position: absolute; top: 25px; right: 8%;
	background-image: url(http://lcpdut.org/site_structure/img/Logo.gif);	
	background-position: bottom right;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width:90%;
	height:160px;
	color: #ffffff;	
}

#title {
	margin: 10px 0 0 10px;
	color: #764B31;
}

#title h1 {
	text-align: left;
	font-size: 2.2em;
	letter-spacing: -1px;
	color: #ffffff;
}

#title h2 {
	text-align:left;
	font-size: 1em;
	letter-spacing: -1px;
	color: #ffffff;
	font-style: italic;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

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

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}

/* Content */
#content {
	border: 10px solid #A99C89;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 59%;
	min-width: 90;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}

#tab {
	margin-left: 20px;
}

#footer {
	padding-top: 20px;
	color:white;
}

#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color:white;
}

#footer a {
	color:white;
}
