@charset "utf-8";
/* CSS Document */
@viewport {
	   width: 100%;
	      zoom: 1;
      }

* {
	padding: 0;
	margin: 0;
	FONT-FAMILY: Arial,Helvetica;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: none;
}

#pageContainer{
	position: relative;
	max-width: 1020px;
	min-width: 300px;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#header{
	height:45px;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:5px;
	background-color: #41629C;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-size: 15px;
	padding-right: 15px;
}

#logo {
	position: absolute;
	z-index:3;
	height: 80px;
	right: 0px;
}
#logoimg {
	height: 100%;
}
#headerText {
    top: 0px;
    padding-top: 5px;
	font-size:30px;
	font-weight:bold;
	text-align: center;
}

#titlebox{
    margin-top: 30px;
    margin-left: 5px;
    text-align: left;
	font-size:16px;
	font-weight:bold;
	z-index:2;
}

#content{
    clear: right;
    margin-left: 215px; 
    margin-left: 5px;
    margin-top: 15px;
	min-height: 350px;
    padding-right:5px;
    padding-left: 0px;
}
#endContent {
    clear: both;
    margin-bottom: 30px;
}

#footer{
    margin-top: 15px;
	border-top: 2px solid #6B8FB4;
    color: #6B8FB4;
	font-size: 8.5px;
	text-align: left;
    padding: 5px;
	background-color: #eeeeee
}
#search{
    text-align: right;
    padding-right: 60px;
    margin-top: 10px;
}

INPUT {
    color:#000000;
    font-size:11px;
    border: 1px solid #000000;
    padding-left: 3px;
    background-color: #eeeeee;
}

.heading1 {
    font-size: 15px;
    font-weight: bold;
    color: #6B8FB4;
}

A {COLOR: #000000;FONT-SIZE: 10pt; TEXT-DECORATION: none}
A:link {COLOR: #6B8FB4; FONT-SIZE: 10pt; TEXT-DECORATION: none;}
A:visited {COLOR: #6B8FB4;FONT-SIZE: 10pt; TEXT-DECORATION: none;}
A:hover {COLOR: #FF0000; FONT-SIZE: 10pt; TEXT-DECORATION: underline; }

TD {
    text-align: left;
}
