*
{
    margin: 0;
    padding: 0;
}

body
{
    font: normal 10.0pt Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    color: #333;
	text-align:center;		
}

img
{
    border: 0px;
}

#container
{	
	width:1168px;
	margin:0px auto;	
	
}

/*----------------------------------------------------------------*/

.left
{
	text-align:left;
}

.center
{
	text-align:center;
}

.logo
{
	float:left;
	margin: 50px 0px 20px 240px;
}

/*------------------------- Menu ---------------------------------*/

#menu 
{
	float:right;
	width: 100%;
	margin: 30px 0px 0px 0px;	
}

#menu ul 
{
	float:right;	
	margin:0;
	padding:0;	
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: inline;	
}

#menu a 
{
	float: left;
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	color: #3366cc;
}

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

#menu .current a 
{
	text-decoration:none;	
	border: 1px #FFF solid;
	color: #ff6600;
}

/*------------------------- Content ---------------------------------*/
#intro
{
	clear: both;
	text-align:left;
	height:40em;
	min-height:554px;
	background: url(../images/background.jpg) no-repeat left top;	
}

#content
{
	float:right;
	margin:9px 64px 0px 0px;	
	*margin:15px 32px 0px 0px;	
	width:52em;
	height:26em;
	min-height:351px;	
	border: 1px solid #99ccff;
	background: #FFF url(../images/back_sm.jpg) no-repeat right bottom;

}

p, ul {
	margin-bottom: 10px;
	line-height: 170%;
}

ul {
	line-height: 130%;
}


a:link, a:visited
{
    text-decoration: underline; 
    color: #3366cc;
} 

a:hover
{
    text-decoration: underline; 
    color: #ff6600;
}

#intro p
{
	width:34em;
	margin-left:7em;
}

ul li
{
	padding-top:0.3em;
	list-style-type:none;	
}

ul ul li
{
	padding-left:1.5em;
	list-style-type:none;
}


h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em 0em 0.5em 0em;	
    color:#333;		
}

h1
{
	font-size: 1.6em;
	padding:1.5em 0em 0em 6em;
    color:#3366cc;	
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;	
}

h3
{
	font-size: 1.2em;	
}

h4
{
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;	
}

.clear
{
	clear: both;  
	height:1px;
}

.none
{
	*display:none;
}

#copyright
{
	padding:0.7em 0em 0.7em 0em;
	width:100%;	
	color:#333;
}
