body {
	background-image: url(images/site/background.png);
	background-color: #003466;
	background-repeat: repeat-x;
	margin: 25px;
}

input, textarea, select, option {
	font-size: 11px;
	font-family: Arial;
	color: black;
}

.body_navigation {
	background-color: #FFFFFF;
	border-left: solid black 1px;
	width: 160px;
}

.body_content {
	background-color: #FFFFFF;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

.body_campus-tabs {
	background-image: url(images/site/header_lower.jpg);

}

#body_footer {
	background-color: #acc2cd;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	height: 25px;
	
	font-size: 8px;
	font-family: Verdana;
	color: black;
	font-weight: bold;
}

#body_footer a:link, #body_footer a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#body_footer a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

#nav-block {
	padding-left: 10px;
	
	font-size: 11px;
	font-family: Arial;
	color: black;
}

#nav-block a:link, #nav-block a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#nav-block a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}


#content-block {
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 12px;
	font-family: Arial;
	color: black;
}

#content-block p, #content-block a, #content-block div, #content-block td {
	font-size: 12px;
	font-family: Arial;
	color: black;
}

#content-block a:link, #content-block a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

#content-block a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}


.big, #content-block .big {
	font-size: 14px;
	font-family: Arial;
	color: #000000;
}

.normal, #content-block .normal {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}

.small, #content-block .small {
	font-size: 10px;
	font-family: Arial;
	color: #000000;
}

.pg_heading, #content-block .pg_heading {
	font-size: 14px;
	font-family: Arial;
	color: #002a5b;
	font-weight: bold;
}

.pg_heading_gap, #content-block .pg_heading_gap {
	line-height: 5px;
}

.img {
	border: 1px solid #0d3d6e;
}

.media_library_table {
	border-bottom: 1px dotted gray;
}

.indent {
	padding-left: 10px;
}