/* CSS Document */

body {
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: url(images/background.gif);
	font-family: Tahoma;
	font-size: 11px;
	}
	
#uhheader {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	}
#container {
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#container_calendar {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#container_photos {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#left_column {
	width: 146px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	background: #FFFFFF;
	float: left;
	}
	
	#logo {
		background: url(images/logo.gif);
		height: 146px;
		border-bottom: 3px solid #FFFFFF;
		}
		
	#navigation {
		background-color: #4296cd;
		}
	
		#navigation ul {
			padding: 0px 0px 0px 0px;
			margin: 0px;
			}
		
		#navigation ul li {
			list-style-type: none;
			border-bottom: 1px solid #FFFFFF;
			}
			
		#navigation ul li a {
			padding: 5px 0 5px 5px;
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 11px;
			}
			
		#navigation ul li a:hover {
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			background-color: #990000;
			}
	
	#contact {
	background-color: #d9ecf5;
	border-top: 2px solid #FFFFFF;
	padding: 150px 0 10px 10px;
	color: #0066CC;
	font-size: 10px;
	}
	
	#specialevent {
	background-color: #d9ecf5;
	border-top: 2px solid #FFFFFF;
	padding: 10px 10px 10px 10px;
	color: #0066CC;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	}
	
	
#right_column {
	float: right;
	width: 536px;
	border: solid 1px #CCCCCC;
	padding: 10px 2px 2px 2px;
	background: #FFFFFF;
	position: relative;
	text-align: justify;
	}

#right_column_calendar {
	float: right;
	width: 636px;
	border: solid 1px #CCCCCC;
	padding: 10px 2px 2px 2px;
	background: #FFFFFF;
	position: relative;
	}
	
#right_column_photos {
	float: right;
	width: 686px;
	border: solid 1px #CCCCCC;
	padding: 10px 2px 2px 2px;
	background: #FFFFFF;
	position: relative;
	height: 1750px;
	}
	
	#content_header {
	background: url(images/content_header.gif);
	height: 62px;
	margin-bottom: 20px;
		}
		
		#site_title {
			font-size: 24px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			position: absolute;
			left: 8px;
			top: 13px;
			width: 366px;
			}
			
		#site_nav {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 139px;
	top: 35px;
	width: 366px;
	font-style: italic;
	color: #999999;
	text-decoration: underline;
			}

#info {
	padding: 0px 0px 10px 0px;
	margin: 0px 8px 20px 8px;
	border-bottom: 1px dashed #4296cd;
	}
	
	#info_links {
		padding: 0px 0px 10px 0px;
		margin: 0px 8px 20px 8px;
		border-bottom: 1px dashed #4296cd;
		}
	
		#info_links ul {
			padding: 0px 0px 0px 0px;
			margin: 0px;
			}
		
		#info_links li {
			list-style-type: none;
			border-top: 1px dashed #CCCCCC;
			background: url(images/bullet.gif) no-repeat 0 50%;
			padding: 5px 5px 10px 15px;
			}
		
#founder {
	padding: 0px;
	}
	
#founder_photo {
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

#founder_info {
	padding: 5px;
	text-align: left;
	}

#calendar {
	text-align: center;
	background: none;
	height: 800px;
	}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 25px;
	float: right;
	width: 100%;
	text-align: center;
	}
	

.link_contact:link, .link_contact:visited {font-family: Tahoma;	font-size: 10px;	color: #0066cc; text-decoration: none;}
.link_contact:hover {font-family: Tahoma;	font-size: 10px;	color: #0066cc; text-decoration: underline;}

.link_sitenav:link, .link_sitenav:visited { color: #999999;	text-decoration: none;}
.link_sitenav:hover { color: #999999; text-decoration: underline;}

.info {
	margin-left: 0.6in;
	margin-right: 0.3in;
	text-indent: -0.3in;
	text-align: justify;
	}
	
.info_links {
	text-align: justify;
	}
	
.info_const {
	margin-left: 50px;
	text-indent: -25px;
	text-align: justify;
	}
	
.info_title {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	}
	
.info_title_left {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
	
.info_title_right {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
	
.textfield {
	font-size: 11px;
	color: #000000;
	border: 1px solid #82BCF1;
	font-family: "Courier New", Courier, monospace;
