html,body {
  margin:0;
  padding:0;
  background:#fff;
  font:0.9em Arial, Verdana, Sans-Serif;
}

a {
  color:#636466;
  text-decoration: none;
}
a:hover {
  color: #000;
}
span.h {
  display:none; 
}

h1 {
  color: #3D4BAE;
  
}

label {
  cursor:pointer;
}

img {
  border: 0;
}

/***********************************/
/************** Header *************/
/***********************************/

#header {
  width:100%;
  background:#283CD0;
  border-bottom:5px solid #919BEA;
}

#header .sub {
  width:960px;
  margin:0 auto;
  height:100px;
  position:relative;
}
  
#header h1 {
  margin:0;
  padding:0;
  height:100px;
  width:500px;
/*background:url(/images/logo.png) top left no-repeat;*/
  position:absolute;
  top:15px;
  left:50px;
  color: #D8DFEA;
  font-size: 30pt;
}

#header h1 a {
  display:block;
  height:60px;
  width:400px;
}

#header h1 a span {
  display:none;
}

#topLinks {
  width:230px;
  height:20px;
  overflow:hidden;
  position:absolute;
  right:5px;
  padding:10px;
}

#topLinks a{
  color: #ff0;
}

/***********************************/
/************ Main Menu ************/
/***********************************/

#main_menu {
  position:absolute;
  bottom:0;
  right:80px;
  margin:0;
  padding:0;
  line-height:2.8em;
}

#main_menu li {
  float:left;
  margin:.3em 0 0 5px;
  background:#808284;
  list-style:none;
  line-height:2.5em;
  position: relative;
}

#main_menu li.active {
  background:#919BEA;
  border:1px solid #808284;
  border-bottom:none;
  line-height:2.8em;
  height:2.8em;
  margin-top:0;
}

#main_menu li.active a {
  border:0;
  display:block;
  color:#000;
}

#main_menu li a {
  display:block;
  cursor:pointer;
  padding:0 10px;
  line-height:2.5em;
  text-decoration:none;
  color:#fff;
  border-bottom:1px solid #808284;
}

#main_menu li a:hover {
  background:#636466;
}

#main_menu li.active a:hover {
  background:#919BEA;
}

/***********************************/
/************ Columns **************/
/***********************************/

#column {
  width:1000px;
  margin:0 auto;
  position:relative;
}

#columns {
  margin-top:20px;
}

#columns .column {
  float:left;
}

/***********************************/
/************ Content **************/
/***********************************/
.content {margin-left: 10px;margin-right: 10px;}
.content .padding {
  padding:15px;
}

.content h3 {
  font-family:Georgia;
  color:#fa4444;
  font-size:250%;
  font-weight:100;
  letter-spacing:-0.03em;
  margin:1em 0 .5em 0;

}

.content p {
  font-size:100%;
  color:#585858;
}

.content h4 {
  color:#595959;
  font-weight:100;
  font-size:160%;
  margin:0 0 10px 0;
}

/***********************************/
/************* Forms ***************/
/***********************************/
.content form {

}

.content .form-item,
.content .form-buttons {
  border-bottom:1px solid #dbeffa;
  padding:10px;
  background:#eff9ff;
}

.content .form-buttons {
  padding-left:210px;
}

.content .form-item label {
  float:left;
  width:200px;
  color:#646b72;
}

.content .form-item input, .form-item textarea {
  border:1px solid #a7c5da;
  background:#f0f7fc;
  padding:4px;
  color:#7c7c7c;
  width:400px;
}

.content .form-item p.error {
  margin:0 0 0 200px;
  padding:4px 0;
  color:#a71d1d;
  font-weight:bold;
}

/***********************************/
/************* Table ***************/
/***********************************/

#footer {
/*  border-top:5px solid #e9e9e9;*/
  margin-top:10px;
  clear:both;
  padding:5px 0 0 0;
}

#footer p.credit {
  float:right;
  text-align:right;
  width:300px;
  margin:0;
  color:#9a9a9a;
  font-size:90%;
}

#footer p.credit a img  {
  vertical-align:middle;
  border: 0;
}

#footer p span,
#footer p a {
  text-decoration:none;
}

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .cf {
	display: inline; 
	width: 100%;
}

* html .cf {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
.displayTable {width: 90%;  border-collapse: collapse;}
.roweven {background-color: #dddddd;}
.rowodd {background-color: #eeeeee;}
.rowdisabled{background-color: #ffaaaa;}
.tabletop {background-color: #ccaaaa;}
.profile {clear: right;}
.admin_option{cursor:pointer;margin-bottom: 3px;margin-top: 0px;margin-left: 0px;margin-right: 0px;background-color:#ECECFF;color:#000000;width:240px;padding:1px;text-align: center;font-weight:bold;border:1px solid #000000;text-decoration: none; font-size: 12pt;}
td a{color:#3C3E45;}
.code {padding: 3px;font-size: 12pt;background: #95A0EE;margin-left: 30px; margin-right: 30px;border: solid #000 1pt;}
.tip{padding: 3px;font-size: 12pt;background: #EED695;margin-left: 30px;margin-right: 30px;border: solid #000 1pt;}
form {padding: 3px;font-size: 12pt;background: #9F98C9;margin-left: 30px;margin-right: 200px;border: solid #000 2pt;padding-top: 15px;}
.links{padding: 3px;font-size: 12pt;background: #A197EF;margin-left: 30px;margin-right: 30px;;border: solid #000 1pt;}
.links h2{margin-top: 0;}
.links a{color: #000000;}
.miniSiteImg{width:100px; height: 80px;; border: 1px solid #00D;}
