/* CSS Document */

body {
    margin:0px 0px 0px 0px;
    padding:0;
	background-color: #333333;
	text-align: center;
}

A:link {
	text-decoration: none;
	color: #941B1E;
}
A:visited {
	text-decoration: none;
	color: #941B1E;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}

.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666; 
 font-family:Verdana
}

.textb {
 font-size: 10px;
 border: 1px solid #666666; 
 font-family:Verdana
 height: 8pt;
}


#head {
	width: 800px;
	height: 600px;
	margin-top: 10px;
	background-color:#FFFFFF;
}

#head_home {
	width: 800px;
	height: 1100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#head_college {
	width: 800px;
	height: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}


#menu {
	height: 44px;
	width: 800px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:left;
}

#left {
	position: inherit;
	float: left;
	width: 205px;
	height: 500px;
	text-align:left;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;

}

#left_home {
	position: inherit;
	float: left;
	width: 205px;
	height: 800px;
	text-align:left;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#left_gallery {
	float: left;
	width: 180px;
	height: 500px;
	text-align:left;
	padding-left: 3px;
	padding-right: 5px;
	margin-top: 5px;
}

#body {
	position:inherit;
	float: left;
	width: 560px;
	height: 500px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 6px;
	background-image:    url("/siteimages/bkg_home.jpg")

}

#body_home {
	position:inherit;
	float: left;
	width: 560px;
	height: 1000px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 6px;

}

#body_auto {
	position:inherit;
	float: left;
	width: 560px;
	height: auto;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 6px;

}

#body_gallery {
	float: left;
	width: 600px;
	height: 500px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 5px;
	background-image:    url("/siteimages/bkg_home.jpg")

}

#body_gallery_nobkg {
	float: left;
	width: 600px;
	height: 500px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 5px;

}
	
	

	.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.main_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #437AA3;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

