/* CSS Document - Lift Him Up

Colors
#FDE7FE - light rose
#4f004f - deep purple
#660022 - magenta
#3984A5 - light blue
#000066 - dark blue
#85754C - brown
#019242 - green
#eee78a - tan
#f5f5f5 - offwhite
#666666 - gray
#ff9900 - orange
#cc0000 - bright red
#880b00 - dark red
#ffff33 - yellow
#585858 - DENNIS ROBINSON's ORIGINAL GRAY BACKGROUND COLOR
*/

/* Keep image links from having a border */
a img { border: none; }

body {
	background-color: #585858;
	background-image: url('../img/grey_bg.gif');
	margin: 20 0 0 0;
}

.bodytable {
	width: 790px;
	background-color: #000042;
	border: 1px solid #ffffff;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}

a.navlight:link, a.navlight:visited{
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.navlight:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	
a.navdark:link, a.navdark:visited {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.navdark:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.pageheader {
	width: 790px;
	height: 85px;
	background-color: #000042;
	background-image : url('../img/header-3.jpg');
	border: 1px solid #ffffff;
}

.topmenu {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.maintable {
	width: 790px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

.leftcolumn {
	width: 143px;
	background-color: #5b5bff;
	border: 0px solid #ffffff;
}

.menubox {
	background-color:#0000c4;
	border-top: 1px solid #5b5bff;
	border-bottom: 0px solid #5b5bff;
	border-left: 2px solid #5b5bff;
	border-right: 2px solid #5b5bff;
	text-align: center;
}

.centercolumn {
/*	width: 512px;	*/
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

.regtext {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.rightcolumn {
	width: 138px;
	background-color: #5b5bff;
	border: 0px solid #ffffff;
}

.headertext1 {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.headertext2 {
	text-decoration: none;
	color: #5b5bff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.headertext3 {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.headertext4 {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

ul {
	margin-left: 0px;
	padding-left: 30px;
}

li {
	list-style-image: url('../img/bullet.gif');
	
}

.list {
	margin-left: 15px;
}

.footer {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}