/* Main Formatting */

body {
	margin:0;
	padding:0;
	background:#ccc url(../../images/background.gif) repeat-y top center;
	font-size:78%;
	font-family: verdana, arial, sans-serif;
}	

a {
	text-decoration:none;
	color:#4290B8;
}

a:hover {
	text-decoration:none;
	color:#59806F;
}	

h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}

p {
	text-indent:10px;
	padding-left:10px;
}

/* TABLES */

table.notify {
	border: 1px solid red;
	color: red;
}

td.left {
	width: 15%;
	vertical-align: top;
}

td.right {
	width: 85%;
	vertical-align: top;
}

table.outline {
	border: 1px dotted #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.read {
	width: 45px;
}

td.link {
	font-weight: bolder;
}

td.link_desc {
	color: #999;

}

/* DIVS */

#container {
	width:762px;
	margin:0 auto;
}

#header {
	background:url(../../images/main.gif) no-repeat;
	height:120px;
	overflow:hidden;
}

#menu_container {
	width: 762px;
	_width: 762;
	font-family: verdana, arial, sans-serif;
	background-color: #456;
	height: 20px;
	background: url('../../images/main2.gif') top left repeat-x;
	/* padding-left: 5px; */
	/* padding-right: 7px; */
	/* _padding-right: 5px; */
}

#menu {
	/* width: 100%; */
	float: left;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

#menu ul {
	/*border-right: 1px solid #ccc; */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: verdana, arial, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
}

#menu a:link, #menu a:visited {
	background: transparent url('../../images/menu.gif') repeat-x;
	padding: 0.25em 0.30em;
	float: left;
	border-right: 1px solid #ccc;
}

#menu a:hover {
	background: #456 url('../../images/menu2.gif') repeat-x;
}

#leftcol {
	float: left;
	width: 555px;
}

#leftcol table {
	width: 100%;
	margin-left: 12px;
}

#leftcol td.top {
	background: #456;
	color: #fff;
	font-weight: bolder;
	text-align: left;
	border: 1px solid #000;
}

#leftcol td.top2 {
	text-align: right;
	color: #333;
}

#leftcol td.title {
	font-weight: bolder;
	text-align: center;
}

#leftcol td.bottom {
	text-align: right;
}

#rightcol {
	padding-top: 5px;
	width: 175px;
	float: right;
	text-align: center;
}

#rightcol img {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
}

#rightcol table {
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}

#rightcol td {
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	background: #fff;
	margin: 0;
	border-top: 1px solid #ccc;
}
