@CHARSET "UTF-8";

/* Header */
#header
{
	height:45px;
	border-top: 20px solid #1e436d;
	background-color: #2c5a87;
}
#header #head
{
	width:900px;
	margin:0 auto;
}
#header #logo .logo { width:227px; border:none; margin:0; color:white; }
#header #logo a:hover { border:none; margin:0; color:white; background-color: white; text-decoration:none; }

#header #head div { float: left; position: relative; bottom: 15px; }
#header #head #headerMenu { top: 22px; left: 30px; width:640px; }
#header #head #headerMenu a
{ 
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}
#header #head #headerText 
{ 
        top: 50px; 
        left: 70px; 
        font-size: 16pt;
        color: #662020;
        font-weight: bold;
<!--        width:640px; -->
}
#header #head #headerText a
{ 
	font-size: 22pt;
	color: #662020;
	font-weight:bold;
}
#ai-notice 
{ 
        width:900px;
        font-size: 11pt; 
        color: #606060; 
        font-weight:bold;
        text-align:center;
        margin:auto;
}


