* { font-family: Calibri, Arial, sans-serif; }

body { background: #020808; color: #ccc; margin: 10px; }

p { text-align: justify; }
b { color: #eee; }
img { display: block; }

th { font-size: 90%; font-weight: normal; }
hr { border: 0; width: 100%; height: 0; border-top: 1px solid #555; }

h2 { font-weight: normal; font-size: 150%; color: #ccc; text-align: center; letter-spacing: 2px; word-spacing: 5px; font-variant: small-caps;}
h3 { font-weight: bold; font-size: 120%; color: #eee; border-bottom: 1px solid #555; padding: 10px 0 5px 5px; }
	
a { color: #9cf; text-decoration: none; }
a:visited { color: #9ac; }
a:active { color: #fc6; }
a:hover { color: #ff9; }

#Header { height: 90px; border-bottom: 1px solid #555; }
#Header img { float: left; }
#Header h1 { font-weight: bold; font-size: 125%; color: #666; text-align: right; padding-top: 30px; text-transform: uppercase; letter-spacing: 6px; word-spacing: 5px; }

#Menu { clear: both; }
#Menu ul { list-style: none; padding: 0; margin: 0; }
#Menu li { display: block; float: left; }
#Menu li a { display: block; color: #aaa; padding: 3px 10px 6px 10px; }
#Menu a:hover { color: #add; background: #222; }
#Menu a.ActiveMenuItem { color: #fff; }
#Menu .SubMenu { display: block; position: absolute; background: #111; border: 1px solid #222; visibility: hidden; z-index: 100; -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .4); }
#Menu .SubMenu li { float: none; }
#Menu li:hover .SubMenu, #Menu li.iehover .SubMenu { visibility: visible; }

#Search { float: right; padding-top: 5px; }
#Search * { font-size: 75%; }

#Content { clear: both; padding-top: 10px; }

#Footer { clear: both; text-align: center; padding: 5px; margin-top: 20px; border: 1px solid #444; border-width: 1px 0; }

.InputText, .InputError { font-family: Calibri, Arial, sans-serif; }
.InputText { background-color: #ccc; border: 1px solid #666666; }
.InputError { background-color: #fc9; border-style: outset; }
