@charset "UTF-8";
/* CSS Document */

body {margin: 0;
	background: #5E2750;
	}
	
#container {width: 950px;
	margin: 0 auto;
	}	
	
#header {float: left;
	width: 100%;
	height: 292px;
	}	

.logo {background: url(../IMAGES/MISC/mainlogo.jpg) no-repeat;
	float: left;
	width: 340px;
	height: 292px;
	}	
	
p {font: 10pt Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #333;
	margin: 0 0 10px 0;
	}
	
a {	color: #5E2750;
	text-decoration: none;
	}
	
a:hover {color: #fff;}	
	
h1 {margin: 0 0 5px 0;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	color: #5E2750;
	}
	
.bold_copy {font-weight: bold;
	color: #5E2750;
	}	
	
.title {float: left;
	width: 100%;
	margin-bottom: 10px;
	}	
	
.access {display: none;}	

.slideshow img.first { display: block; }	

.ss_holder {float: left;
	width: 610px;
	height: 292px;
	margin: 0;
	overflow: hidden; /* use this to hide the other images in the set when the images have hrefs */
	}	
	

/* Nav styles */

#nav {float: left;
	width: 100%;
	background: #5E2750;
	padding: 6px 6px 6px 40px;
	}
	
#nav a {font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #A9E5F7;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	}
	
#nav a:hover {color: #fff;}



/* content styles */

#content {float: left;
	background: #A9E5F7 url(../IMAGES/MISC/corner_bg.gif) no-repeat;
	background-position: bottom right;
	width: 875px;
	padding: 40px 35px 125px 40px;
	}
	
.col1, .col2 {float: left;
	width: 277px;
	height: auto;
	margin-right: 20px;
	}	
	
.col3 {float: left;
	width: 277px;
	height: auto;
	}	
	
.colwide {float: left;
	width: 574px;
	height: auto;
	margin-right: 20px;
	}
	
.list {font: 10pt Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #5E2750;
	margin-top: 0;
	}	
	
.list li {margin-bottom: 5px;}		
	
/* button link styles */	

.but_link {float: left;
	background: url(../IMAGES/MISC/button_bg.jpg) no-repeat;
	width: 275px;
	height: auto;
	border: 1px dotted #5E2750;
	margin-bottom: 10px;
	}

.butlink_copy_title {float: left;
	width: 200px;
	font: 17pt Georgia, "Times New Roman", Times, serif;
	color: #5E2750;
	margin: 10px 0 0 10px;
	}
	
.butlink_copy {float: left;
	width: 240px;
	height: auto;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 10px 10px;
	}		
	
.butlink_copy a {float: left;
	color: #fff;
	text-decoration: none;
	}	
	
.butlink_copy a:hover {color: #5E2750;}	


.regmarks {float: left;
	font: 10px Helvetica, Arial, sans-serif;
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	}
	

/* table styles */

.session_tab {width: 100%;
	margin: 11px 0 0 0;
	font:  13px Helvetica, Arial, sans-serif;
	color: #5E2750;
	text-align: left;
	}

.session_tab th {background: #5E2750;
	width: 70%;
	padding: 7px;
	text-align: left;
	color: #A9E5F7;
	}

.session_tab td {background: #fff;
	padding: 7px;
	border-bottom: 1px solid #fff;
	}
	
	
				
/* footer styles */		

#footer { 
	height: 105px;
	width: 950px;
	margin:0 auto;
	clear: both;
	padding-top: 20px;
	}	
	
#footer_box {float: left;
	width: 950px;
	height: auto;
	}
		
.reg {float: left;
	font: 12px Helvetica, Arial, sans-serif;
	color: #ccc;
	line-height: 120%;
	margin-top: 11px;
	clear: left;
	}
	
.reg a {color: #A9E5F7;
	font-weight: bold;
	text-decoration: none;
	}
	 	
.reg a:hover {color: #ccc;
	}		
	
.wd_link {float: right;
	font: 12px Helvetica, Arial, sans-serif;
	color: #ccc;
	line-height: 120%;
	margin-top: 11px;
	text-align: right;
	clear: right;
	width: 200px;
	}	
	
.wd_link a {color: #A9E5F7;
	font-weight: bold;
	text-decoration: none;
	}
	 	
.wd_link a:hover {color: #ccc;
	}	

.st_footer_logo {float: left;
	width: 145px;
	height: 45px;
	 }	

	
	
