BODY {
	background: url('images/bg.jpg') repeat-x left top #e9f2f6;
	text-align: center;
	padding: 0;
	margin: 0;
}
BODY, DIV, P, TD, #menu, #left, #main, #leftMenuItem, .leftMenuItem A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
#container, #menu { width: 740px; }
#menu {
	height: 19px;
	background: #0b5d8d;
	text-align: right;
}
.menuItem, .menuItemActive { padding: 0 15px 0 15px; }
.menuItem A, .menuItemActive A {
	color: #ffffff;
	text-decoration: none;
}
.menuItem A:hover, .menuItemActive A { text-decoration: underline; }
.menuItemActive A { font-weight: bold; }
#left {
	background: url('images/left_bg.jpg') no-repeat left top #0b5d8d;
	text-align: center;
}
#counter { text-align: center; }
.leftMenuItem {
	text-align: left;
	padding-left: 26px;
}
.leftMenuItem A {
	color: #ffffff;
	text-decoration: none;
}
.leftMenuItem A:hover { text-decoration: underline; }
#main {
	padding: 0 15px 0 15px;
	text-align: left;
}
#main H1 {
	width: 525px;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
#main A {
	color: #000000;
	text-decoration: none;
}
#main A:hover { text-decoration: underline; }
#footer {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #2a7bab;
	font-size: 10px;
}
#footer A {
	color: #2a7bab;
	text-decoration: none;
}
#footer A:hover { text-decoration: underline; }
.input, .input2 {
	background-color: #e9f2f6;
	width: 200px;
	border:1px solid #000000;
}
.input2 { width: 204px; }