* {
	padding: 0;
	margin: 0;
}

body {
	background: #b28e65 url('../images/college/background.jpg') repeat-x;
}

#co_nav {
	position: relative;
	height: 30px;
	width: 970px;
	background: #000000 url('../images/college/navBG.jpg') repeat-x;
	padding-top: 5px;
	/*margin-bottom: 5px;*/
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#co_nav ul {
	display: inline;
}

#co_nav li {
	display: inline;
	padding: 0 15px 0 15px;
}

#co_nav a {
	text-decoration: none;
}

.navLink {
	color: #CCCCCC;
}

.navLink:hover {
	color: #FFFFFF;
}

.co_home {
	color: #FFFFFF;
	
}

.co_home:hover {
	color: #434343;
}


/************************
*****CONTENT*************
************************/

#gb_men {
/*	margin-bottom: 40px;*/
}

.theHeader {
	margin-top: 40px;
}

#co_content {
	background: #FFFFFF;
	width: 970px;
	min-height:380px;
	height:auto !important;
	height:380px;
	/*margin-top: 5px;*/
	padding: 50px 0 0 0;
}

#co_body {
	background: #CCCCCC url('../images/college/leftImage.jpg') no-repeat left;
	/*background: #66ccff url('../images/men/leftImage.jpg') no-repeat left;*/
	width: 445px;
	height: 323px;
	padding: 0 150px 0 375px;
}

#co_body a {
	color: #a64204;
}

#co_body h2 {
	padding: 20px 0 0 0;
	font-family: Arial;
	font-weight: bold;
}

#co_body p {
	padding: 15px 0 0 0;
	line-height: 30px;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
}

#co_body ul {
}

#co_body li {
	padding: 15px 0 0 0;
	line-height: 20px;
	color: #333333;
	font-family: Arial;
	font-weight: bold;

}

#footer {
	width: 100%;
	background: #0B0B0B; /* url('../images/subPages/footerBorder.jpg') repeat-x top;*/
	margin: 25px 0 0 0;
}

#footerContent {
	width: 970px;
	height: 75px;
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	padding: 25px 0 0 0;
	text-align:center;

}

#footerContent a:link, #footerContent a:visited, #footerContent a:hover, #footerContent a:active {
	color: #FFFFFF;
}

#moreInfo a {
	color: #a64204;
}

#moreInfo h2 {
	padding: 20px 0 10px 50px;
	font-family: Arial;
	font-weight: bold;
}

#moreInfo h3 {
	margin: 0px 0 2px 50px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#moreInfo p {
	padding: 10px 0 10px 50px;
	line-height: 20px;
	color: #333333;
	font-family: Arial;
	width: 500px;
}

#moreInfo table {
	margin: 0px 0 20px 50px;
	color: #333333;
	font-family: Arial;
}

#moreInfo td {
	width: 250px;
}



.underline {
	text-decoration: underline;
}
