/* Generic style resets */
html, body {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #443333;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FDF2F5;
	background-color: #64312F;
	height: 18px;
	padding: 2px 10px 0px 10px;	
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #443333;
	margin: 0px 10px 0px 10px;
	border-bottom: 2px solid #443333;
	margin-bottom: 10px;
}
ul {
	padding: 0px 0px 0px 25px;
	list-style-position: outside;
}

/* Usefull classes */
.clear {
	clear: both;
}

/* Layout definitions */
.t_base {
	width: 980px;
	margin: auto;
	padding: 10px;
	background-color: #FDF2F5;
}

.t_header {
	background-color: #64312F;
	height: 160px;
}
.t_header .t_topbar {
	height: 25px;
}
.t_header .t_topbar a {
	color: #FDF2F5;
	display: block;
	margin: 6px 0px 0px 10px;
	text-decoration: none;
}
.t_header .t_topbar a:hover {
	text-decoration: underline;
}
.t_header .t_topbar .search_form {
	float: right;
	padding: 3px;
}
.t_header .t_topbar .search_form .control{
	float: left;
	position: relative;
	top: 2px;
	left: -10px;
}
.t_header .t_topbar .search_input {
	float: left;
	border: 1px inset #DCD2B4;
	background-color: #FDF2F5;
	font-size: 11px;
	height: 15px;
	margin-right: 10px;
}
.t_header .t_topbar .search_submit {
	float: left;
	border: 1px outset #DCD2B4;
	background-color: #FDF2F5;
	font-size: 11px;
	height: 19px;
}
.t_header .t_theme1,
.t_header .t_theme2 {
	background-color: #FDF2F5;
	float: left;
	height: 125px;
	padding: 10px 10px 0px 0px;
}
.t_header .t_theme1 img,
.t_header .t_theme2 img {
	float: left;
}
.t_header .t_right {
	float: right;
}
.t_header .t_right .topnav {
	height: 15px;
	margin-left: 10px;
	margin: 5px 10px 5px 10px;
}
.t_header .t_right .topnav dt {
	display: inline;
	padding: 0px 10px 0px 0px;
}
.t_header .t_right .topnav a {
	color: #FDF2F5;
	font-weight: bold;
	text-decoration: none;
}
.t_header .t_right .topnav a:hover {
	text-decoration: underline;
}
.t_header .t_right .t_banner {
	background-color: #FDF2F5;
	padding-top: 10px;
	height: 100px;
}
.t_header .t_right .t_banner img {
	float: left;	
}
.t_main {
	padding: 10px 0px;
}
.t_main .t_content {
	float: left;
	width: 750px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 10px;
	background-color: #DCD2B4;
}
.t_main .t_content a,
a {
	color: #443333;
	text-decoration: underline;
}
.t_main .t_content a:hover,
a:hover {
	color: #64312F;
	text-decoration: none;
}
.t_main .t_content img,
.t_main .t_content table {
	margin: 0px 10px 10px 10px;
}
.t_main .t_right {
	float: right;
	width: 180px;
	padding: 10px;
	background-color: #DCD2B4;
}

.t_footer {
	padding: 5px 10px 0px 10px;
	height: 20px;
	background-color: #64312F;
	color: #FDF2F5;
}
.t_footer .t_info {
	float: left;
}
.t_footer img {
	float: right;
}

/* Default module definitions */
.t_main .t_right .news_itemtitle {
	font-weight: bold;
}
.t_main .t_right .news_mngmntlink {
	display: block;
	float: right;
	color: #443333;
	text-decoration: underline;
}
.t_main .t_right .news_mngmntlink:hover {
	color: #64312F;
	text-decoration: none;
}

.t_main .t_right .calendar_moduletitle {
	font-weight: bold;
}

/* General Exponent overrides */
.t_main .t_right .calendar_mngmntlink {
	color: #443333;
	text-decoration: underline;
}
.t_main .t_right .calendar_mngmntlink:hover {
	color: #64312F;
	text-decoration: none;
}
.t_main .t_content .mngmntlink {
	color: #443333;
	text-decoration: none;
}
.t_main .t_content .mngmntlink:hover {
	color: #64312F;
	text-decoration: none;
}
.t_main .t_content .mngmnt_icon {
	margin: 0px
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}
