@charset 'utf-8';
/* CSS Document */

body { 
	background-color: #336559;
	background-repeat: repeat;
	background-position:left;
}


#MainTable { 
    background-color: #e8e6e7;
}

.bg {
    background-color:#9da069;
}

a { 
    color:#084d4a;
}



/**********TEXT**********/


.welcome {
	 font-size:1.5em;
	 color:#fff;
	 font-weight:lighter;
	 letter-spacing:7px;
	 background-color:#9da069;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.welcome-home {
	 font-size:1.5em;
	 color:#fff;
	 font-weight:lighter;
	 letter-spacing:2px;
	 background-color:#9da069;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*.welcome-home {
	 font-size:1.5em;
	 color:#0a3f8b;
	 /*letter-spacing:2px;
	 background-color:#c5b16a;
}
*/

.content {
    color:#000000;
	font-size:0.9em;
	line-height:1.5em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text {
    color:#336559;
	font-size:0.9em;
	line-height:1.5em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}


h3 {
    color:#336559;
	line-height:1.1em;	
}

b {
    color:#336559;
}


.list {
	padding-left:50px;

}



/**********NAVIGATION**********/


	.navi {
     color:#084d4a;
	 font-size: 1em;
	 font-family:Arial, Helvetica, sans-serif;
}

	.navi li  {
	font-size: 0.8em;
	color: #084d4a;
}

	.navi a  {
	color: #084d4a;
}

	.navi a:hover {
	color: #9da069;
}



	.navitop {
     color:#084d4a;
	 font-size: 1em;
	 background:#e8e6e7;
	 font-family:Arial, Helvetica, sans-serif;
}

	.navitop li  {
	font-size: 0.75em;
	color: #084d4a;
	font-weight:bold;
}

	.navitop a  {
	color: #084d4a;
}

	.navitop a:hover {
	color: #9da069;
}



/**********FOOTERS**********/


.footer {
	 font-size:0.8em;
	 color:#fff;
	 font-family:Arial, Helvetica, sans-serif;
}

.footer a { color:#f7fcc2;}

.copyright {
	font-size:0.7em;
	color:#fff;
	 font-family:Arial, Helvetica, sans-serif;
}

.copyright a {
	color:#f7fcc2;
}

