/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAG SELECTORS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	}

a:link {
	font-weight: bold;
	color: #73a491;
	text-decoration: none;
	font-size: 15px;
	}
a:visited {
	font-weight: bold;
	color: #73a491;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
a:active {
	font-weight: bold;
	color: #73a491;
	}
p, li, pre {
	line-height: 1.4;
	color: #000;
	text-decoration: none;
	}
h1, h2, h3, h4, p, ol, ul, li, pre {
	margin-top: 0;
	color: #000;
	}
	
h5 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:20px;
	color: #fff;
	line-height: 1;
	font-weight:bold;
	margin: 9px 0 0 0;
	}
	
h6 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	margin: 10px 0 10px 0;
	font-weight: normal
	
	}

	
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #73a491;
	margin-bottom: .3em;
	}
h4, p, ol, ul, pre {
	margin-bottom: 1em;
	
	}
ul {
	list-style-type: none;
	text-decoration: none;
	}
li {
	margin-bottom: .5em;
	text-decoration: none;
	}
h1 {
	font-size: 21px;
	margin-bottom: .3em;
	margin-top: 1em;
	font-weight: normal;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	}
h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: .2em;
	}

pre	{
	color:#73a491;
	font-size: 10px;
	text-align: center;
	}
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	BANNER DIV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	
#banner {
	background-color: #73a491;
	height: 115px;
	background-image: url(images/SACbanner.gif);
	background-repeat: no-repeat; 
	}	
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENU DIV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	
#menu {
	background-color: #cdded8;
	height: 26px;
	position: absolute;
	left: 142px;
	top: 89px;
	width: 670px;
	}
#menu ul {
	width: 730px;
	list-style-type: none;
	padding-left: inherit;
	}
#menu li {
	font-size: 16px;
	color: #73a491;
	float: left;
	/*width: 110px;*/
	text-decoration: none;
	border-right: 2px solid #73a491;
	}
#menu a {
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 110px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;

	}
#menu a:link,
#menu a:visited {	
	color: #73a491;
 }

#menu a:hover {
	color: #73a491;
	background-color: #fff;
	font-weight: bolder;
	font-size: 18px;

	}
	
#tabmenu a, a.active {
	color: #73a491;
	background: #cdded8;
	text-decoration: none; }

#tabmenu a.active {
	background: #fff;
	font-weight: bold;}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT DIV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	
#content {
	padding: 20px 20px 0 40px;
	width: 490px;
	/*background-color: #fff;*/
	z-index: 100;
	margin-left: 140px;
	height: inherit;
	}
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FOOTER DIV
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */	
#footer {
	clear: inherit;
	margin-top: 50px;
	height: 50px;
	/*float: clear;*/
	padding-top: 20px	}


/*MOTHER DIV*/

#mother {
	background-image: url(images/Bkg.gif);
	background-repeat: repeat-y;
	height: auto;
}

#body {
	background-image: url(images/Bkg.gif);
	background-repeat: repeat-y;
	height: auto;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	PICTURE ALIGNMENT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 	
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
*/

/*SIDEBAR 1*/
#sidebar1{
	/*background-color: #cdded8;*/
	width: 140px;
	float: left;
	position: absolute;
	height: auto;
	top: 115px;
	z-index: 0;
	}


/*SIDEBAR 2*/
#sidebar2{
	background-color:#97bbaf;
	width: 180px;
	float: right;
	position: absolute;
	top: 130px;
	left: 730px;
	height: auto;
/*	padding: 30px;*/

	}

/*SIDEBAR TITLE
sidebartitle{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:18px;
	color: #fff;
	line-height: 2;
	font-weight:bold;
	margin: 0 30px 0 0;
	}
	*/
/*SIDEBAR TEXT
sidebartext{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 4px;
	margin-bottom: 10px;
	}*/

