body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CECEC5;
	margin:0;
	padding: 0;
}

/* GENERAL LAYOUT */

#site_container {
	width:700px;
	position: absolute;
	top: 50px; 
	left: 50%;
	margin-left: -350px;
	background-color: #ffffff;
}


#top_banner {
	background: #0B3C8E url(/img/lattec_logo.gif) no-repeat 0 0;
	height: 70px;
	width: 100%;
}

#footer {
	border-top: 1px solid #E4E3DE;
	font-size: 9px;
	color: #7d7d7d;
	padding: 3px 5px 3px 15px;
}

#footer a {
	color: #7d7d7d; 
}

#footer a:hover {
	color: #0B3C8E;
}

#bottom_spacer {
	background-color: #CECEC5;
	height: 40px;
}

#left_bar {
	position: absolute;
	width: 150px;
	left: 0;
	top: 70px;
	padding: 15px 5px 0 15px;
}

#right_bar {
	position: absolute;
	right: 0;
	width: 170px;
	float: right;
	top: 70px;
	background: transparent url(/img/top_bar_right.jpg) no-repeat 0 0;
	padding: 90px 15px 0 15px;
	font-size: 10px;
}

#page_content {
	margin-left: 170px;
	margin-right: 200px;
	width: 330px;
	background: transparent url(/img/top_page_content.jpg) no-repeat 0 0;
	padding: 90px 0 20px 0;
	color: #7d7d7d;
}

#page_content .content {
	padding: 0 15px 50px 15px;
	background: transparent url(/img/page_content_line.gif) no-repeat 328px 62px;
}



/* MENU */

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

#menu ul li.menulevel1 {
	padding: 0 0 0 20px;
	font-size: 10px;
}

#menu li.menulevel1 {
	background: transparent url(/img/arrow_grey.gif) no-repeat 3px 4px;
}

#menu li.menulevel1#selected {
	background: transparent url(/img/arrow_blue.gif) no-repeat 3px 4px;
}

#menu ul.menulevel2 {
	margin: 0;
}

#menu ul.menulevel2 li.menulevel2 {
	font-size: 9px;
}

#menu a {
	text-decoration: none; 
	color: #7d7d7d;
	display: block;
	height: 13px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li#selected a {
	color: #0B3C8E;	
}



/* REGULAR CONTENT */

.error {
	font-family: mono;
	font-weight: bold;
	color: #ff0000; 
	background-color: #ffffff; 
	padding: 10px; 
	border: 2px solid #f00;
}

h1 {
	color: #0B3C8E;
	font-weight: normal; 
	font-size: 18px;
	padding: 0;
	margin-top: 15px;
}

h2  {
	color: #0B3C8E;
	font-weight: bold; 
	font-size: 12px;
}

h3 {
	color: #000;
	font-weight: bold; 
	font-size: 11px;
}




/* SPECIFIC CONTENT */

.news_preview {
	margin-bottom: 20px;
}

.news_preview .news_date {
	font-weight: bold;
}

.news_preview .news_more {
	display: inline;
}

.news_more a {
	color: #c00;
	text-decoration: underline;
}

.news_more a:hover {
	color: #0B3C8E;
}

.news .news_date{
	font-weight: bold;
	margin-bottom: 20px;
}

#newsletter_signup .row {
	padding-bottom: 5px;
}

#newsletter_signup label {
	display: block;
}

#newsletter_signup input {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	width: 160px;
}

#newsletter_signup button {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}