body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #EF961C;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #2B72A1;
}
 
a {
	color: #2B72A1;
}

.clear {
	font-size: 1px;
	clear: both;
}

#logo {
	width: 100%;
	margin: 15px auto;
	text-align:center;
}

#container {
	width:970px;
	margin:10px auto;
	text-align: left;
}
#nav 
{
    width:100%;
	text-align:center;
}

#nav table{
	margin:0 auto;
}

#hotlinebox {
	width: 100%;
	height:50px;
	background-color:#2B72A1;
	background-image: url("../images/hotline.gif");
	background-repeat: no-repeat;
	background-position: 10px 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 0 315px;
	margin: 10px 0;

}

html>body div#hotlinebox {
	width:605px;
	height:40px;
}

#footer {
	width: 930px;
	height: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	margin-top: 25px;
}

#content {
	padding: 25px 20px 20px 20px;
	background-color: #FFFFFF;
	border: #2B72A1 solid 1px;
}

#hotline {
	background-color:#2B72A1;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#flashMovie {
	width: 930px;
	height: 200px;
	border: solid #2B72A1 1px;
	text-align:center;
	padding-top:90px;
}

html>body div#flashMovie {
	height:110px;
}

#columns {
	background-image: url("../images/bkgd_columns.gif");
	background-repeat: repeat-y;
	border:solid 1px white;
}

#leftCol, #middleCol, #rightCol 
{
    margin:10px 0;
}

#leftCol {
	float: left;
	width:245px;
	padding-right: 10px;
}
html>body div#leftCol 
{
   	width:235px;
}

#middleCol {
	float: left;
	width:460px;
	padding: 0 10px;
}

html>body div#middleCol 
{
   	width:450px;
}

#rightCol {
	padding-left: 10px;
}

.bluebold {
	color: #2B72A1;
	font-weight: bold;
}

hr {
    padding:0;
    border-top: 0;
    border-bottom: 1px solid #2B72A1;
    height: 1px;
}

.footerlink	{
	font-size: 11px;
	margin-right: 5px;
}
.footerlink2	{
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}
.txtEmail   {
  height: 25px;
  width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 4px;
}

.txtBox  {
  height: 25px;
  width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 4px;
}

.lblLogin {
	display:inline-block;
	padding-top:7px;
	}

.lblLoginError {
	color:Red;
	display:block;
	}

.txtLogin  {
  height:25px;
  width:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:4px;
	padding-left:4px;
}

.reqLogin {
	display:inline-block;
	padding-bottom:4px;
	}

.tblJoin    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tblContentReview {
	width:600px;
	text-align:center;
}

.trContentReview {
	text-align:left;
}

.tdContentReview2 {
	height:40px;
	vertical-align:bottom;
}

.directorImg  {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #2B72A1;
    margin-right: 5px;
    margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #993300;
}

.error {
	color:Red;
}

/* asterisk style for RequiredFieldValidator control */
.valReq {
	font-size:12pt;
	font-weight:bold;
	}
	
.btnLogout {
	display:block;
	font-size:10pt;
	margin-bottom:3px;
	}