html, body {
    margin: 0;
	height: 100%;
	background: #ffffff;
	font-family: Verdana;
	font-size: 14px;
}

img {
	border: 0px;
	vertical-align: text-bottom;
}

td {
	vertical-align: top;
	font-family: arial;
	font-size: 14px;
}

th {
	text-align: left;
}

h1 {
	margin: 10px 0 10px 0;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #c2c2c2 2px 1px 4px;
	background: url('images/arrow.png') no-repeat 0 3px;	
}

h2 {
	margin: 8px 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #a2a2a2 2px 1px 4px;
}

h3 {
	margin: 10px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #a2a2a2 2px 1px 4px;
}

#main {
    height: 100%;
    width: 100%;
}

#header {
	background: url('images/layout_03.gif') repeat-x;
	height: 140px;
	min-width: 720px;
	margin: 0;
    padding: 0;
}

#clock {
	float: left;
	width: 152px;
	height: 130px;
	text-align: center;
	padding-top: 10px;
}

#nav {
	height: 34px;
}

#divider {
	padding: 0;
	height: 21px;
	background: url('images/layout_04.gif');
}

#left {
	width: 168px;
	min-width: 168px;
	background: url('images/layout_09.gif') repeat-y;
	padding: 20px;
}

#content {
	background: #ffffff;
	padding: 20px;
}

#right {
	width: 168px;
	min-width: 168px;
	padding: 20px 0 0 20px;
	background: url('images/layout_10.gif') repeat-y;
	text-align: center;
}

#footer {
	padding: 0;
	height: 20px;
	background: url('images/layout_08.gif');
}

#footer_l {
	float: left;
	padding: 3px 0 0 6px;
	color: white;
	font-size: 11px;
}

#footer_r {
	float: right;
	padding: 3px 6px 0 0;
	text-align: right;
	color: white;
	font-size: 11px;
}


#footer a {
	font-family: verdana;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: #424242;
}

a {
	color: #cd072b;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

/* Nav buttons */

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 4px;
}

#nav a {
	width: 107px;
	height: 34px;
	background: url('images/nav.gif');
	display: block;
	font-family: 'Times New Roman';
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: #121212 0px 0px 2px;
}

#nav a:hover,
#nav a.Active {
	background: url('images/nav_active.gif');
}

#nav span {
	position: relative;
	top: 35%;
}

/* Menu buttons */

#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#left li {
	margin: 1px 0 1px 0;
	font-size: 20px;
}

#left li a {
	font-size: 16px;	
}

/* Input buttons */

input, select {
	border: 1px solid #a2a2a2;
	background: #f2f2f2;
	width: 280px;
}

input:hover,
input:focus {
	background: #ffffff;
}

input[type="submit"],
input[type="reset"],
input.Submit {
	border: 1px solid #a2a2a2;
	margin: 4px 0 4px 0;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	width: auto;
}

table.News {
	width: 100%;
	border: 0;
	padding: 0;	
}

table.News td.NewsTitle {
	 border-bottom: 1px solid #258aff;
}

table.News td.NewsTime {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 6px;
	border-bottom: 1px solid #258aff;
}

table.News td.NewsText {
	padding-top: 4px;
}
