﻿/*---------------------------------------------------------------
	TAGS
===================================*/
body {
	margin: 0px;
	padding: 0px;
	background: url("../page_bg.gif") repeat-y;
	}

#menuFont {
	font: 14px Arial,Helvetica,sans-serif;
	color: #070707;
	}
	
#imageHeader  {
	width: 770px;
	}

a {
	color: #4981C8;
	}
	
a:hover {
	color: #330099;	
	}
	
li {
	padding-bottom:10px;
	}
	
#pageHeader {
	display: block;
	width: 520px;
	font: bold 18px Times,Times New Roman,serif;
	color: #246fbd;
	border-bottom: solid 1px #3C76C1; 
	}	
	
#pageContent {
	display: block;
	width: 540px;
	font: 13px Arial,Helvetica,sans-serif;
	color: #FFF; 
	}		
	
/*---------------------------------------------------------------
	NAVIGATION & LINKS
================================================================*/

#globalLinks {
	font: 11px Arial,Helvetica,sans-serif;
	color: #FFF;
	margin: 5px;
	}
	
#globalLinks a {
	color: #FFF;
	}
	
#globalLinks a:hover {
	color: #330099;
	}

#menuFont {
	font: 14px arial;
	font-weight: bold;
	color: #FFF;
	}


#footer {
	font: 14px Arial,Helvetica,sans-serif;
	color: #4981C8;
	}
	
#copyRight {
	font: 12px Arial,Helvetica,sans-serif;
	color: #000000;
	}

#rightBorder {
	border-right: 1px solid #BDBABD;
	}

#topBorder {
	border-top: 1px solid #BDBABD;
	}
	
/* ----------------------------------------------
	left side navigation menu style
========================= */

#leftNav1 {
	display: block;
	width: 168px;
	height: 24px;
	#background: #EBB137;
	background: #0092CE;
	padding: 7px 20px;
	font: 10px Arial,Helvetica,sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: solid 1px #E8E8E8 ;
	}
	
#leftNav1 a {
	display: block;
	width: 168px;
	background:  #0092CE;
	color: #FFF;
	margin: -7px -20px;
	padding: 7px 20px;
	text-decoration: none;
	font: 12px Arial,Helvetica,sans-serif;

	}
	
#leftNav1 a:hover {
	#background: #EBB137;
	background: #77BBFF;
	color: #515151;
	}
	
/* old one */

 

.boxSet {
	width: 238px;	/* width of the image above the box */
	border-left: 1px solid #0092CE;
	border-top: 1px solid #5BA3E0;
	border-right: 1px solid #5ba3e0;
	border-bottom: 1px solid #5ba3e0;
	background-color:#FFFFFF;

	font-family:arial;	
	color:#0063a3;
	font-size:12px; 
	margin:0; 
	vertical-align:top; 
	padding-bottom:5px; 
	text-align:left;
	}

.boxHeader {
	font-family:arial;
	font-size:12px;	 
	font-weight: bold ;
	padding:1px; 
	text-align:left; 
	}

.boxlinks img {
	border:1px solid #dedede;
	}						
