﻿* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Sans-Serif;
}
body {
	background:#000 url(images/columns_w_sides.jpg) repeat-y top center;
	color:#000;
	font-size:62.5%;
}
button 
{
    font-size:10pt;
    font-weight:bold;
    cursor:pointer;
}
a 
{
    color:#000;
    text-decoration:none;
    font-size:1.2em;
    outline:none;
}
a:hover 
{
    text-decoration:underline;
}
td 
{
    font-size:1.2em;
}
#header_image 
{
    height:185px;
    background:transparent url(images/header.jpg) no-repeat top center;
    overflow:hidden;
}
#welcome_message 
{
    color:#2d67b2;
    font-weight:bold;
    font-size:12pt;
}
#contents {
    width:740px;
    position:relative;
}
#left_column {
    float:left;
    width:200px;
    height:420px;
    margin-top:10px;
    padding-left:20px;
}
#right_column {
    margin-left:220px;
    width:480px;
    padding-right:20px;
}
#footer {
    height:32px;
    overflow:hidden;
    font-weight:bold;
    font-size: 8pt;
    text-align:center;
}
#footer a {
    color:#000;
	text-decoration:none;
}
#footer a:hover {
    color:#900;
	text-decoration:underline;
}
.box_wrapper {
    width:225px;
    height:200px;
}
.box {
	width:225px;
	height:200px;
	border:2px solid #999;
	font-size:10pt;
	overflow:hidden;
}
.box_contents 
{
    padding:20px;
}
.box_out {
	background-color:transparent;
}
.box_hover {
	background-color:#eee;
}
.box ul {
	list-style-type:none;
}
.box li a {
	display:block;
	color:#000;
	text-decoration:none;
	height:15px;
}
.box li a:hover {
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}
* html #right_column {
    width:497px;
}


/*MENU STYLES*/
#ctl00_nav ul, #ctl00_nav li {
	list-style-type:none;
	z-index:1000;
}
#ctl00_nav li {
	width:185px;
	height:30px;
}
#ctl00_nav li a 
{
	display:block;
	line-height:30px;
	width:185px;
	background-color:#cc9;
	background-image:url(images/menu_root3.jpg);
	background-position:0px 0px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:12pt;
	vertical-align:middle;
}
#ctl00_nav li a:hover {
	text-decoration:underline;
	color:#000;
	background-color:#996;
	background-position:0px 30px;
}
#ctl00_nav li.root_nav {
	position:relative;
	float:left;
}
#ctl00_nav li ul {
	display:none;
	position:absolute;
	top:30px;
	left:0px;
}
#ctl00_nav li ul a 
{
    padding-left:5px;
    width:180px;
	text-align:left;
	background:#996;
	background-image:url(images/menu_child4.jpg);
	background-position:0px 0px;
}
#ctl00_nav li ul a:hover {
	background-color:#cc9;
	background-position:0px 30px;
}
#ctl00_nav li:hover ul, #ctl00_nav li.over ul
{
    display:block;
}