/* CSS Document */


/********************************************************************************************/
/*general formatting                                                                        */
/********************************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 90%;
	font-size:12px;
	background-color:#000000;
	min-width:930px;
}

p {
	line-height: 125%;
	font-size: 12px;
}

td {
	padding:1em;
	}
	


a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

#logo {
position:absolute;
margin-top: 5px;
margin-left: 5px;
z-index:5;
}

#topbanner {
	background-image:url(images/bannerback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#menu {
	background-image:url(images/blueback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:58px;
	text-align:right;
}

#copytitle {
border-bottom: 4px solid #FFFFFF;
margin-top:25px;
}

.copytitle{
color:#FFFFFF;
font-size:20px;
font-weight:bold;
}

.session {
	font-size:14px;
	text-decoration:underline;
}
	
#copy {
	width: 500px;
	margin: auto;
}

.copy  {
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.imageborder{
border-right:#000000 solid 10px;
border-bottom:#000000 solid 5px;
}