/* CSS Document */

body {
	background: #FFFFFF;
  	margin-left: 0px;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
	background: url(../layout/emblem.jpg) no-repeat;
	background-attachment: scroll;
	background-position: 50% 250px;
	}

/* Page Layout */

.topNav { 
	background: url(../layout/top_nav.jpg) no-repeat; 
	}
	
.footer {
	background: url(../layout/footer1.jpg) no-repeat;
	}

.pageFooter {
	background: url(../layout/footer.jpg) no-repeat;
	}

.body {
	background: url(../layout/body_bg.jpg) no-repeat;
	}

.midLeft {
	background: url(../layout/mid_left.jpg) repeat-y;
	}
	
.midRight {
	background: url(../layout/mid_right.jpg) repeat-y;
	}
	
.emblem {
	background: url(../layout/emblem.jpg) no-repeat;
	}

/* Text Styles */

.whiteText {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	}

.normalText {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #7D4921;
	text-align: justify;
	}

.normalBold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #7D4921;
	text-align: justify;
	}
	
.normalBoldCentre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #7D4921;
	text-align: center;
	}
	
.menuText {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
.menuBold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	}
	
.menuBoldCentre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

.h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #9C7862;
	text-align: center;
	text-decoration: none;
	}

.h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #7D4921;
	text-align: left;
	text-decoration: underline;
	}
	
.h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
	}
	
.h4 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}

.italic1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #7D4921;
	text-align: center;
	}
	
.copyright {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #7D4921;
	text-align: center;
	}
	
/* Hyperlink Styles */

a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #7D4921;
}

/* HTML Tag Styles */

li {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #7D4921;
}

li.menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


/* Form Style */
input {
 background-color: transparent;
 color: #7D4921;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

select {
 background-color: transparent;
 color: #7D4921;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

textarea {
 background-color: transparent;
 color: #7D4921;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}


/* DIV Styles */
div {
	margin-left: auto;
	margin-right: auto;
}

/* Table Styles */
table.courseMenu
{
	background-color: #654364;
}