body {
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
	background-image:    url('images/CVPbg-1600x730.jpg');
	background-repeat:   no-repeat;
	background-color:    Black;
	background-position: top center;	/*-- Center the background so the page content centers between the images --*/
}

a:link, a:visited, a:active {
	color:           #0094FF;
	text-decoration: dotted;
}

a:hover {
	color:           #0072C4;
	text-decoration: dotted;
}

.stealth {								/*-- Hides from normal CSS enabled browsers --*/
	visibility: hidden;
	display:    none;
}

#mainContainer {
   width:  900px;						/*-- Banner images total 900px. Need a 3px border on either side --*/
   margin: 0 auto 0 auto;				/*-- Center the container in the visible area --*/
   border: 3px solid #0094FF;			/*-- Here's the 3px border --*/
}

#header img {
	display: inline;
	float:   left;
}

#infobox {
	background-image: url(images/Banner-Rightmost.png);
	float:            right;
	display:          inline;
	width:            160px;
	height:           170px;
}

#login-form {
	border:     0px solid White;
	color:      White;
	margin-top: 20px;
}

#login-form label {
	border:       0px solid Yellow;
	display:      block;
	float:        left;
	width:        55px;
	margin-right: 5px;
	margin-top:   3px;
	text-align:   right;
	font-size:    10px;
}

#login-form input {
	width:            65px;
	font-size:        10px;
	margin-bottom:    3px;
	background-color: LightGray;
}

#login-info {
	float: right;
	margin-right: 15px;
	margin-top: 15px;	
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}

#login-info input {
	margin-top: 5px;
	color: White;
	margin-bottom: 5px;
	background: #0094FF; 
	border: 3px outset #0094FF;
}

#content {
	color:            #666666;			/*-- Default text color --*/
	text-align:       justify;			/*-- Default text alignment --*/
	margin:           5px;
	background-color: White;
}

#compSched {
	float:      left;
	width:      200px;
	margin:     10px;
	text-align: center;
	font-size:  12px;
}

#compSched p {
	font-family: Arial Black;
	color:       black;
	font-size:   11px;
	text-align:  center;
	margin-top:  0px;
}

#compSched h3 {
	margin-top: 25px;
}

#contentBoxHome {
	margin-left:      230px;
	margin-right:     20px;
	padding-top:      5px;
	height:			  1%;				/*-- Bleech.  IE misbehaves again! --*/
}

#contentBoxOther {
	margin-left:      10px;
	margin-right:     10px;
	padding-top:      5px;
	height:			  1%;				/*-- Bleech.  IE misbehaves again! --*/
}

.clearcontent {
	clear:both
}

#footer {
	background-color: Black;
	padding-top:      5px;
	text-align:       center;
	color:            LightGray;
}
