﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('Assets/Opera-Background-Colored-Lights.jpg');
	background-repeat: inherit;
	color: #FFFFFF;
}
#masthead {
	min-width: 600px;
	background-color: #FFFFFF;
	font-family: "Cooper Black", serif;
	color: #FFFFFF;
	background-image: url('Assets/cu_footer_bg.gif');
}

#logo {
	float: left;
	width: 200px;
}

#header {
	margin-left: 200px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
}
#page_content {
	margin: 25px 25px 25px 225px;
	font-family: "Comic Sans MS";
	color: #000000;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	font-size: 8pt;
	font-family: "Century Gothic", "Trebuchet MS";
	text-align: center;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url('Assets/cu_footer_bg.gif');
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}

a:active {
	color: #000000;
}

.newStyle1 {
	font-size: xx-large;
	font-weight: bold;
	text-decoration: blink;
}

a:hover {
	color: #66FF33;
	font-weight: bold;
}

