body{margin:0px;padding:0;background-color: #F5F5F5;font-size:12px;text-align:center;background: #F5F5F5 url(../images/bg.jpg) top left repeat-x;}
body#splash{margin:0px;padding:0;background-color: #F5F5F5;font-size:12px;text-align:center;background: transparent;}
.container{left: 50%;width:700px;height: auto;margin: 0px auto 0 auto;background-color:#DCDCDC;border: none;}

.container_splash{left: 50%;width:100%;height: 100%;margin: 0px auto 0 auto; padding: 50px 0;text-align:center;background:#F5F5F5 url(../images/bg.jpg) 450px left repeat-x;}
#logo_holder{left: 50%;width:308px;height: 309px;margin: 0px auto 0 auto;background: transparent url(../images/logo_308x309.jpg) top left no-repeat;text-align:center;}

#header{text-align: left;width:698px;height: 184px;background: transparent url(../images/header.jpg) top left no-repeat;}
#header H1 {
	font-family: Trebuchet MS;
	line-height: 28px;
	font-size:2.5em;
	font-weight: bold;
	padding: 15px 0 0 20px;
	margin:0;
	color: white;
}

.content{
	text-align: left;
	font-size:12px;
	width:550px;
	_width:620px;	
	height: auto;
	background-color:white;
	float: right;
	padding: 30px 20px 10px 30px;
	height: auto;
	min-height: 350px;
	_height: 350px;
}

.content H1 {
	font-family: Trebuchet MS;
	font-size:1.7em;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0 15px 0;
	color: #4B5277;
}

.content H2 {
	font-family: Trebuchet MS;
	font-size:1.3em;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0 15px 0;
	color: #E67401;
}

p{margin: 0 0 10px 0;}
div, td, body, input, select {font-family: verdana, arial; font-size: 12px;}
#footer{color: white; font-family: arial; font-size: 10px; text-align: right; padding: 4px 5px 4px 105px;background-color:#4B5277;}
#top_bar{background-color:#4B5277; height:20px;}

#slogan
{
	position: absolute;
	width:264px;
	height:85px;	
	margin:99px 0 0 0px;
	float:left;
	background-color:white;
}

#options_bar
{
	position: absolute;
	width:688px;
	_width:698px;
	margin:162px 0 0 0px;
	float:left;
	background-color:#DCDCDC;
	text-align: right;
	padding: 5px;
	font-size: 10px;
}
#clearer{
	clear: both;
}

ul{
	padding: 5px;
	margin: 15px;	
}
ul li{
	padding: 5px;
}

div.menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
div.menu ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
div.menu ul li#first{
	padding: 0;
	border-left: none;
}
div.menu  ul li a {
	height: 18px;
	border: 1px solid #E0E0E0;
	padding: 3px;	
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div#top ul li a{
	color: #4B5277;
}
div#top ul li a:hover{
	background-color: #DCDCDC;
}

div#bottom ul li a {
	color: white;
}
div#bottom ul li a:hover{
	color: #4B5277;
	background-color: #DCDCDC;
}

div.menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
div#languages{
	font-family: arial;
	font-size: 10px;
	padding: 5px;
	color: white;		
	float: right;
}
div#text{
	font-family: arial;
	font-size: 10px;	
	padding: 5px;
	color: white;	
	float: left;
}
div#languages a{
	font-family: arial;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
div#languages a:hover{
	text-decoration: underline;
}

li{padding:3px;margin: 0;}

#form ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: default;
}
#form ul li{
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-type: none;
	list-style-position: default;	
}

/*  Styles for inline action buttons  */

	ul.actionlist
	{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	
	.actionlist li
	{
	display: inline;
	list-style-type: none;
	width:300px;
	}
	
	.actionlist a
	{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 3px 10px;
	text-decoration: none;
	font-family: verdana, arial;
	font-weight: bold;
	font-size:12px;
	}
	
	.actionlist a:link, .actionlist a:visited
	{
	background-color: #DDD;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #FFF;
	}
	
	.actionlist a:hover
	{
	background-color: #DDD;
	text-decoration: none;
	border-top:1px solid #BBB;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #BBB;
	}
