﻿*
{
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,verdana;
}

h2
{
	font-size:18px;
	background-image:url(/images/box.jpg);
	height:47px;
	line-height:47px;	
	vertical-align:middle;
	background-position:left;
	background-repeat:no-repeat;
	text-indent:65px;	
}

a {
	text-decoration : none;
	color: #0066CC;
	font-family: Tahoma,Helvetica,Verdana;
	font-size: 12px;
	font-weight: Bold;
}
a:hover  {
	color: #CC0000;
	text-decoration: Underline;
	font-family: Tahoma,Helvetica,Verdana;
	font-size: 12px;
	font-weight: Bold;
}

a:active  {
	color: #DDDDDD;
	text-decoration: Underline;
	font-family: Tahoma,Helvetica,Verdana;
	font-size: 12px;
	font-weight: Bold;
}

#history tr td
{
	padding-bottom: 20px;	
}

img
{
	border: none;
}
body
{
	background-image: url(/images/background.jpg);
	
}
#default
{
	height:530px;
}
.multiline
{
	height:50px;
	width:350px;
}
.lbl
{
	font-weight:bold;
	display:inline-block;
	min-width:100px;
	}
h1, h2, h3, h4
{
	padding: 10px 0 10px 0;
}

#navholder
{
	float: none;
	height:41px;
}
ul#navigation
{
	padding-left:2px;
	padding-top:5px;
	list-style: none;
	
}
ul#navigation li
{
	width: 133px;
	height: 41px;
	background-image: url(/images/menu_norm.jpg);
	text-align: center;
	float: left;
	margin-right: 5px;
}
ul#navigation li:hover
{
	/*background-image: url(/images/menu_hover.jpg); */
}
ul#navigation li a
{
	font-family: "Eras Bold ITC", Verdana;
	color: #FFF;
	text-decoration: none;
	height: 100%;
}


ul#navigation li a:hover, ul#navigation li.selected a
{
	text-decoration:underline;
	color:#FCF032;
}
.sp
{
	height:9px;
}
#header
{
	
	width: 100%;
	height:174px;
	
}
input[type="text"], textarea{
   border-color:#000;      
}
#left
{
	background-image: url(/images/header_01.jpg);
	height: 174px;
	width: 328px;
	float: left;
	cursor:pointer;
}
#right
{
	background-image: url(/images/header_02.jpg);
	height: 174px;
	width: 502px;
	float: left;
}
#main
{
	width:830px;
	text-align:left;
	
	background:#fff;
}
#content
{
	float:none;
	text-align:justify;
	font-size:smaller;
	margin: 15px 25px 15px 25px;
}
#content p{ padding: 10px 0 10px 0;}
#innercontent
{/*
	border: solid 3px #000;
	padding: 50px 50px;	
*/
}
#innercontent ul
{
	padding:15px;
}
.divider
{
	background-color:#9BBEE6;
}
#footer div
{
	font-family: "Eras Bold ITC", Verdana;	
	font-size: 10px;
	font-weight:bolder;	
}
#footer
{
	background-color:#fff;
	margin-top:20px;
	color: #666;
	width:830px;
}
#footer ul
{
 list-style:none;	
}
#footer ul li
{
	float: left;
	width: 130px;
	text-align:left;
	
}

