﻿#iecontainer {
	text-align: center;
	width: 100px;
}

#container {
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	width: 1050px;
}

#top {
	position: relative;
	height: 100px;
}
#header {
	float: left;
	width: 353px;
	text-align: left;
	left: 0px;
	top: 0px;
}

#login {
	float: right;
	clear: right;
	width: 400px;
	right: 0px;
	top: 0px;
	height: auto;
	font-size: 7pt;
	text-align: right
}

#copy {
	position: relative;
	top: 20px;
	width: 790px;
	text-align: left;
}

/* OTHER STYLES */
body, html {
	font-family:Verdana;
	font-size: 9pt;
	background-color:#3366CC;
	background-image: url(../../images/background.jpg);
}

p {
	font-family:Verdana;
	font-size: 9pt;
}

img {
	border: none;
}
	
.header{
	font-size:14pt;
	color: black;
}

.admin_header{
	font-size:14pt;
	color: red;
}

.detail_header {
	color: #3366CC
}

.details {
	padding-left: 10px
}

.table_header {
	background-color: #3366CC;
	color: #FFFFFF;
}

.sub_header{
	font-size:14pt;
	color: blue;
}

.terms_text{
	font-size:11pt;
	color: blue;
}

.terms_texti{
	font-size:11pt;
	font-style: italic;
	color: blue;
}

.terms_textb{
	font-size:11pt;
	font-weight: bold;
	color: blue;
}

.terms_textib{
	font-size:11pt;
	font-weight: bold;
	font-style: italic;
	color: blue;
}

.terms_header{
	font-size:14pt;
	font-weight:bold;
	color: red;
}

.copy_header {
	border-bottom: thin #3366CC solid;
}

/* BLUE TO RED */
.mybtn a, .mybtn a:visited{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color:#3366CC;
   border:1px solid black;
   text-decoration: none;
}

.mybtn a:hover{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color: red;
   border:1px solid black;
   text-decoration: none;
}

/* RED TO BLUE */
.mybtn_red a, .mybtn_red a:visited{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color:red;
   border:1px solid black;
   text-decoration: none;
}

.mybtn_red a:hover{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color: #3366CC;
   border:1px solid black;
   text-decoration: none;
}

/* GREEN TO BLUE */
.mybtn_green a, .mybtn_green a:visited{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color:green;
   border:1px solid black;
   text-decoration: none;
}

.mybtn_green a:hover{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color: #3366CC;
   border:1px solid black;
   text-decoration: none;
}

/* FORM STUFF */
input.btn{
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color:#3366CC;
   border:1px solid black;
}

.btn a:hover{
   padding: 2px;
   color:#FFFFFF;
   font-family: Verdana;
   font-size: 7pt;
   background-color: green;
   border:1px solid black;
   text-decoration: none;
}

/* ROUNDED CORNERS */
#content {
  background : #FFFFFF url('../images/tl.gif') no-repeat;
  width : 980px;
  height : auto;
  position : relative;
  text-align : left;
  padding : 30px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 11px;
  height : 11px;
  /* corner images are 40x40 */
  display : block;
}

/* change position and image: top-right */
.tr {
  background : url('../images/tr.gif') no-repeat;
  top : 0;
  right : 0
}

/* change position and image: bottom-left */
.bl {
	background : transparent url(../images/bl.gif) no-repeat;
	bottom : 0;
  	left : 0;
}
/* change position and image: bottom-right */
.br {  
	background : transparent url(../images/br.gif) no-repeat;
	right : 0;  
	bottom : 0;
}
