﻿body, html 
{
	background-color: #AFAFAF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
}

h1
{
	text-align: left;
	font-size: 18px;
}

p, ul
{
	text-align: left;
	font-size: 14px;
}

a:link, a:visited {color: #0000FF;}
a:hover {color: #6666FF;}

.wrapper
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.header
{
	width: 100%;
	height: 50px;
	background-image: url('images/h-bg-out.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.header_links
{
	height: 10px;
	border-left: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.header_links_over
{
	color: #003366;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

a.head:link, a.head:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
a.head:hover 
{
	color: #6699CC;
	text-decoration: underline;
}

a.head_console:link, a.head_console:visited
{
	font-size: small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
a.head_console:hover 
{
	font-size: small;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.content
{
	background-color: #FFFFFF;
	width: 100%;
}

.content_side
{
	width: 196px;
	padding: 0;
	margin: 0;
	background-image: url('images/s-bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	vertical-align: top;
}

.logo_area
{
	width: 188px;
	height: 558px;
	text-align: center;
	background-color: Transparent;
	overflow: scroll;
	overflow-x: hidden;
}

.content_main
{
	padding: 15px;
	font-weight: bold;
	vertical-align: top;
}

.footer
{
	width: 100%;
	height: 73px;
	background-image: url('images/f-bg.jpg');
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

a.footer:link, a.footer:visited
{
	color:#003366;
	text-decoration: none;
}
a.footer:hover {color:#336699;}