@charset "iso-8859-1";

BODY
{
	background-color: #EFEFEF;
	background-image: url(./background.gif);
	background-position: 0px 0px; 
	margin: 0px;
	font-family: Verdana;
	font-size: 13px;
}

A 
{
	color: #660000; 
	text-decoration: none; 
}

IMG
{
	border-color: #A0A0A0;
}
A:link
{
	color: #660000; 
	text-decoration: none; 
}

A:visited 
{
	color: #660000; 
	text-decoration: none; 
}

A:hover
{
	color: #660000;
	text-decoration: underline;
}


TD
{
	font-family: Verdana;
	font-size: 12px;
}

INPUT
{
	font-family: Verdana;
	font-size: 11px;
	border: #C0C0C0 1px solid;
}

.submit
{
	padding: 0px;
	color: #555555;
	background-color: #D5D5D5;
}

TEXTAREA
{
	font-family: Verdana;
	font-size: 11px;
	border: #C0C0C0 1px solid;
}

.main
{
	width: 770px;
	height: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.main_menu
{
	height: 100%;
	width:180px;
}

.main_top
{
	padding: 0px;
	background-color: #771111;
	border-bottom: #000000 solid 1px;
	height: 100px;
	width: 770px;
}

.main_bottom
{
	font-weight: bold;
	padding: 2px;
	padding-right: 5px;
	background-color: #D0D0D0;
	color: #FFFFFF;
	background-image: url(./menu/title-bg.gif);
	border-top: #000000 1px solid;
	text-align: right;
}

.main_content
{
	padding: 10px;
	border: 0px;
}

.menu
{
	width: 180px;
	border-right: 2px #E0E0E0 solid;
	border-top: 2px #E0E0E0 solid;
	border-bottom: 2px #E0E0E0 solid;
	background-color: #EFEFEF;
}

.menu_title
{
	font-weight: bold;
	padding: 2px;
	padding-left: 7px;
	background-color: #771111;
	color: #FFFFFF;
}

.menu_font
{
	color: #555555;
}

.menu_item
{
	border-top: 1px dotted #CCCCCC;
	padding: 2px;
	padding-left: 8px;
	padding-right: 5px;
	background-color: #EFEFEF;
	color: #555555;
}

.menu_top
{
	background-image: url(./menu/top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.menu_bottom
{
	background-image: url(./menu/bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.content_title
{
	padding-top: 30px;
	padding-left: 15px;
}

