/*Three-column box model*/

#left 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #6498D8; 
	margin: 0;
	padding: 0;
	border: 0;
	}
	

#main 	
	{
	background: #89ACD8; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	text-align: justify;
	color: #001340; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 750px;
	border: 1px solid #001535;
	padding: 0;
	}

#right 
	{
	position: absolute;
	top: 0;
	right: 0; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	background: #6498D8;  
	margin: 0;
	padding: 0;
	border: 0;
	}

/*Mainbody*/

body 	{
	background: #6498D8;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #001340;
	}

.directnav  
	{
	background: url(../images/locator.gif) 0 100% no-repeat;
	width: 90px;
	height: 18px; 
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle;
	border: 0;
	}

img
	{
	border: 0;
	}
	
strong
	{
	font-weight: bold;
	}

.subheading
	{
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	text-align: left; 
	color: #001340;
	margin: 0; 
	margin-left: 40px;
	}
	
p
	{
	background: #89ACD8;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	text-align: justify; 
	color: #001340; 
	margin: 0px 10px 5px 10px;
	padding: 5px;
	}

hr
	{
	background: #0060A4;
	color: #001340; 
	height: 1px;
	width: 75%;
	margin: 10px 0px 20px 0px;
	}
	

h1
	{
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	line-height: 20px;
	color: #001340;  
	text-align: center;
	}

h2
	{
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 20px;
	color: #001340;  
	text-decoration: underline;
	text-align: center;
	}

h3
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: bold;
	color: #001340;
	text-decoration: underline;
	margin-left: 40px;
	}

.bottom {
	background: #0462D6;
	border-top: 1px solid #00303F;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	color: #001340; 
	text-decoration: none;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	}

/*General layout info*/

table
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	}

th	
	{
	background: #0196EB;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #001340;
	border: 1px solid #ABAAAA;
	text-align: left;
	vertical-align: middle;
	}

td	
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #001340;
	border: 0;
	text-align: justify;
	}

.rowspan
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #001340;
	border: 0;
	padding: 0 0 0 20px;
	text-align: left;
	border-left: 1px solid #00303F;
	}

.stephenson
	{
	background: #E0393D;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	height: 75px;
	width: 100%;
	border: 0;
	text-align: left;
	padding-left: 20px;
	}

.border
	{
	border: 0;
	}


.imgright
	{
	padding: 2px 5px;
	float: right;
	}

.imgleft
	{
	padding: 2px 5px;
	float: left;
	}

.left
	{
	padding: 2px 5px;
	float: left;	
	}

.right
	{
	padding: 2px 5px;
	float: right;
	}

.image-position
	{	
	margin-right: 20px;
	padding: 2px 5px;
	float: right;
	}


.center
	{
	margin: 10px 0;
	text-align: center;
	}

.clear
	{
	clear: both;
	text-align: center;
	}

/*List style types*/

ul
	{
	list-style-type: square;
	margin: 0 20px 20px 20px;
	padding-left: 50px;
	}

.other
	{
	list-style-image: url(../images/blue.gif);
	}

.roman 
	{
	list-style-type: lower-roman;
	margin-top: -10px;
	padding: 0 50px;
	}

.lowercase 
	{
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-left: 25px;
	}

.decimal
	{
	list-style-type: decimal;
	padding-left: 50px;
	}


/*links*/

a.side:link     
	{
	text-decoration: underline;
	color: #001340; 
        } 

a.side:visited 
	{
	text-decoration: none;
	color: #79023D;  
        } 

a.side:hover   
	{
	background-color: #DFDF4E;
	text-decoration: underline;
	color: #001340;    
	}



