/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-color: #CCCCCC;
   text-align: center; 
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.leftnav {
	font-size: 130%;
	font-weight: bolder;
	line-height: 130%;
}
.hide {display: none;}
.unhide {display: block;}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 90%}
h5 {font-size: 80%}
ul li {font-size: 75%;}
ol li {font-size: 75%;}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}		
a {
	color: white;
	text-decoration: none;
	}

a:link {
	color: white;
	text-decoration: none;
	}

a:visited {
	color: white;
	text-decoration: none;
	}

a:active {
	color: white;
	text-decoration: none;
	}

a:hover {
	color: gray;
	text-decoration: none;
	}

.headline {
	font-size: 135%;
	line-height: 100%;
	font-weight: bold;
	color: white;
}
.bodycopy {
	font-size: 70%;
}
.username {
	font-size: 70%;
	font-weight: bold;
}
.blogdate {font-size: 90%; color: white;}

#container {
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	width: 806px;
	height: 100%;
}
#header {
	position: abosolute;
	top: 0px;
	width: 806px;
	padding: 0px 0px 0px 0px;
}


#leftbar {
	background-image: url(/dept/commarts/images/index-template_09.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 170px;
	padding: 0px 0px 0px 0px;
}
#leftbar-content {
	padding: 0px 15px 0px 20px;
	text-align: left;
}	

#centerbar {
	background-image: url(/dept/commarts/images/index-template_10.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 460px;
	}
#centerbar-content {
	padding: 0px 10px 0px 15px;
	text-align: left;
}	
	
#rightbar {
	background-image: url(/dept/commarts/images/index-template_11.gif);
	background-repeat: repeat-y;
   position: relative;
   width: 176px;   	
	}
#rightbar-content {
	padding: 0px 18px 0px 15px;
	text-align: left;
}	
#footer {
	position: relative;
	width: 806px;
	padding: 0px 0px 0px 0px;
}	
.mainsections {
	position: relative;
	margin: -31px 0px 0px 15px;
	color: white;
	font-size: 140%;
	font-weight: bolder;
	z-index: 100;
	text-align: left;
}
.sections {
	position: relative;
	margin: -25px 0px 0px 15px;
	color: white;
	font-size: 100%;
	font-weight: bolder;
	z-index: 100;
	text-align: left;
}
img {
	z-index: -100;
}

