body { background-color: #3b358f;
		background-image:url(../images/mainback-gradient.jpg);
		background-position: bottom left;
		background-attachment: fixed;
		background-repeat:repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 130%;
		font-style:normal;
		color: #232323;
		}
		
#wrapperContent { width: 996px;
		position: relative; 
		top: 0px;
		left: 50%;
		margin-left: -498px;
		background-image:url(../images/content-bg.png);
		background-position: top center;
		background-repeat: repeat-y;
		margin-top: 0px;
		padding-top: 15px;
		z-index: 0px;
		}
		
		
/* Header */
		
#header { width: 968px;
		height: 268px; 
		background-image: url(../images/main-img.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		z-index: 0px;
		}

.searchBox { height: 28px;
		width: 386px;
		position: absolute;
		top: 18px;
		right: 30px;
		background-image:url(../images/search-bar.jpg);
		background-position: center;
		background-repeat: no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-transform: capitalize;
		padding-top: 2px;
		}
		
.searchBox a:link{ color: #FFFFFF;
		text-decoration: none;
		}
		
.searchBox a:active{ color: #FFFFFF;
		text-decoration: none;
		}
		
.searchBox a:visited{ color: #FFFFFF;
		text-decoration: none;
		}
		
.searchBox a:hover { color: #FFFFFF;
		text-decoration: underline;
		}
		
#navBar { position: absolute;
		top: 246px;
		left: 112px;
		margin: 0px;
		}
		
		
/* Content */		

#contentArea { width: 968px;
		padding-top: 30px;
		padding-bottom: 20px;
		z-index: 0px;
		}
		
#contentArea a, a:active, a:visited { font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		color: #4f4ca1;
		}
		
#contentArea a:hover { font-size: 14px;
		text-decoration: underline;
		outine-style: none;
		font-weight: bold;
		color: #4f4ca1;
		}
		
#contentLeft { width: 358px;
		position: relative;
		top: 10px;
		left: 35px;
		float: left;
		border-right: 1px solid #CCCCCC;
		z-index: 1px;
		}
		
#contentRight { width: 550px;
		position: relative;
		top: 10px;
		float: right;
		z-index: 1px;
		}
		
		
/* Display */
	  
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 35px;
		  font-weight: bold;
		  color: #8b2a18;
		  letter-spacing: -2px;
          }
		  
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 25px;
		  font-weight: bold;
		  color: #474E7C;
		  letter-spacing: -2px;
          }
		  
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 20px;
		  font-weight: bold;
		  color: #964f42;
		  letter-spacing: -1px;
          }
		  
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 20px;
		  font-weight: bold;
		  color: #332d81;
		  letter-spacing: -1px;
          }
		  
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 14px;
		  font-weight: bold;
		  color: #474E7C;
		  letter-spacing: -1px;
          }
		  
.rollover { padding: 0px;
          margin: 0px;
		  background:none;
		  }
		
		
/* Footer */

		
#footer { width: 968px;
		height: 55px;
		position: absolute;
		background-image: url(../images/footer-bg.jpg);
		background-position: bottom center;
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
		line-height: 120%;
		margin-left: 14px;
		}
		
#footer a, a:active, a:visited { color: #3b358f;
		text-decoration: none;
		font-weight: normal;
		}
		
#footer a:hover { color: #3b358f;
		text-decoration: underline;
		font-weight: normal;
		}
