/* Style Sheet for Bloy House */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	background-color: #666;
	background-image: url(images/vertical-bar.jpg);
	background-position: 0px 100px;
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 100%;
	}
div, p {
	border-width: 0px;
	}
	
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid #fff;
	height: 0px;
	}

img {
	border-width: 0px;
	}

a {
	text-decoration: none;
	}	

.bold {
	font-weight: bold;
	}
		
#left-col-banner {
	float: left;
	}

#two-pix-image {
	position: relative;
	margin-top: 0px !important;
	margin-top: -2px;
	border: 0px solid #f00;
	}

#two-pix-image img,
#right-col-banner img {
	border-width: 0px;
	}
				
#right-col-banner {
	float: right;
	}
	
.content-left-col {
	clear: both;
	float: left;
	width: 455px;
	padding: 15px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #fff;
	}
	
.content-left-col p {
	margin-bottom: 1em;
	}

.home-col-length {
	height: 300px;
	}

.academics-col-length {
	height: 550px;
	}

.students-col-length {
	height: 950px;
	}

.campus-col-length {
	height: 350px;
	}
						
.calendar-col-length {
	height: 1200px;
	}
	
.title {
	font-size: 18px;
	font-weight: bold;
	color: #39f;
	}
	
.home-subhead {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	}

#nav-bottom {
	font-size: 10px;
	text-align: right;
	}
#nav-bottom a {
	color: #000;
	}
	
#nav-bottom a:hover {
	color: #39f;
	}

.nav-bottom-current {
	color: #39f;
	font-weight: bold;
	}

.mailto a {
	color: #000;
	}
	
.mailto a:hover {
	color: 	#39f;
	}
		
.content-right-col {
	position: relative;
	float: right;
	width: 260px;
	background-color: #f2f7f4;
	padding-bottom: 30px !important;
	padding-bottom: 30px;	
	border: 0px solid #fff;
	}

.home-right-col {
	padding-bottom: 27px;
	}
	
#nav-topbox,	
#nav-home, #nav-home-active,
#nav-academics, #nav-academics-active,
#nav-students, #nav-students-active,
#nav-campus, #nav-campus-active, 
#nav-calendar, #nav-calendar-active{
	height: 23px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 250px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 2em;
	}

#nav-topbox,
#nav-resources {
	background-color: #f2f7f4;
	}	
	
#nav-home-active,
#nav-academics-active,
#nav-students-active,
#nav-campus-active
#nav-calendar-active
 {
	background-color: #39f;
	color: #fff;
	}


#nav-home,
#nav-academics,
#nav-students,
#nav-campus 
#nav-calendar {
        background-color: #e9ecea;
        color: #000;
        h: expression(onmouseover=new Function("this.style.backgroundColor='#96D7F6'; this.style.cursor='hand';"),
        onmouseout=new Function("this.style.backgroundColor='#e9ecea'; this.style.color='#000';"));
    }

#nav-home:hover,	
#nav-academics:hover,
#nav-students:hover,
#nav-campus:hover 
#nav-calendar:hover {
    background-color: #96D7F6;

    }

#nav-resources {
	border-top: 1px solid #FFF;
	border-bottom: 0px solid #FFF;
	width: 250px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 11px;
	line-height: 1.5em;
	}
	
.download-link a {
	color: #39f;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	}

.download-link a:hover {
	color: #000;
	}

			