﻿.TopHeader {
	width: 800px;
	height: 50px;
	background-color: #DDDDDD;
	border: 2px solid #01538B;
	background: url(images/TopBanner.bmp);
	text-align: right;
	padding-top: 14px;
	font-size: 20px;
	color: #FFFFFF;
}
.TopHeader a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.TopHeader a:hover{
	color: #FFFFAA;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.MainArea {
	position: relative;
	background-color: #E3EDF1;
	width: 800px;
	height: 600px;
	border: 2px solid #01538B;
	font-size: 14px;
	padding-top: 10px;
}

.MainArea h3{
	color: #000066;
	font-size: 26px;
	text-align: center;
}

.col1{
	border-right: 2px solid #888888;
	border-top: 2px solid #888888;
	width: 300px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

.col2{
	width: 460px;
	background-color: #E3EDF1;
	float: right;
	padding-right: 20px;
	text-align: left;
}

.col2 td{
	font-size: 14px;
}

.col2 a{
	font-size: 14px;
	color: #000055;
	text-decoration: underline;
}

.col1-1{
	border-bottom: 2px dotted #888888;
	width: 295px;
	float: left;
	text-align: justify;
	font-size: 14px;
	color: #000000;
}

.col1-1 td{
	font-size: 11px;
	text-align: left;
	color: #000000;
}

.col1-1 a{
	font-size: 12px;
	font-weight: bold;
	color: #000055;
	text-decoration: underline;
}


.FooterArea {
	text-align: center;
	font-size: 12px;
}

.FooterArea a{
	color: #000033;
	font-size: 12px;
	text-decoration: none;
}

.FooterArea a:hover{
	color: #000033;
	font-size: 12px;
	text-decoration: underline;
}

.c_info {
	padding-left: 20px;
	padding-top: 20px;
}

.c_info a{
	color: #000088;
	font-size: 16px;
	text-decoration: underline;
}

.c_infoheader {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 0px;
	text-decoration: underline;
}

.container {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 49%;
   border-right: 2px solid #888888;
   border-top: 2px solid #888888;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 49%;
   text-align: right; /* depends on element width */
   } 