body
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;	
	line-height:1.2em;
}

#header_shell
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:140px;
	background-image:url(../images/bluefaderight.jpg);
}

#header_main
{
	position:absolute;
	top:15px;
	left:10px;
	width:97%;
}

#body_toc
{
	position:absolute;
	left:0px;
	top:119px;
	width:180px;
	padding:0px 0px 0px 20px;
}

#body_main
{
	position:absolute;	
	left:190px;
	top:140px;
	padding:25px 20px 35px 0px;
}

h1 
{
	font-size:18pt;	
	font-weight:bold;	
	color:Navy;
}

strong
{
	font-weight:bold;
	color:#004444;
}

h2 
{
	font-size:16pt;
	color:#004444;	
}
			
h3 {
	font-size:14pt;
	color:#004444;	
}

ul 
{
	line-height:1.2em;
}

li 
{
	line-height:1.2em;
}

.class_body 
{
	width:95%;
}

.class_portrait
{
	width:233px;
	height:264px;
	margin:10px 10px 10px 10px;
}

.class_picture
{
	margin:10px 10px 10px 10px;
}

.center_div_250_50
{
	float:left;
	width:250px;
	height:50px;	
}

.center_div_text_left
{
	float:left;
	margin-top:0.5em;
}

.center_div_picture_right
{
	float:right;
}

.clear_both 
{
	clear:both;
}

.mylinksclean a
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size:10pt;
	font-weight:bold;
}

.mylinksclean a:link
{
	color:#442288;
}

.mylinksclean a:visited
{
	color:#442288;
}

.mylinksclean a:hover
{
	color:#779977;	
}

.mylinks a
{
	text-decoration:none;
	font-family: Arial, Helvetica, Sans Serif;
	font-size:10pt;
	font-weight:bold;
	padding:0px 0px 0px 20px;
}

.mylinks a:link
{
	color:#442288;
	background-image:url(../images/button_red.gif);
	background-repeat:no-repeat;
}

.mylinks a:visited
{
	color:#442288;
	background-image:url(../images/button_yellow.gif);		
	background-repeat:no-repeat;			
}

.mylinks a:hover
{
	color:#779977;
	background-image:url(../images/button_green.gif);		
	background-repeat:no-repeat;		
}

