html, body
{
	background-color:#99c299;
	margin:0px;
	padding:0px;
	font-family:Arial;
	height:100%;
}

table
{
	padding:0px;
	border-collapse:collapse;
}

table td
{
	padding:0px;
	border-collapse:collapse;
}

.main
{
	width:800px;
	height:100%;
}
.left_col
{
	background-image:url(images/menu_back.jpg);
	background-repeat:repeat-y;
}

.body
{
	width:650px;
	background-color:#ffffff;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	
	font-size:14px;
}

.body img 
{
	border:solid 1px #000000;
}

.right_col
{
	
	background-image:url(images/page_right.jpg);
	background-repeat:repeat-y;
}

.menu
{
	width:100px;
	padding-left:13px;
	margin-top:130px;
}


.menu td
{
	padding-bottom:50px;
}
.menu a
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.menu a:hover
{
	color:#ffffff;
}


.footer
{
	background-color:#886B6B;
	height:35px;
	width:100%;
}

.page_header
{
	font-size:24px;
	font-weight:bold;
}

hr
{
	border:solid 2px #886B6B;
	margin:0px;
}

.footer_link
{
	font-family:verdana;
	font-size:12px;
	text-align:center;
	width:100%;
}

.footer_link a
{
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}

.footer_link a:hover
{
	text-decoration:underline;
	color:#000000;
}

.attention
{
	color:red;
	font-weight:bold;
}

.box
{
	background-color:#99c299;
	padding:4px;
	border:solid 1px #000000;
}

.box_title
{
	background-color:#699769;
	color:#ffffff;
		padding:4px;
	border:solid 1px #000000;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.box a
{
	color:#000000;
	text-decoration:none;
}

.box a:hover
{
	color:#fbffd2;
}

.float
{
	text-align: center;
	display: inline;
	text-align: center;
}

.item
{
	padding: 10px;
	display: table-cell;
	display: inline-block;
	width: 150px;
	vertical-align: top;
}


