/* LEFT COLUMN MENU STYLES */

.menuLevelOne {
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-left: 1em;
	border-top: 1px solid #dddddd;
	width: 180px;
	padding: 2px; padding-left: 0px;
	}

.menuLevelOne a:link, .menuLevelOne a:active, .menuLevelOne a:visited {
	color: #003399;
	text-decoration: none;
	}

.menuLevelOne a:hover {
	color: #ff0000;
	text-decoration: none;
	}

.menuLevelTwo {
	font-family: Arial, sans-serif;
	font-size: x-small;
	margin-left: 1em;
	border-top: 1px solid #dddddd;
	width: 180px;
	padding: 2px; padding-left: 10px;
	}
	
.menuLevelTwo a:link, .menuLevelTwo a:active, .menuLevelTwo a:visited {
	color: #003399;
	text-decoration: none;
	}

.menuLevelTwo a:hover {
	color: #ff0000;
	text-decoration: none;
	}

/* hides menus on start up of page unless otherwise directed */
#menu1, #menu2, #menu3, #menu4, #menu5 {
	display: none
	}
	
/* position graphics on left of page */
.leftimage {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

/* position graphics on right of page */
.rightimage {
	float: right;
	margin-left: 15px;
	border: 0px none #000000;
	margin-bottom: 10px;
}
	
/* GLOBAL XIA STYLES */

.xia_white_wrapper {
	width: 755px; height:450px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	}

.xia_body_wrapper {
	/* margins for generic body text */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

.xia_banner_logo {
	background-image:url('../images/xia_logo.gif');
	background-repeat:no-repeat;
	width: 755px;
	height: 64px;
	}

.xia_banner_promo {
	background-image:url('../images/xia_banner_promo2.gif');
	background-repeat:no-repeat;
	width: 755px;
	height: 85px;
	}
	
.xia_banner_promo_index {
	background-image:url('../images/xia_banner_promo1.gif');
	background-repeat:no-repeat;
	width: 755px;
	height: 85px;
	}

.xia_copyright {
	background-color: #003366;
	background-image:url('../images/xia_copyright.gif');
	background-repeat:no-repeat;
	width: 755px;
	height: 16px;
	}
	
.xia_manager_name, .xia_manager_name a{
	font-size: x-small;
	font-weight: bold;
	color: #003399;
	}

.xia_manager_title {
	font-size: x-small;
	font-style: italic;
	color: #555555;
	margin-top: -1em;
	}

.xia_course_type {
	color: #666666;
	font-weight: bold;
	font-size: x-small;
	margin-top: -1em;
	margin-bottom: -1em;
	}
	
/* HTML STYLE OVERRIDES */

p 	{font-family: Arial, sans-serif;
	font-size: x-small;
	margin-right: 1em;
	}
	
h1 {font-family: Arial, sans-serif;
	color: #003399;
	font-size: small;
	font-weight: bold;
	}

h2 {font-family: Arial, sans-serif;
	color: #003399;
	font-size: x-small;
	font-weight: bold;
	margin-top: 1em;
	}

h3 {font-family: Arial, sans-serif;
	color: #666666;
	font-style: italic;
	font-size: x-small;
	margin-top: 1em;
	margin-bottom: -1em;
	}
	
ul {font-family: Arial, sans-serif;
	font-size: x-small;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: square;
	list-style-position: outside;
	}
