.italics {  font-style: italic; }
.bold { font-weight: bold; }
.boldItalics { font-weight: bold; font-style: italic; }
.blueTitle { font-size: 15px; font-family: Verdana; font-weight: bold; color: #0a3765; }
.blueHeader { font-size: 16px; font-weight: bold; font-style: italic; color: #0a3765; }
.yellowHeader { font-size: 16px; font-weight: bold; font-style: italic; color: #00F; }
.courseSchool { font-size: 16px; font-weight: bold; color: #FFFFFF; vertical-align: middle; text-align: center; }
.courseSubject {font-size: 16px;  font-weight: bold; color: #003366; }

/*********Utility Classes*************/

a {
	text-decoration : none;
}
.center {
	text-align: center;
}



.fright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.fleft {
	float:left;
}


/***********Image classes***************/
img {
	border: 0px dashed #ff0000;
	vertical-align: bottom;
}

img.fleft {
	margin: 10px 10px 10px 0px;
}

/***************General body styles********/
body {
	padding: 0px;
	margin : 0px;
	background-color : #127BC0;
}

div.body {
	margin-left : auto;
	margin-right : auto;
	width : 765px;
	margin-bottom : 0px;
	font-family: Arial;
	font-size : 10pt;
	border: 0px solid #000000;
}

div.maincontent {
     background-color : #80C5ED; 
     width : 563px;
     margin : 0px 0px 0px 0px;
     border: 0px solid #005191;
     padding : 8px;
     font-family : Verdana, Arial;
     font-size : 10pt;
}

td.edge {
	background-color : #127BC0;
	width : 5px;
}

td.shadowleft {
    background-image : url(images/shadowleft.jpg);
    background-repeat : repeat repeat-x;
    width : 5px;
}

td.shadowright {
    background-image : url(images/shadowright.jpg);
    background-repeat : repeat repeat-x;
    width : 10px;
}

td.bottom {
    background-color : #94AA87;
}

table {
	border : 0px dotted #ff0000;
}

td {
	border : 0px dashed #ff0000;
	vertical-align: top;
}


/***************Sidebar styles********/
div.sidebar {
    width : 168px;
    text-align: center;
    float : right; 
    padding : 8px 0px 0px 0px;
    height: 100%;
}

img.sidebar {
    margin-bottom : 20px;
}

/***************Menu styles********/
.menuBackground {
	background-image: url(images/nav-bar-slice.gif);
	background-repeat: repeat-x;
}

table.expandMenuItem {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 12px;
}

table.expandMenuItem a {
	width: 100%;
	display: block;
}

table.formatTopMenuItem {
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px 4px 5px;
	background-image: url(images/nav-bar-slice.gif);
	background-repeat: repeat-x;
}

table.menuItemNoImage {
	background-image: none;
	background-color: #FECC68;
	color: #036342;
}

table.formatTopMenuItem a {
	width: 100%;
	display: block;
}

/***************Slideshow styles********/
p.slideshow {
	margin:0px;
	text-align: center;
	border-bottom: 2px solid #005191;
}