body {
	background-image: url('/portal/images/bg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #B5A243;
	}

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

div, 
td, 
th {
	text-align: left;
	vertical-align: top;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #666666;
	}


/* CONTENT */

p {
	margin-bottom: 15px;
	}
body.next div.maincontent p {
	}

h1 {
	font-family: trebuchet ms;
	font-size: 15px;
	color: #000000 ! important;
	margin-bottom: 0px;
	}
h2, 
h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	}

a {
	color: #ffffff;
	text-decoration: none;
	}


/* LAYOUT */

div.center {
	width: 900px;
	margin: 0px auto;
	}
div.container {
	width: 900px;
	min-height: 650px;
	float: left;
	background-image: url('/portal/images/bg_portal.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

div.left {
	width: 300px;
	padding-top: 350px;
	float: left;
	}

/* MID COLUMN */

div.main {
	width: 300px;
	float: left;
	text-align: center;
	}
div.txt {
	height: 150px;
	padding: 160px 20px 0px 20px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	}
div.buttons {
	width: 186px;
	text-align: center;
	line-height: 24px;
	margin: 0px auto;
	color: #594c00;
	}
div.buttons div {
	width: 30px;
	text-align: center;
	margin: 0px auto;
	float: left;
	}
div.buttons div.button {
	height: 24px;
	width: 24px;
	}
div.buttons a {
	height: 24px;
	width: 24px;
	color: #594c00;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	}
div.selected a {
	color: #ffffff;
	background-image: url('/portal/images/bg_button_selected.gif');
	background-repeat: no-repeat;
	}

/* LEFT AND RIGHT COLUMN */

div.header {
	height: 30px;
	padding: 10px 0px 0px 35px;
	background-image: url('/portal/images/bg_header.gif');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	}
ul {
	margin: 0px 0px 0px 52px;
	list-style-type: none;
	list-style-image: url('/portal/images/bullet.gif');
	}
div.left p {
	margin: 0px 0px 0px 35px;
	color: #999999;
	}
