html {
	height:100%;
}

body {
	margin:0;
	padding: 20px 0 0 0;
	width:100%; 
	height:100%;
	text-align:left;
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#000000;
}

h1,h2,h3
{
	font-family:verdana,sans-serif;
	letter-spacing: 1px;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

img
{
	border: 0;
}

a,
a:visited,
a:active,
a:hover
{
	color: black;
}

#master {
	position: relative;
	margin:0 auto; /* center, not in IE5 */ 
	overflow: visible; 
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#masterHeader
{
	
}

#masterHeader img
{
	display: block;
}

#masterCenterContainer {
	width: 760px;
	margin: 0 auto;
}

/* MASTER MENU */

#masterMenu
{
	background-color: #670001;
	width:760px;
	height:20px;
	padding: 5px 0 0 0;
	margin: 0;
}

#masterMenu #udm
{
	width: 700px;
	float: left;
}

#masterMenu #masterLanguage
{
	float: left;
	font-weight: bold;
	color: white;
	font-size: 11px;
}

#masterMenu #masterLanguage a,
#masterMenu #masterLanguage a:visited,
#masterMenu #masterLanguage a:active,
#masterMenu #masterLanguage a:hover
{
	text-decoration: none;
	color: white;
}



#masterPageContainer {
	background-color: #FFFFFF;
	width:760px;
	overflow:hidden;
}

#masterMain {
	float:left;
	width:500px;
	padding: 15px 30px;
}

/* MASTER SIDEBAR */

#masterSidebar
{
	width: 200px;
	background: #E0A169 bottom left no-repeat url('/media/sidebar-bottom.png');
	min-height: 200px;
	float: left;
}

#masterSidebar h1
{
	background-color: #CC6305;
	color: white;
	height: 30px;
	padding: 14px 0 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0;
	
	border: solid white;
	border-width: 5px 0;
}

#masterSidebar .linkHeader
{
	margin: 0;
	padding: 0;
	height: 45px;
}

#masterSidebar h1 a,
#masterSidebar h1 a:visited,
#masterSidebar h1 a:active,
#masterSidebar h1 a:hover
{
	color: white;
	text-decoration: none;
	display: block;
	
	padding: 14px 15px 14px 15px;
}
	

#masterSidebar .masterSidebarContent
{
	min-height: 50px;
	padding: 10px 15px;
}

.clear {
	clear:both;
}

#masterAddress {
	margin-top:3px;
	text-align:center;
	font-size:0.7em;
	color:#000000;
	padding-bottom:10px;
	
}

/* NEWS */

.newsShowLatestImage img
{
	display: block;
	border: 0;
}

.newsList .newsDate
{
	font-size: 9px;
}

.newsList a,
.newsList a:visited,
.newsList a:active,
.newsList a:hover
{
	font-size: 13px;
}

.newsList .listItem
{
	margin-bottom: 8px;
} 