/* ------------------------------- Training Unplugged CSS --- */
/* ------------------------------------------- 11/28/2007 --- */

body {
	margin: 0;
	background-color: #88a2be;
	background-image: url('../images/page/background.jpg');
	background-repeat: repeat;
	font-family: Arial;
}

a {
	color: #164a84;	
}

.input {
	border: 1px solid #6883a1;
}

#wrapper {
	margin: 0 auto;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	padding-left: 13px;
	width: 715px;
	height: auto;
	background-color: #fff;
	background-image: url('../images/page/bgmain.jpg');
	background-repeat: repeat-y;
}

.unread td {
	font-weight:bold;
}

#clearboth {
	clear:both;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:168px;
	margin-bottom:20px;
}

#menu ul li {
	margin-top:10px;
	border-bottom:1px solid #adacac;
}

#menu ul li a {
	width:100%;
	border-left:3px solid #6883a1;
	padding-left:5px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ba1319;
	font-size:12px;
}

/* ------------------------------------------ TOP SECTION --- */

#topbar {
	height: 17px;
	width: 681px;
	margin-bottom: 3px;
	background-image: url("../images/page/topbar.jpg");
	background-repeat: repeat-x;
	text-align:right;
	padding-right: 20px;
	padding-top: 3px;
	color: #777072;
	font-size: 11px;
}

/* --------------------------------------------- COLUMNS  --- */

#leftcol {
	width: 237px;
	float: left;
	background-color: #fff;
}

#rightcol {
	width: 450px;
	float: left;
	background-color: #fff;
}

/* ---------------------------------------- LEFT COLUMNS  --- */

#logo {
	height: 72px;
	background-color: #fff;
	background-image: url('../images/page/tu_logo.jpg');
	background-repeat: no-repeat;
}

#menu {
	height: auto;
	background-color: #fff;
	padding-left: 25px;
}

#info {
	background-color: #fff;
	height: 340px;
}

#infobox {
	width: 190px;
	height: auto;
	margin-left: 19px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height:14px;
}

.sidebox_text {
	color: #164a84;
	font-size: 12px;
}

/* --------------------------------------- RIGHT COLUMNS  --- */

#right_content {
	padding: 20px;
	width: 350px;
}

.header1 {
	color: #ba1319;
	font-size: 16px;
	font-weight: bold;
}

#headerbox {
	border-bottom: 2px solid #6883a1;
	padding-top: 50px;
	margin-left: 20px;
}

.right_text {
	font-size: 12px;
	font-weight: normal;
	color: #164a84;
}

a.fpsmall_link {
	color: #c51319;
}

.header {
	font-family: Arial;
	font-size: 15px;
	color: #ba1319;
	font-weight:bold;
}

#bodytext {
	color: #164a84;
	font-size: 12px;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
}

/* ---------------------------------------------- FOOTER --- */

#footer {
	width: 700px;
	border-bottom: 1px solid #4B77A7;
}