/* CSS Document */

div#template {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

div#canvas {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

div#menu {
	width: 700px;
	height: 25px;

	overflow: hidden;
	
	background-image:url(../images/template/menu_background.gif);
	background-repeat: no-repeat;
}

div#menu ul {
	margin: 2px 0px 0px 35px;
	padding: 1px 0px 0px 35px;
}
div#menu li {
	list-style-type: none;

	float: left;
	padding: 0px 6px 0px 6px;
	
	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

div#menu a {
	color: #474747;
}

div#content {
	padding: 16px 16px 16px 16px;

	background-image: url(../images/template/content_background.gif);
	background-repeat:repeat-x;
}

div#column_left {
	float: left;
	width: 380px;
}

div#column_right {
	float: right;
	width: 260px;
}

div#clear {
	clear: both;
}

div#portal {
	padding: 0px 0px 0px 42px;
}

div#footer {
	height: 64px;
	
	margin: 0px 0px 16px 0px;

	background-image: url(../images/template/footer_background.gif);
	background-repeat: repeat-x;
}

div#footer div {
	color: #999999;
	line-height: 1.6em;
	padding: 16px 16px 16px 16px;
}
div#footer a {
	color: #787878;
}

div#space {
	overflow: hidden;
	height: 4px;
}

div.visual_page td, th { vertical-align: top; padding-right: 24 }
div.visual_page h2 { font-family: "Comic Sans MS"; font-size: 17px; color:#0099CC }
div.visual_page ul li { list-style: square; color:#0099CC }

