@charset "UTF-8";
/* CSS Document */

/********************************************************************************/
/* MAIN CONTENT 																*/
/********************************************************************************/

/* Titles of each page */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #005B9B;
}

/* Title for Registration box */
.pagetitle-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

/* The main body text on the page */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	color: #000000;
}

/* The main body text for Registration box */
.body-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	color: #FFFFFF;
}

/* Headings within the body text */
.bodyh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005B9B;
}

/* Headings within the body text */
.bodyh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

/* Sub-headings within the body text */
.bodysh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005B9B;
}

/* Blockquotes within the body text */
.blockquote {
	font-family: Times New Roman, Georgia, sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #005B9B;
	margin: 16px;
	background-color: #D0E3EF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* (T)erms & (C)ondition(S) -- used for fine-print */
.tcs {
	font-size: 11px;
	font-style: italic;
}

/* Back to top of page link */
.backtotop { 
	width:100px; 
	margin:0px; 
	margin-right:0px; 
	margin-bottom:10px; 
	background:url(../../img/minicons/arrow_up.gif) center left no-repeat;
}
.backtotop a {
	padding-left:15px; 
	padding-top:2px; 
	text-align:center; 
	font-size:.85em; 
}

/* Removes borders for all images */
img {
	border:none;
}

/* Hotlinks */
a {
	text-decoration: none;
	color: #005B9B;
}

/* Hotlinks -- hover state */
a:hover {
	text-decoration: underline;
	color: #005B9B;
}

.agendatables {
	margin-left: 0px;
	padding-right: 0px;
}

/********************************************************************************/
/* MENU ITEMS    																*/
/********************************************************************************/

/* Menu items */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #005B9B;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 32px;
}

/* Menu items -- hover states */
.menu:hover {
	color: #000000;
	text-decoration: none;
}

/********************************************************************************/
/* LEFT & RIGHT "WINGS" OF EVERY PAGE    										*/
/********************************************************************************/

.right_bg {
	background-image: url(old/images/menu_strip.gif);
	background-repeat: repeat-x;
}

.left_bg {
	background-image: url(old/images/spacer.gif);
	background-repeat: repeat-x;
}
