﻿/*
p {
	margin:0px 0px 16px 0px;
}
*/
form {
	margin:0px;
	padding:0px;
}

.active {
	color:#FFFFFF;
}

.inactive {
	color:#FFFFFF;
}

#thirdnav {
	color:#FFFFFF;
}

p {
	margin-top:0px;
}

h1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	/*color:#23A7C0;*/
}

h2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	/*color:#23A7C0;*/
}

h3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	/*color:#3d3e40;*/
}

h4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	/*color:#23A7C0;*/
}

h5 {
	font-size:12px;
	margin:0px;
	padding:0px;
}

body {
	text-align: center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	background-color: #d1d9e3;
}

a {
	text-decoration: none;
	color:#8a8d91;
	font-weight:bold;
}

ul {
	padding-left:10px;
}

#navigation a {
	color:#3d3e40;
}

#navigation a:hover {
	color:#cccccc;
}

a:hover {
	color: #cccccc;
}

#searchbox {
	width: 110px;
	border:1px solid #77787b;
}

#searchbutton {
		border:1px solid #77787b; 
		background-color: #FFFFFF; 
		height:20px; 
		width:50px; 
		font-size:11px; 
		font-weight:bold;
	}

/*FCK formatting*/

.txtIngress {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 10px;
}

.txtSmaller {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
}

.txtGeneral {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}

.txtGeneral a {
	color:#3d3e40;
}

.txtLarger {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
}

.txtLargest {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
}

.headline {
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.txtBoldGrey {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:25px;
	color:#9b9da0;
	font-weight:bold;
}

.courseheader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808284;
	text-decoration: none;
}

.coursegreentitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
    color: #808284;
	font-weight: bold;
	text-decoration: none;
}

.courselink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808284;
	font-weight: normal;
	text-decoration: none;
	float:right;
	margin-bottom:10px;
	padding-right:40px;
}

.courselink:hover {
	color:#000000;
	text-decoration:underline;
}

/*Puffs - rounded corners*/
.r1{margin: 0 5px; height: 1px; padding:0px; overflow: hidden;  width:260px;}
.r2{margin: 0 3px; height: 1px; padding:0px; overflow: hidden;  width:264px;}
.r3{margin: 0 2px; height: 1px; padding:0px; overflow: hidden;  width:266px;}
.r4{margin: 0 1px; height: 1px; padding:0px; overflow: hidden;  width:268px;}

.r5{margin: 0 5px; height: 1px; padding:0px; overflow: hidden;  width:200px;}
.r6{margin: 0 3px; height: 1px; padding:0px; overflow: hidden;  width:204px;}
.r7{margin: 0 2px; height: 1px; padding:0px; overflow: hidden;  width:206px;}
.r8{margin: 0 1px; height: 1px; padding:0px; overflow: hidden;  width:208px;}

/* UTB Puffs */
.p1{margin: 0 5px; height: 1px; padding:0px; overflow: hidden;  width:270px;}
.p2{margin: 0 3px; height: 1px; padding:0px; overflow: hidden;  width:274px;}
.p3{margin: 0 2px; height: 1px; padding:0px; overflow: hidden;  width:276px;}
.p4{margin: 0 1px; height: 1px; padding:0px; overflow: hidden;  width:278px;}

/* NAVIGATION */
.nav-active {
	float:left;
	margin-right:25px;
	color:#cccccc;
}

.nav-inactive {
	float:left;
	margin-right:25px;
	color:#FF0000;
}

