*	{
	border:0;
	padding:0;
	margin:0;
			
}
html,body	{
	width:100%;
	height:100%;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-color:#9dcfeb;	
}

#page	{
	margin:auto;
	height:100%;
	
}

#header	{
	margin:auto;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	width:863px;
	height:226px;	
	line-height:300px;
	text-indent: 5.5em;
	color:white;
	font-weight:bold;
	font-size:12pt;	
	font-family:'Franklin Gothic Demi Cond';
	text-shadow: 1px 0px 0px #454545;
}

#center	{		
	float:left;
	margin:0 auto;	
	width:100%;		
}

#left_menu	{	
	font-family: 'Franklin Gothic Medium Cond';	
	margin:20px 20px 20px 15% !important;
	margin:20px 20px 20px 10%;
	position:relative;
	float:left;
	text-align:left;	
	font-size:14pt;	
	width:200px;
	text-shadow: 1px 0px 0px #454545;		
}
	#left_menu a 	{		
		color:#fefefe;
		text-decoration:none;
		
	}
	
	#left_menu p 	{
		margin:35px 0;
		color: #000d8c;
	}
	#left_menu p a	{
		color: #000d8c;
	}

#content	{	
	
	background-color:#d1e1e9;
	width:50% !important;
	width:45%;
	margin:2px 2px 2px 30%;
	border:10px solid #43c5d1;
	padding:20px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	
}	
.content	{	
	padding: 1.5em;
	font-family: 'Franklin Gothic Book';
	font-weight: normal;
	font-size:16px;
	background-color:#d1e1e9;
	background-image:url(content_logo.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	
}

.content h1	{
	font-size:22px;
}
.content input {
	border: 1px solid #09C;
	padding:1px;
}

.form TH	{
	font-weight: normal;
	text-align:left;
	font-family: 'Franklin Gothic Book';	
	font-size:16px;
	
}

select,input	{
	color:#696969;
}

input[type=submit]{
	padding:5px;
}
input[type=submit]:hover	{
	color:white;
	background-color: #6495ED;
}

.hide	TH{
	font-weight: normal;
	text-align:right;
	padding-right:5px;
	font-family: 'Franklin Gothic Book';	
	font-size:16px;
}

ul	{
	margin:0px 40px;
	
}