* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	min-width: 1260px;
}

a {
	text-decoration: underline;
        color: #003197;
}

a:hover {
	text-decoration: none;
}

a img, img {
	border: none;
}

p {
	padding: 3px 0px;
}

h2 {
	color: #78a1f9;
	border-bottom: 1px dashed #78a1f9;
}

ul {
	margin-left: 20px;
}

td {
	vertical-align: top;
}

.clear {
  clear: both;
}

.left {
	float: left;
}

.right {
	float:right;
}

/*#################################################################*/

table#top {
	width: 100%;
	height: 100px;
}

table#top td {
	
}

table#top td#today {
	text-align: center;
	color: #8064a2;
	height: 20px;
	padding: 0 10px 0 0;
}

table#top td#top_left {
	background: url('images/top_left.jpg') no-repeat 0 0;
	width: 264px;
	height: 88px;
}

table#top td#top_menu {
	padding-top: 11px;
	height: 30px;
}

table#top td#auth {
	padding: 5px 10px 0 0;
}

table#top #search {
	width: 300px;
}

/*#################################################################*/

table#body {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #777;
}

table#body td#left {
	width: 200px;
	border-right: 1px solid #777;
	padding: 0 10px;
}

table#body td#center {
	padding: 0 10px 20px 10px;
}

table#body td#right {
	width: 200px;
	border-left: 1px solid #777;
	padding-left: 10px;
}

/*#################################################################*/
table#bottom {
	width: 100%;
	background: #eee;
}

table#bottom th {
	padding-bottom: 20px;
}

table#bottom td#copyright {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}

