@charset "UTF-8";
/* CSS Document */

*{ margin: 0; padding: 0; }* 

body { font: .74em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.64em; color: #444; }
a { color: #3399cc;	background: inherit; text-decoration: none; }
a:hover { color: #000; background: inherit; text-decoration: none; }
p { margin: 0 10px 15px 0; }
h1 { font: normal .9em Verdana, Georgia, Sans-Serif; margin: 15px 0 0 5px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.4em Arial, Sans-Serif; margin: 0 0 12px 0; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; margin: 0 10px 15px 0; }
.blue { color: #299DCA; }
.white { color: #fff; }

#content { 
    width: 460px; 
	height: 480px; 
	position: absolute; 
	left: 50%; 
	margin-top: 25px; 
	margin-left: -230px; 
}

#logo {  
	width: 460px; 
	height: 480px; 
	padding: 0; 
	margin: 20px auto 0px auto;
	border-bottom: 0px solid #ccc;
	background: #fff; 
}
	
#menu { float: right; width: 2px; padding: 38px 0 0 0; margin: 0; position: relative; }
#menu li { font-size: 1.1em; padding-bottom: 15px; list-style: none outside; }
#menu li a { padding: 20px 10px 0 20px; margin: 10px 40px 10px 0; background: #fff url(../images/menuarro.jpg) no-repeat 10px 26px; color: #808080; border-left: 1px solid #e0e0e0; }
#menu li a:hover { color: #3399cc; border-left: 3px solid #7DD0F1; background: #fff url(../images/menuarro.jpg) no-repeat 15px 26px; }

#left { 
    width: 180px;
    clear: both; 
	float: right;
	padding: 50px 0 0 0; 
	margin: 18px 20px 15px 0; 
	border-right: 0px solid #ccc;  
	font-size: .8em; 
	text-align: right; 
}
	
	#left h2 { border-bottom: 0px solid #ccc; padding: 5px 10px 5px 0; }
	#left h3 { border-bottom: 0px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#left a { background: #fff; }

#head { 
	width: 70px;
	height: 20px;
	float: left;
	position: absolute;  
}

	#head h2 { font: bold 0.8em Verdana, Arial, Sans-Serif; color: #ccc; border: 1px solid #ccc; margin: 10px 0 0 10px; padding: 3px; text-align: left; }
	#head h2 a { color: #ccc; }
	#head h2 a:hover { color: #3399cc; }

#header { 
    clear: both;
	float: right;
	padding: 0;
	margin: 0; 
	width: 100%;
	height: 100%;
	text-align: right; 
}
	
    #header h4 { font: normal .8em Verdana, Georgia, Sans-Serif; color: #ccc; padding: 5px 0 5px 0; }
    #header a { color: #ccc;	background: inherit; text-decoration: none; }
    #header a:hover { color: #3399cc; background: inherit; text-decoration: none; }