/*=================== STANDARD RULES ====================*/
* {margin:0; padding:0;}

body {
 font:12px arial,helvetica,sans-serif;
 background-color:#646481;
 color:#42448C;
 }

h1,h2,h3,h4,h5,h6 {color:#42448C;}
h1 {font-size:2.4em;}
h2 {font-size:1.15em;}
h3 {font-size:1.1em;}
h4,h5,h6 {font-size:1.05em;}

a:link {color:#42448C;}
a:visited {color:#646481;}
a:hover {color:#6365BD; text-decoration:none;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 border-width:thin;
 }
input{padding:.2em .3em;}

.invisible {display:none;}

#container {
 width:746px;
 margin:0 auto;
 background-color:#060968;
 border:2px solid black;
 border-width:0 1px 1px 2px;
 position:relative;
 }
 
 #language{
 	text-align:right;
	color:white;
	font-size:12px;
	width:200px;
	height:20px;
	position:absolute;
	top:1px;
	left:535px;
	font-weight:bold;
 }
 
 #language a{color:white;text-decoration:none;}

/*=================== UNIQUE RULES ======================*/

#search-bar {
 height:23px;
 color:#fff;
 background-color:#42448C;
}
#search-bar h2 {
 font:italic bold 1.4em times,serif;
 color:#C9AF7E;
 margin:2px 2px 2px 20px;
 }
#search {
 float:right;
 margin-top:1px;
 font-size:.9em;
 }
#search #keywords {
 width:113px;
 color: #0C2F67;
 font-size:10px;
 vertical-align:middle;
 border:0px;
 }
#search #search-button {
 vertical-align:middle;
 }
 
#menu {
 list-style:none;
 }

#menu {
 height:25px;
 background:url("/images/menu-bg.gif") no-repeat;
 }
#menu a:link {color:#fff;}
#menu a:visited {color:#fff;}
#menu li {
 padding:4px 20px 6px;
 float:left;
 font-weight:bold;
 border-left:1px solid #ccc;
}
#menu #menu0 {
 border-left:0;
 padding-left:55px;
 }
#menu li a:link, #menu li a:visited {text-decoration:none;}
#menu li a:hover {text-decoration:underline;}

#footer {
 clear:both;
 background-color:#5F62A7;
 border-top:2px solid black;
 padding:3em 0 80px;
 background:#5F62A7 url("/images/home/footer-bg.gif") no-repeat;
 text-align:center;
 color:#fff;
 font-size:.8em;
 line-height:2em;
 }
#footer a {text-decoration:none;}
#footer a:link {color:#fff;}
#footer a:visited {color:#eee;}
#footer a:hover {color:#ddd;}