A:link {color: blue; text-decoration: none;} 
A:visited {color: blue; text-decoration: none;}
A:hover {color: red; text-decoration: underline;}
a:focus {color: blue;}
a:active {color: blue; text-decoration: none;}
	  
.menu {font-family: verdana, MS Sans Serif, helvetica; font-size: 8pt; color: #000088;}
.copy {font-family: arial, verdana, helvetica; font-size: 8pt; color: #3899ff;}
.head2 {font-family: times new roman, verdana, helvetica; font-size: 11pt; font-weight: bold; color: blue;}
.head3 {font-family: arial, verdana, helvetica; font-size: 12pt; font-weight: bold; color: black;}
.head4 {font-family: times new roman, verdana, helvetica; font-size: 12pt; font-weight: bold; color: red;}
.body1 {font-family: arial, verdana, helvetica; font-size: 9pt; color: #000000;}
.body2 {font-family: arial, verdana, helvetica; font-size: 9pt; font-weight: bold; color: #ffffff;}
.body4 {font-family: arial narrow, helvetica; font-size: 8pt; color: #000000;}

.table1 {
	font-family: arial; 
	font-size: 8pt; 
 	color: #000000; 
}

.table2 {
	font-family: arial; 
	font-size: 9pt; 
 	color: #000000; 
}

body {
	margin:0 auto;
	padding:0;
	background-color:#808080;
	font-family: arial;
	font-size: 9px;
	color:#000;
	scrollbar-3d-light-color: #808080;
	scrollbar-arrow-color: #ffffff;
     	scrollbar-base-color: #cccccc;
      	scrollbar-dark-shadow-color: #808080;
      	scrollbar-face-color: sliver;
       	scrollbar-highlight-color: sliver;
       	scrollbar-shadow-color: #808080;
}

p { margin-top: 1px; margin-bottom: 9px; }


#container{
	width:890px; /*Width of main container*/
	margin: 0 auto;
	border:1px solid black;
}

/**** PAGE HEADER - TITLE OF PAGE *****/
#page_header {
	width: 890px;
	overflow: hidden;
	background-color: #000;
	background-image: url('images/globe5.gif');
	background-repeat: no-repeat;
	background-position: 2px 1px;  

}

#page_header h1 {
	float: right;
	margin-top: 4px;
	margin-bottom: 29px;
	padding-left: 11px;
}

#page_header h2 {
	float:right;
	margin:0;
	padding:0 1px 0 0;
}

#page_header h3 {
	float: right;
	color: #b0b0b0;
	font-family: Monotype Corsiva, arial;
	font-size: 31px;
	font-weight: 400;
	margin: 2px 10px 30px;
	padding: 45px 2px 2px 12px;
}

/***** START OF NAVAGATION FOR TOP OF THE PAGE *****/
#navtop {
	margin-right: 0;
	float: right;
	width: 890px;
	height: 17px;
}

#navbar {
	width: 890px;
	float: right;
	background: red;
	border-top: #444 1px solid;
	border-bottom:1px solid black;
	font-family: arial, helvetica, sans serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar li a {
	background: transparent;
    	float: right;
	padding: 2px 27px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
} 

#navbar li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
/***** END OF NAVAGATION FOR TOP OF THE PAGE *****/

#navcol {
	width: 145px;
	text-align: left;
	background-color: #f0f0f0;
}

#navcol h1{
	width:145px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: center;
	padding: 3px;
	background-color:#506070;
	border-bottom:1px solid black;
}

#navcol li {
	margin-left: 6px;
	text-align: left;
	list-style-type: circle;
	line-height: 20px;
	font-family: tohoma, arial, sans-serif;
	font-size: 12px;
}
#navcol li a{
	text-align: left;
	color: #222222;
	line-height: 20px;
	font-family: tohoma, arial, sans-serif;
	font-size: 12px;
}
#navcol li a:hover {
	color: red;
  	text-decoration: underline;
	line-height: 20px;
	font-family: tohoma, arial, sans-serif;
	font-size: 12px;
}

#content {
	width: 744;
	margin: 0 auto;
	font-family: arial; 
	font-size: 10px;	
	color: #000000;
}

#content h2 {
	margin-top: 14px;
	margin-left: 0px;
	margin-bottom: 7px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 2px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}

#contentlist {
	font-family: arial narrow; 
	font-size: 8pt; 
 	color: #000000;
}

#footer{
	clear: left;
	width: 890;
	font-family: sans serif, arial, tahoma;
	font-size: 9px;
	background: red;
	color: #FFFF80;
	text-align: center;
	padding: 4px 0;
}