@charset "UTF-8";
/* CSS Document */

/* GENERAL */
body {
	background-position: center top;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 13px;
}

p {
	margin-top: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 13px;
	text-decoration: none;
}

div {
	margin-top: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 13px;
	text-decoration: none;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: #002847;
}

a:hover {
	font-weight: bold;
	color: #6d7ba2;
	text-decoration:underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
}

.titlemediumblack {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.titlemedium {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.titlemedium2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.titlemedium2caps {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.titlemediumwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.titlemedium2white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.titlemedium2whitecaps {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	color: #15345A;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}

.bodyitalics {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.bodybolditalics {
	font-family: Arial, Helvetica, sans-serif;
	color: #15345A;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

.bodywhitebold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
}

.bodywhiteitalics {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.bodywhitebolditalics {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.eventclasstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.eventclasstextbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
}

.smallfont {
	margin-top: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c4978;
	font-size: 12px;
	text-decoration: none;
}



/* IMAGES */
.imagethumbnail {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #7f7f7f;
	float: right;
	margin-top: 0px;
}

.imagethumbnailnoborder {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
	float: right;
	margin-top: 0px;
}

.imageright {
	margin-bottom: 6px;
	margin-left: 10px;
	float: right;
}

.imageleft {
	margin-bottom: 6px;
	margin-right: 10px;
	float: left;
}


/* TABLE BACKGROUNDS AND BORDERS */
.tablebglightblue {
	background-color: #e9eff2;
}

.tablebgmediumblue {
	background-color: #4D68B3;
}

.tablebgmediumblue2 {
	background-color: #dce6ed;
}

.tablebgdarkblue {
	background-color: #0e3192;
}

.tablebglightyellow {
	background-color: #fffeed;
}

.tablebgmediumyellow {
	background-color: #fffbd2;
}

.tablebgdarkyellow {
	background-color: #F4D600;
}

.tablebglightgreen {
	background-color: #F5FFF4;
}

.tablebgmediumgreen {
	background-color: #d2ffd6;
}

.tablebgdarkgreen {
	background-color: #309D2A;
}

.tableborderyellow {
	border: 1px solid #F4D600;
}

.tablebordergreen {
	border: 1px solid #309D2A;
}

.tableborderblue {
	border: 1px solid #4D68B3;
}




/* STAFF */
.staff_red_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#DD2126;
}

.staff_red_bg {
	background-color: #FFCCCC;
}

.staff_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.staff_text a {
	color:#000000;
	text-decoration:none;
}

.staff_text a:hover {
	color:#4B4B4B;
	text-decoration:underline;
}



/* BREADCRUMBS */
.breadcrumbs {
	font-size: 13px;
	color: #26469d;
}

.breadcrumbsCurrent {
	font-weight: bold;	
}


/* FOOTER */
.ujagrant {
	color:#92b3cc;
	font-size:12px;
}
