@charset "utf-8";
/* CSS Document */

div#bar_blue {
	height: 10px;
	overflow: hidden;
	background-color: #426ead;
}

div#header {
	height: 412px;
	overflow: hidden;
	
	background-image:url(../images/template/header_default.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#menu {
	bottom: 20px;
	
	width: 755px;
	height: 30px;
	
	overflow: hidden;
	
	margin: 371px auto 0px auto;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#menu ul li {
	float: left;
	padding: 6px 12px 6px 12px;
	
	list-style: none;

	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#menu a {
	font-size: 14px;
	color: #6d6d6d;
}

div#menu a:hover {
	color: #999999;
	text-decoration: none;
}

div#template {
	text-align: left;
	
	width: 765px;
	
	margin: 0px auto 0px auto;
}

div#canvas {
	width: 765px;

	background-image:url(../images/template/canvas_middle.gif);
	background-repeat:repeat-y;
}

div#canvas div {
	background-image: none;
}

div.padding {
	padding: 16px;
}

div#column_left {
	float: left;
	width: 340px;
}

div#column_right {
	float: right;
	width: 340px;
}

div#clear {
	clear: both;
}

div#portal {
	padding: 0px 0px 24px 48px;
}

div#footer {
	text-align: center;
}

div#footer ul {
	height: 24px;
}

div#footer li {
	float: left;
	padding: 0px auto 0px auto;
}

/* Visual Page Definitions */

div.visual_page table {
	margin-bottom: 16px;
}

div.visual_page td, th {
	padding-right: 32px;
}

div.visual_page ul, ol {
	margin-bottom: 16px;
}

div.visual_page ul li {
	list-style: square;
}
