/* CSS Document */



#banner {
	height: 187px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#container {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width:750px;
}
#nav a {
	margin: 0px;
	padding: 0px;
	float:left;

}
#nav {
	height: 43px;
	width:750px;
	padding-right: 2px;
	padding-left: 2px;
}

#content {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
}
#text {
	float: right;
	width: 720px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #43473B;
	padding:12px;
	margin:0px;
	line-height: 20px;
}
#text ul {
	line-height: 30px;
}



#nav li {
	list-style-type: none;
	display: inline;
}
#nav ul {
	display: inline;
}

img {
	border: 0;
	padding:0;
	margin:0;
}
#text a {
	color: #43473B;
}

#text a:hover {
	color: #C43026;
	text-decoration: none;
}


#footer {
	clear: both;
	text-align: center;
}
body {
	background-image: url(images/black_red.jpg);
	background-repeat: repeat-x;
	background-color: #C43026;
}


.home {
	background-image:url(images/home_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:98px;
	display: block;
	}
.home:hover {
	background-image:url(images/home_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:98px;
	}
	
.profile {
	background-image:url(images/profile_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}
.profile:hover{
	background-image:url(images/profile_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}

.alternative {
	background-image:url(images/alter_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}
.alternative:hover{
	background-image:url(images/alter_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}


.cbt {
	background-image:url(images/cbt_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}
.cbt:hover{
	background-image:url(images/cbt_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:110px;
	}

.courses {
	background-image:url(images/courses_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:105px;
	}
.courses:hover{
	background-image:url(images/courses_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:105px;
	}
	
.costs {
	background-image:url(images/costs_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:111px;
	}
.costs:hover{
	background-image:url(images/costs_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:111px;
	}
	
.contact {
	background-image:url(images/contact_u.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:112px;
	}
.contact:hover{
	background-image:url(images/contact_d.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:112px;
	}
	
.links {
	background-image:url(images/links_u_v2.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:72px;
	}
.links:hover{
	background-image:url(images/links_d_v2.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:72px;
	}

span {
	display:none;
	}
#footer a {
	text-decoration: none;
	color: #43473B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #C43026;
	font-size: 16px;
}
h1 {
	font-size: 24px;
	color: #C43026;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C43026;
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
	color: #C43026;
	font-weight: bold;
}

#text img {
	margin: 5px;
}
.underline {
	text-decoration: underline;
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #999999;
}


