html
{
	background: #ddd
}
body
{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333;
    background: #ccc;
    height: 100%;
	margin: auto;
	width: 800px;
	border-style: solid;
	border-color: #0715ff;
	border-width: 1px;
	border-top-style:none;
	
}

.top-section
{
	height: 10px;
}
.header-section
{
	border-bottom-style: solid;
	border-bottom-color: #0715ff;
	border-bottom-width: 1px;
	background: #999999;
}

.small-text
{
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
}

.content-section
{
	margin-top: 0px;
}

.footer-section
{
	height: 40px;
	border-top-style:solid;
	border-top-color: #0715ff;
	border-top-width: 1px;
}

.header-text
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.logo
{
	float: right;
	margin-right: 10px;
}
.contact-info-title
{
	font-family: Verdana;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 6px;
}
.contact-info-title2
{
	font-family: Verdana;
	font-size: 15px;
	margin-top: 6px;
	padding-bottom: 6px;
}
.mainpage-link
{
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
}
.mainpage-link a:hover
{
	color:#0099cc
}
.small-title
{
	font-family: Verdana;
	font-size: 13px;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 6px;
}
.normal-text
{
	font-family: Verdana;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.menu-section
{
	background: #0033bb url(../images/bg_menu.gif) repeat-y;
	height: 26px;
	padding-left: 10px;
}
.menu-section a
{	
	font-size: 18px;
	font-family:Verdana;
	font-weight:bolder;
	vertical-align:middle;
	padding:0 15px 0 0px;
	color:#eee;
}
.menu-section a:hover
{
	color:#ccffff;
}
.normal-text a
{
		
}
.normal-text table tr td
{
	vertical-align:top;
}
.stabilizer
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Blue;
	height: 20px;
}
