.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: #f5821b;margin-top:10px;margin-bottom:0; }
.blueHeader { font-size: 16px; font-weight: bold; font-style: italic; color: #f5821b; }
.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;
}
a:hover {
	text-decoration: underline;
}
#footer a {
	text-decoration : none;
	color: #F5821B;
}
#footer a:hover {
	text-decoration: underline;
}
.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 : #B9E6FB;
   background-image: url('images/bodybg.jpg');
   background-repeat: no-repeat;
   background-position: top center;
}

div.body {
	margin-left : auto;
	margin-right : auto;
	width : 960px;
	margin-bottom : 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size : 10pt;
	border: 0px solid #000000;
}

div.maincontent {
     background-color : #fff; 
     width : 624px;
     border: 0px solid #005191;
     padding : 8px;
     font-family : Verdana, Arial;
     font-size : 10pt;
	 margin-bottom:20px;
}

div.maincontent p {
   padding-left: 10px;
   padding-right: 10px;
}

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 : 320px;
    text-align: center;
    float : right; 
    padding : 0;
    height: 100%;
}

img.sidebar {
    margin-bottom : 0px;
}

/***************Menu styles********/
.menuBackground {
	/* background-image: url(images/nav-bar-slice.gif); */
   background-image: url('images/newmenubg.jpg');
}

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;
}

#ctl00_MainMenu1_TheMainMenu {
background-image: url('images/newmenubg.jpg');
background-color: transparent;
}

.ctl00_MainMenu1_TheMainMenu_2 {
width: 960px;
}

.ctl00_MainMenu1_TheMainMenu_3 {
background-color: transparent;
}
.ctl00_MainMenu1_TheMainMenu_5 {
background-color:transparent;
}
.ctl00_MainMenu1_TheMainMenu_2 {
background-color: transparent;
}
.ctl00_MainMenu1_TheMainMenu_4 {
background-color:transparent;
}
