
/*********************/
/* -- PAGE WIDE -- */
/*********************/

body {  
  	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
  	color: #303B6E; /* text color */
  	background-image: url('../images/back.jpg');
  	margin: 10px;}

#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #303B6E;
	background-color: white;
	padding: 10px; }
	  
a {
  	color: #303B6E;}

a:hover {
  	text-decoration:none;}

ul {
  /*	list-style-image: url(../images/bullet.jpg); */ 
  	list-style: none;}

img {
	border:none;}
	
/* used to preload images */
.hiddenPic {display:none;}
  
/*********************/  
/* -- IMAGE STYLES -- */
/*********************/

.imgRight, .imgLeft {
  	margin: 5px 10px 15px 15px;
  	border: 1px solid #303B6E;}

.imgRight {
  	float: right;}

/* clear = "both" must be set on #mainContent h1, #mainContent h2, .footer class */
.imgLeft {
  	float: left;}

/*********************/
/* -- HEADER -- */
/*********************/

#headerBox {
  	height: 145px;
	border: 1px solid #303B6E;
	background-image: url(../images/header1.jpg);
	font-family: verdana, arial, tahoma, sans-serif;
	font-weight: bold;
	color: white;}

#companyName {
	padding-top: 80px;
	padding-left: 20px;}
	
.title {
  	font-size: 20px;
}
	
.title a {
  	text-decoration: none;
	color: white;}

.subTitle {
  	font-size: 12px;
  	line-height: 25px;}

/*********************/  
/* -- MENU -- */
/*********************/

#menuBox {
  	float: left;
  	width: 160px;
  	margin: 20px 20px 0 0;
  	border-right: 1px solid #303B6E;  
  	text-align: left;}

.menuGroup {
  	/*padding: 5px 0 5px 0;*/
  	margin: 10px 0 10px 0;}

.menuGroup a {
  	display: block; 
	line-height: 20px; /* used to h-center the text */
	height: 2.px;
	color: #303B6E;
  	text-indent: 10px;
  	text-decoration: none;
	font-size: 12px;
  	margin-bottom: 5px;
  	display: block;}

.menuGroup a:hover {
  	background-color: #FAE4AA;} /* yellow */
	
a#current {
	background-color: #FAE4AA;}

/*********************/
/* -- CONTENT -- */
/*********************/

#mainContent {
  	margin: 20px 0 0 180px; /* 180 from the left page border */
  	border-left: 1px solid #303B6E;
	padding: 0;}

/*#mainContent br {
  	margin-top: 10px;}*/

#mainContent p {
  	padding: 0px 20px;
  	font-size: 11px;
	margin-top: 10px;}

.spacer {
  	height: 1px;
  	clear: both;}
	
.name {
	text-align: right;
	font-weight: bold;
	padding-bottom: 20px;}

table{
	padding-left: 10px;}
	
/*********************/
/* -- HEADERS and FOOTERS -- */
/*********************/

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: verdana, arial, tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #313C6F;
  /*background: #D4D8EF url(../images/theangle.jpg) no-repeat bottom right;*/
  background-image: url(../images/header-back.jpg); 
  background-repeat: repeat-x;
  border-top: 1px solid #303B6E;
  border-bottom: 1px solid #303B6E;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0px;}

#mainContent h1, .footer {
  	border-right: 1px solid #303B6E;
	height:20px;
	margin-bottom: 30px;} 

.menuFooter, .footer {
  	margin-bottom: 0px;
	height:20px;}

#menuBox h1, .menuFooter {
  	border-left: 1px solid #303B6E;
	height:20px;
}

#mainContent h2, #menuBox h2 {
  font-size: 11px;
  font-weight: bold;
  background-color: #FAE4AA; /* yellow */
  display: block;
  /*margin-top: 30px;
  margin-bottom: 20px;
  padding: 3px;*/}

#mainContent h2 {
  	margin-left: 10px;}

#mainContent h1, #mainContent h2, .footer {
  	clear: right;}  /* Set to both if you don't care about Internet Explorer */

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-right: 1px solid #5A799D;
  border-left: 0px;
  clear: both;}

.footer a:hover {
  background-color: #D6E1F1;}

.footer br {
  margin: -20px;}

/* this is very cool for the future use! 
This is how it's used in the HTML fine: <acronym title="Open Source Web Design">OSWD</acronym>
acronym {
  	cursor: help;}*/




