﻿html
{
	height: 100%;
} 

body
{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height: 100%;
}

h1
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	margin:10px;
}

img
{
	border:0px;
}

h2
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#000090;
	margin:10px;
}

h3
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:10px;
}

a:link
{
	color:#283ED2;
	text-decoration:none;
}

a:visited
{
	color:#283ED2;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

p
{
	margin:10px;
}

table.info
{
	border-style:solid;
	border-color:#860038;
	border-width:2px;
}

tr.infotop
{
	border-style:solid;
	border-color:#860038;
	border-width:2px;
	background-color:#860038;
	color:White;
}

tr.infohl
{
	background-color:Yellow;
}

.wrapper
{
	margin:10px;
}

.imgborder
{
	border-color:#d8c0a1;
	border-style:solid;
	border-width:2px;
}

.imgright
{
	border-color:#d8c0a1;
	border-style:solid;
	border-width:3px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

.container
{
	position:absolute;
	top:0px;
	left: 0px;
	background-color:#FFFFFF;
	width:100%;
	z-index:8;	
	min-width:955px;
}

.leftbar
{
	top:0px;
	left:0px;
	position:inherit;
	background-image:url(images/borderleft.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:10%;
	height: 100%;
}

.rightbar
{
	top:0px;
	right:0px;
	position:inherit;
	background-image:url(images/borderright.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:10%;
	height: 100%;
}

.midbar
{	
	background-color:#000000;
	margin-left:10%;
	margin-right:10%;
	width:auto;
}

.topbar
{
	background-color:#860038;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:100px;	
}

.bodytop
{
	border:0;
	position:relative;
	height:8px;
	top:8px;
}

.topmenu
{
	float:left;
	background-image:url(images/bodytop.gif);
	background-repeat:no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

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

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

.bodytop a:hover
{
	text-decoration:underline;
}

.borderbar
{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-color:#D8C0A1;
	height:12px;
}

.middle
{
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-color:#D8C0A1;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	min-height:400px;
}

.menu
{
	float:left;
}

.content
{
	margin-left:165px;
	padding:5px;
	margin-right:5px;
}

.contentsimple
{
	margin-left:5px;
	padding:5px;
	margin-right:5px;
}

.contentobject
{
	background-color:#FFFFFF;
	border:1px solid #000000;
}

.bottombar
{
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-color:#D8C0A1;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.bottombar p
{
	margin-top:0px;
	padding-top:10px;
}

.topleft
{
	margin-top:-1px; 
	margin-left:-1px;
	float:left;
}

.topright
{
	margin-top:-1px; 
	margin-right:-1px;	
	float:right;
}

.botleft
{
	margin-top:-6px; 
	margin-left:-1px;
	float:left;
}

.botright
{
	margin-top:-6px; 
	margin-right:-1px;
	float:right;
}

.floatright
{
	float:right;
}

.floatleft
{
	float:left;
}

.fineprint
{
	font-size:10px;
}