/* CSS Document */

html {
	margin:0px;
	padding:0px;
	}
body {
	background:#DFD6E6 repeat-x;
	margin:0px; 
	padding:0px 0px 30px 0px;
        background:transparent url(img/back.jpg) repeat-y;
        background-repeat: repeat-y
	background-image: img/back.jpg
	}
h1 {
	margin:0px;
	padding:0px;
	text-indent:-600em;
	background:transparent url(img/logo.jpg) no-repeat; 
	width:303px; 
	height:152px;
}
h2 {
	margin:0px;
	padding:0px;
	text-indent:-600em;
	background:transparent url(img/slogan.jpg) no-repeat; 
	width:303px; 
	height:80px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #663B8C;
	text-decoration: none;
	font-family: Tahoma;
	padding:15px 0px 20px 0px;
	margin:0px;
	}	
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #663B8C;
	text-decoration: none;
	font-family: Tahoma;
	padding:15px 0px 10px 0px;
	margin:0px;
	}		
p {		
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma;
	padding:0px 0px 7px 23px;
	line-height:14px;
	margin:0px;
	}	

a {
	font-size: 12px;
	font-weight: normal;
	color: #869D0E;
	text-decoration: underline;
	font-family: Tahoma;
	outline:none;
	}
a:hover { text-decoration:none;}
	
/* -------------------------------------------------------------- */

#mainContainer {
	color: #869D0E;
	width:760px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	
	background:transparent url(img/contentBG.jpg) repeat-y;
	}

/* -------------------------------------------------------------- */

#headerContainer {
	width:760px;
	}
#headerContainer .headerLogo {
	width:303px;
	float:left;
	}
#headerContainer .headerImg {
	width:457px;
	height:232px;
	background:transparent url(img/header2.jpg) no-repeat;
	float:right;
	}

/* -------------------------------------------------------------- */

#mainMenu {
	width:718px;
	height:50px;
	margin:0px 21px 0px 21px;
	background:transparent url(img/menuBG.jpg) repeat-x;
	}
#mainMenu ul{
	width:718px;
	height:50px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}	

#mainMenu li {
	display: inline;
	margin:0px;
	padding:0px;	
	}
	
#mainMenu a {
	float:left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background:transparent url(img/menu_separator.jpg) no-repeat;
	font-family: Tahoma;
	padding:17px 12px 0px 12px;
	display:block;
	height:33px;
	}
#mainMenu a:hover { color:#9ed09e;}
	
#mainMenu a.first { background:url(img/menuBG.jpg);	}

/* -------------------------------------------------------------- */

#contentContainer {
	width:760px;
	padding:15px 21px 0px 21px;
	}
#contentContainer .left {
	width:420px;
	padding:0px 25px 0px 10px;
	float:left;
	}
#contentContainer .right {
	width:275px;
	padding:0px 7px 0px 0px;
	float:left;
	}	

#contentContainer ul {
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style-type:none;
	}
#contentContainer ul.second {	padding:0px 0px 15px 43px;}
#contentContainer li {		
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma;
	padding:0px 0px 15px 10px;
	background:transparent url(img/arrow.gif) 0px 4px no-repeat;
	line-height:14px;
	vertical-align:top; /*-------- IMPORTANT -----------------*/
	}
#contentContainer ul.second li {	padding:0px 0px 0px 15px; font-weight: bold;}

#contentContainer img {
	display:block;
	font-size:1px;
	}
	
	
/* -------------------------------------------------------------- */

#footerContainer {
	width:760px;
	height:35px;
	padding:39px 0px 0px 0px;
	background:transparent url(img/footerBG.jpg) no-repeat;
	text-align:center;
	}
#footerContainer p, #footerContainer a {		
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: Tahoma;
	padding:0px;
	line-height:14px;
	margin:0px;
	}	
#footerContainer a { padding:0px 10px 0px 10px;}
#footerContainer a:hover { color:#DAD3FF;}


/* -------------------------------------------------------------- */

#copy {
	width:760px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding:5px 0px 0px 0px;
	}
#copy p { font-size:11px; color:#7B7499;}	
#copy a { 
	font-weight: normal;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:11px; 
	color:#7B7499;
	}	
#copy a:hover { text-decoration:none;}		

/* -------------------------------------------------------------- */

	