/* Styles for Samus Base Template */

body
{
	margin: 0;
	font-size: 8pt;
	font-family: arial, sans-serif;
	background: #455d72 url('./images/page_bg.gif') left top repeat-x;
}

#header, #main, #footer
{
	width: 756px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 36px;
	padding-top: 93px;
	text-align: center;
	background: transparent url('./images/header.gif') center top no-repeat;
}

#header a
{
	color: white;
	text-decoration: none;
	font-size: 16pt;
}

#header a:hover
{
	border-bottom: 1px solid white;
}

#header ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul li
{
	display: inline;
}

#header li
{
	margin-left: 12px;
	margin-right: 12px;
}

#header .title
{
	display: none;
}

#main
{
	background: #efefef url('./images/content_bg.gif') left top repeat-x;
	padding-top: 15px;
	padding-bottom: 10px;
}

#pad
{
	width: 20px;
}

#left
{
	background: white url('./images/left_div_bg.gif') center bottom no-repeat;
	width: 155px;
	padding-bottom: 11px;
}

#left .title
{
	background: #1563a1;
	color: white;
	padding: 4px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#left ul
{
	background: transparent url('./images/left_nav_bg.gif') center top repeat-y;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left li
{
	padding: 5px 5px;
	width: 145px;
	background: none;
}

#left li:hover
{
	background: #1563a1;
	color: white;
}

#left a
{
	font-size: 13pt;
	color: #5d95e2;
	text-decoration: none;
}

#left a:hover
{
	color: white;
}

#right
{
	padding-left: 13px;
	padding-right: 20px;
	width: 548px;
}

#right h1, #right h2, #right h3, #right h4, #right h5, #right h6
{
	padding-top: 0;
	margin-top: 0;
	color: #d40d0d;
	font-size-adjust: 0.8;
}

#footer
{
	background: transparent url('./images/page_terminator.gif') left top repeat-x;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	color: white;
}

#footer a
{
	color: #7fb7e4;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#tri_flash
{
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

#top
{
	width: 527px;
	margin: 0 auto;
}
