/* HTML Tags  */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #4B4B4B;
  background-color:#FFFFFF;
  background-image:url(../images/Top_Bg.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  margin:0 auto;
}

a, a:link {
  color:#016AAE;
  text-decoration:none;
}

a:visited {
  color:#016AAE;
}

a:hover {
  color:#63A110;
  text-decoration:none;
}

a:active {
  color:#016AAE;
  text-decoration:none;
}

h1 {
  margin: 0px;
  padding: 0px;
  color:  #0094F9;
  font-weight: normal;
}

h2 {
  margin: 0px;
  padding-bottom: 3px;
  color:  #0094F9;
}

h3 {
  margin-bottom:0;
  margin-top: 5px;
  padding-bottom: 10px;
  color:  #0094F9;
  font-size:  14px;
}

h4, h5 {
  margin: 0;
  color:  #016AAE;
}

h5 {
  font-size:  11px;
}

p {
  margin: 0px;
}

ul, ol {
  list-style-position:  outside;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

li {
  margin: 0px;
}

/* The Main Layout  */

#container {
  position: relative;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 30px;
  width: 822px;
}

#header {
  border-bottom:2px solid #000000;
  margin:0 auto;
  overflow:hidden;
  padding-bottom:8px;
  text-align:right;
  width:822px;
}

#header h1 img {
  float:left;
}

#Login {
  border-bottom:  1px solid #000000;
  padding-bottom: 13px;
  padding-top:  12px;
  width:  822px;
}

.loginTitle {
  color:  #0094F9;
  display:  inline;
  font-size:  22px;
  font-weight:  normal;
  margin-right: 2px;
  }

#signin_username{
	width: 170px;
}

#signin_password{
	width: 140px;
}

#signin_error{
  padding-top: 5px;
  font-weight: bold;
  color:#FF9400;
}

.LoginForm label{
	font-weight: bold;
	text-transform:uppercase;
	padding-left: 2px;
}

.forgotPassword {
  font-size:  10px;
}

#logged_in_as .name {
  font-weight: bold;
}

#settings {
  color: #636260;
  font-size:  70%;
  border-bottom:  1px solid #0194fb;
}

.logout {
  position: relative;
  float: right;
  right: 10px;
}

.logout a {
  color:  #0094f9;
  margin-left: 5px;
}

.logout a:hover{
	text-decoration: underline;	
}

#content {
  position: relative;
	clear:both;
	line-height:  18px;
	overflow: hidden;
	margin: 0px;
	text-align: left;
	width: 822px;
	padding-top:  15px;
	padding-bottom:  30px;
}

#pageContent {
  min-height: 300px;
  padding-left: 25px;
  width:  535px;
}

#footer {
	border-top:2px solid #000000;
	padding-top:17px;
	background-color:#e0f2fe;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 107px;
}

#footer li, #footer ul{
	list-style: none;
	padding:  0px;
	margin: 0px;
	line-height:  18px;
}

#footer ul{
	float:left;
	padding-left: 43px;
}

#footer a{
	color:  #0094f9;
}

#footer a:hover{
	text-decoration: underline;	
}

.FromCaption{
  clear:  both;
  float:right;
  padding-top:  17px;
  padding-right:  10px;
	font-size:  10px;
	color:  #666666;
}


