body {
    color:black;
    font-family:Arial;
    font-size:14px;
	margin:0px 0px; padding:0px;
	text-align:center;
}

.errorMsg {
    color:red;
    font-size:12px;
	font-style: italic;
}

#mainBody {
	width:100%;
	height:100%;
	background: url(../images/bg.gif);
	background-repeat: repeat;
	margin:0px auto;
	padding:0px;

}

#emailSupport {
	margin:0px auto;
	width:1076px;
	height:42px;
	padding:0px;
}


#emailSupport a {
	text-decoration:none;
	color:white;
}

#coverBox {
	margin:0px auto;
	width:1076px;
	padding:0px;
}

#coverPanel {
	background: url(../images/bg2.gif);
	background-repeat: repeat;
	padding:0px;
	margin:0px auto;
        height:519px;
}

#logo {
	float:left;
}

#register {
	float:right;
	color:white;
	margin-right:10px;
	margin-top:12px;
}

#register a {
	color:white;
	text-decoration:none;
}

#register a:hover {
   color:black;
   }
   
tr.even td { background: #AAAAAA; }
   
#login {
   border-top: 0px solid #ffffff;
   background: #fcfcfc;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
   background: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
   background: -moz-linear-gradient(top, #ffffff, #fcfcfc);
   background: -ms-linear-gradient(top, #ffffff, #fcfcfc);
   background: -o-linear-gradient(top, #ffffff, #fcfcfc);
   padding: 8px 30px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   
#send {
   border-top: 0px solid #404040 ;
   background: #404040;
   background: -webkit-gradient(linear, left top, left bottom, from(#404040 ), to(#404040));
   background: -webkit-linear-gradient(top, #404040 , #404040);
   background: -moz-linear-gradient(top, #404040 , #404040);
   background: -ms-linear-gradient(top, #404040 , #404040);
   background: -o-linear-gradient(top, #404040 , #404040);
   padding: 5px 19px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   
#sendDisable {
   border-top: 0px solid #FE2E2E ;
   background: #FE2E2E;
   background: -webkit-gradient(linear, left top, left bottom, from(#FE2E2E ), to(#FE2E2E));
   background: -webkit-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -moz-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -ms-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -o-linear-gradient(top, #FE2E2E , #FE2E2E);
   padding: 5px 19px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
#login:hover {
   border-top-color: #156fab;
   background: #0053a0;
   color: #fffcff;
   }
#login :active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
#content {
	background-color:white;
	padding:0px;
        margin:0px auto;
        
}

#contentPage {
	margin:0px auto;
	width:980px;
	padding:30px;
        height:auto;
        
}

#contentLeft {
	line-height: 1.8;
	text-align: left;
	width:615px;
	padding:30px;
	margin-top:10px;
	
}

#contentRight {
	width:290px;
	line-height: 2;
	margin-top:40px;
	text-align:center;
        float:right;
}

#contactUs {
	background-color:#F8F8F8;
	padding:30px;
	text-align:left;
}


#bubbles {
	background: url(../images/bubble.gif);
	background-repeat: none;
	height:208px;
	width:587px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:30px;
	padding:20px;
	line-height: 2;
	text-align: left;
	float:left;
}

#headerText {
	color:#0053a0;
	font-weight:bold;
	font-size:18px;
	margin-left:13px;
}

#coloredText {
	color:#0053a0;
	font-weight:bold;
}

#coloredTextBlack{
	color:black;
	font-weight:bold;
}

#footer{
	height:150px;
	color:white;

}

#register .separator {border-right:1px solid;}
#register ul {list-style: none;padding: 0px;margin: 0px;}
#register ul li {display: block;position: relative;float: left;}
#register li ul {display: none;}
#register ul li a {display: block;background: transparent;padding: 2px 10px 1px 10px;text-decoration: none;
           white-space: nowrap;color: #fff;}
#register ul li a:hover {background: transparent;}
#register li:hover ul {display: block; position: absolute;}
#register li:hover li {float: none;}
#register li:hover a {background: transparent;}
#register li:hover li a:hover {background: #0053a0;}
#register #drop-nav li ul li {border-top: 0px;background: #0053a0;padding: 5px 10px 5px 10px;margin-top:3px;display:block;position:absolute;}


#tableHome {
    border-collapse: collapse;
}
#tableHome td, table th {
    border: 1px solid black;
}

#tableHomeFixed {
    border-collapse: collapse;
}
#tableHomeFixed td, table th {
    border: 1px solid black;
}
