/****************************************************/
/*				   Main Containers					*/
/****************************************************/
#page-container {
	width: 800px; 
	margin: 0px auto; 
	padding: 0px; 
	background-color: #FFFFFF;
}
.header
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:auto;
	clear:both;
}
#Content 
{
	width:760px;
	clear:both;
	font: 0.9em/1.3em;
	padding: 30px 20px 20px 20px;
}
#sideLt {
	float:left;
	width:510px;
}
#sideLt .box {
	width:390px;
	height:60px;
	background:url(../images/ICO_rocket.jpg) left no-repeat #034091;
	padding:17px 10px 17px 110px;
	color:#FFFFFF;
	border:0px;
}
#sideLt .box H1 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:7px;
}
#sideLt .box P {
	color:#FFFFFF;
	line-height:18px;
}
#sideRt {
	float:right;
	width:225px;
}
.box{
	width:100%;
	display:block;
	border:solid 2px #e7e7e7;
	padding:4px;
}
.box .header {
	width:100%;
	background:#ca4444;
	padding:2px;
}
.box .header H2 {
	color:#FFFFFF;
	font-size:12px;
}
.box2{
	width:100%;
	display:block;
	border:solid 2px #ca4444;
	padding:4px;
}
.box2 H2 {
	color:#ca4444;
	font-size:12px;
	text-transform:uppercase;
}
.footer
{
	background:url(../images/BG_copyright.jpg) repeat-x; 
	text-align:center;
	border-top:solid 4px #000000; 
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 760px;
	height:84px;
	clear:both;
}


/****************************************************/
/*				  	  Menus							*/
/****************************************************/
/* Horizontal Navigation */
#horizontal {
	width: 800px;
	height:29px;
	margin: 0px auto;
	text-align:center;
    background: url(../images/NAV_bg.gif) repeat-x;
    color: #000000;
	border-top:solid 2px #858988;
	border-bottom:solid 2px #858988;
	clear:both;
	display:block;
}

#horizontal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#horizontal li {
	display: inline;
    background: url(../images/NAV_btn.gif) repeat-x;
	border:solid 1px #b5b5b4;
}
/* Vertical Navigation */
#vertical {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
    background-color: #CCCCCC;
    color: #3366FF;
    float: left;
}

#vertical ul {
      list-style: none;
      padding: 0;
}

#vertical li{
      border-bottom: 1px solid #dcdcdc;
}

/* Navigation Links */
.menu a:link, .menu a:visited {
	padding: 8px 15px;
	line-height:27px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

.menu a:hover 
{
	padding: 8px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #ca4444;
}

/* Breadcrumb Links */
.rootbreadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #3366FF;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

/* Admin Link */
.adminlink {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #3366FF;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	font-weight:bold;
}


/****************************************************/
/*				   Form Entry						*/
/*	These definitions are used for forms where		*/
/*	there is a tag followed by a control on a line.	*/ 
/*	Typically these consist of a top level div 		*/
/*	class="row" followed by a series of label/		*/
/*	control combinations.  This construct can often	*/ 
/*	replace the new for a table HTML construction.	*/
/****************************************************/

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right:5px;
  }

div.row span.control {
  float: left;
  width: 400px;
  text-align: left;
  }
div.row span.label1 {
  float: left;
  width: 100px;
  text-align: right;
  padding-right:5px;
  }

div.row span.control1 {
  float: left;
  width: 65px;
  text-align: left;
  }
div.row span.label2 {
  float: left;
  width: 50px;
  text-align: right;
  padding-right:5px;
  }

div.row span.control2 {
  float: left;
  width: 50px;
  text-align: left;
  }
div.row span.label3 {
  float: left;
  width: 50px;
  text-align: right;
  padding-right:5px;
  }

div.row span.control3 {
  float: left;
  width: 50px;
  text-align: left;
  }
  
div.row span.error {
  float: right;
  width: 200px;
  text-align: left;
  color: Red;
  font-weight: bold;
  }


/*----------------------------------*/
/* Section 10.5 - Background colors */
/*----------------------------------*/

/* Basic Colors */
.bg-white {
	background-color: rgb(255,255,255);
}

.bg-black {
	background-color: rgb(0,0,0);
}

/* Grey */
.bg-grey01 {
	background-color: rgb(242,242,242);
}

.bg-grey02 {
	background-color: rgb(230,230,230);
}

.bg-grey03 {
	background-color: rgb(217,217,217);
}

.bg-grey04 {
	background-color: rgb(204,204,204);
}

.bg-grey05 {
	background-color: rgb(191,191,191);
}

.bg-grey06 {
	background-color: rgb(178,178,178);
}

.bg-grey07 {
	background-color: rgb(153,153,153);
}

.bg-grey08 {
	background-color: rgb(127,127,127);
}

.bg-grey09 {
	background-color: rgb(89,89,89);
}

.bg-grey10 {
	background-color: rgb(51,51,51);
}

/* Yellow */
.bg-yellow01 {
	background-color: rgb(254,252,232);
}

.bg-yellow02 {
	background-color: rgb(253,249,201);
}

.bg-yellow03 {
	background-color: rgb(253,246,185);
}

.bg-yellow04 {
	background-color: rgb(252,243,162);
}

.bg-yellow05 {
	background-color: rgb(251,239,139);
}

.bg-yellow06 {
	background-color: rgb(250,236,116);
}

.bg-yellow07 {
	background-color: rgb(249,233,93);
}

.bg-yellow08 {
	background-color: rgb(249,230,69);
}

.bg-yellow09 {
	background-color: rgb(248,227,46);
}

.bg-yellow10 {
	background-color: rgb(247,224,23);
}

/* Blue */
.bg-blue01 {
	background-color: rgb(238,237,249);
}

.bg-blue02 {
	background-color: rgb(222,220,242);
}

.bg-blue03 {
	background-color: rgb(205,202,236);
}

.bg-blue04 {
	background-color: rgb(189,185,229);
}

.bg-blue05 {
	background-color: rgb(172,167,223);
}

.bg-blue06 {
	background-color: rgb(155,149,217);
}

.bg-blue07 {
	background-color: rgb(139,132,210);
}

.bg-blue08 {
	background-color: rgb(122,114,204);
}

.bg-blue09 {
	background-color: rgb(106,97,197);
}

.bg-blue10 {
	background-color: rgb(89,79,191);
}

/* Green */
.bg-green01 {
	background-color: rgb(237,246,229);
}

.bg-green02 {
	background-color: rgb(220,238,204);
}

.bg-green03 {
	background-color: rgb(202,229,178);
}

.bg-green04 {
	background-color: rgb(185,220,153);
}

.bg-green05 {
	background-color: rgb(167,211,127);
}

.bg-green06 {
	background-color: rgb(149,203,102);
}

.bg-green07 {
	background-color: rgb(132,194,76);
}

.bg-green08 {
	background-color: rgb(114,185,51);
}

.bg-green09 {
	background-color: rgb(97,177,25);
}

.bg-green10 {
	background-color: rgb(79,168,0);
}

/* Red */
.bg-red01 {
	background-color: rgb(252,235,233);
}

.bg-red02 {
	background-color: rgb(248,216,211);
}

.bg-red03 {
	background-color: rgb(245,196,188);
}

.bg-red04 {
	background-color: rgb(242,177,166);
}

.bg-red05 {
	background-color: rgb(238,157,144);
}

.bg-red06 {
	background-color: rgb(235,137,122);
}

.bg-red07 {
	background-color: rgb(232,118,100);
}

.bg-red08 {
	background-color: rgb(229,98,77);
}

.bg-red09 {
	background-color: rgb(225,79,55);
}

.bg-red10 {
	background-color: rgb(222,59,33);
}

