@charset "UTF-8";
:focus {
	outline: thin dotted white;
}

/***
 * ====================================================
 * =================== BASIC STYLES ===================
 * ====================================================
 */

body {
	background: #050708 url(../images/bg-menu.png) repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #efefef;
	padding-top: 30px;
}

table tr td {
	background: transparent;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 5px 0 0 5px;
	color: #efefef;
}

a, a:link, a:visited, a:active, a:hover {
	color: #efefef;
	text-decoration: underline;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.centered {
	text-align: center;
}

.hidden {
	display: none;
}

.rightmargin {
	margin-right: 10px;
}

.leftmargin {
	margin-left: 10px;
}

.justify {
	text-align: justify;
}

.accessible {
	position: absolute;
	top: -10000px;
	font-size: 1px;
}

.cleaner {
	clear: both;
}

.bold {
	font-weight: bold;
}

.bigger {
	font-size: 110%;
}

img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

hr {
	border: none;
	border-top: solid #cfd3d9 1px;
}


ul {
	list-style: disc;
	margin: 10px 5px 10px 25px;
}

ul li {
	margin: 7px 0;
}

p {
	line-height: 140%;
	font-size: 85%;
}

h1 {
	position: absolute;
	color: #d2de24;
	/*background: transparent url(../images/bg_left.png) no-repeat top left;*/
	top: 0;
	left: -346px;
	width: 346px;
	height: 533px;
}

h2 {
	padding-bottom: 20px;
	font-size: 120%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
}


/***
 * =============================================================
 * =================== COMMON DESIGN CLASSES ===================
 * =============================================================
 */
div#main_container {
	width: 575px;
	margin: 0 auto 0 auto;
	padding: 10px;
	padding-top: 175px;
	background: transparent url(../images/logo.png) no-repeat left top;
	position: relative;
}

div.menu {
	background: transparent url(../images/bg-menu.png) repeat-x;
	padding: 5px;
	padding-right: 0;
	margin: 0px -10px;
}

ul.menu {
	list-style: none;
	margin: 0;
	margin-top: -12px;
	float: right;
}

ul.menu li {
	float: left;
	padding: 0 8px;
	padding-top: 12px;
}

ul.menu li a, ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited, ul.menu li a:hover {
	display: block;
	height: 22px;
	text-decoration: none;
}

ul.menu li.current, ul.menu li:hover {
	background-image: url(../images/bg-menu-hover.png);
}

table {
	width: 95%;
}

table td.thumb {
	width: 275px;
}

a.external {
	background: transparent url(../images/link.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 3px;
}

div#footer {
	background: transparent url(../images/bg-menu.png) repeat-x top left;
	margin-top: 75px;
	padding: 10px;
	text-align: center;
}

