@charset "utf-8";
/* CSS Document */

img.overborder {
	margin-bottom: -2px;
}

div.w720 {
	text-align: left;

	width: 720px;

	margin-left: auto;
	margin-right: auto;
}

div.cwhite {
	background-color: white;
	background-image:url(../images/template/canvas_background.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

div.padding {
	padding: 16px 16px 32px 24px;
}

div.bar {
	border-top: solid 2px white;
	border-bottom: solid 2px white;
}

div.bar75 {
	height: 75px;
	background-image:url(../images/template/bar75_background.gif);
}

div.bar20 {
	height: 20px;
	background-image:url(../images/template/bar20_background.gif);
}

div#menu {
	width: 720px;
	height: 30px;
	background-image:url(../images/template/menu_background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover {
	color: yellow;
	text-decoration: underline;
}

div#menu ul {
	padding: 0px 0px 0px 14px;
	margin: 0px;
}

div#menu li {
	line-height: normal;
	list-style: none;
	float: left;
	
	height: 30px;
	
	padding: 8px 12px 0px 12px;
	
	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.portal {
	padding: 0px 0px 24px 16px;
}

div#column_left {
	float: left;
	width: 320px;
}

div#column_right {
	float: right;
	width: 320px;
}

div#clear {
	clear: both;
}

div#footer {
	color: white;
	padding: 16px;
}

div#footer a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}