body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
#	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	
	font-size: 12px;
	color: #333333;
	background:url(../images/bg.jpg) #333333;
}

#header {
	width: 1200px;
	height: 115px;
	padding: 10px 10px 10px 10px;/*TOP RIGHT BOTTOM LEFT*/
	background: #FFFBFD url(../images/bg_header.jpg);
	position:relative;
}

#logo{position:absolute; top:10px; left:30px;}
#address{
	position:absolute;
	top:18px;
	right:26px;
	color:#FFFFFF;
}

#menu{position:absolute; bottom: 10px; right:20px;}
#menu a{
	min-width:90px;
	height:12px;
	background:url(../images/bg_menuoff.gif) repeat-x #003399;
	border:solid 1px #FFFFFF;
	padding:8px;
	margin-left:10px;
	float:left;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #FFFFFF; font-weight:900;
	text-decoration:none;
}
#menu a:hover{
	background:url(../images/bg_menuon.gif) #003399 repeat-x;
}
#menu a#on{
	background:url(../images/bg_menuon.gif) #003399 repeat-x;
}

#menutabs{ width:893px; height:45px; background:url(../images/bg_tabs.gif); padding-left:10px; font: 10px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;}
#menutabs a{ background:url(../images/tab_off.gif) no-repeat; width:132px; height:27px; float:left; text-decoration:none; color: #333333; padding:18px 0px 0px 10px; font-weight:bold;}
#menutabs a:hover{text-decoration:underline;}
#menutabs a.tabon{ background:url(../images/tab_on.gif) no-repeat; width:132px; height:27px; float:left; text-decoration:none; color: #333333; padding:18px 0px 0px 10px; font-weight:bold;}

#content {
	width: 1180px;
	padding: 20px 20px 20px 20px;
	background-color:#FFFFFF;
	position:relative;
	min-height: 500px;
    height: auto;
	
}

#left {
	float: left;
	width: 659px;
	padding: 0px 20px 0px 0px;/*TOP RIGHT BOTTOM LEFT*/
	background-color:#FFFFFF;
	min-height:400px;
}

#right {
	float: right;
	width: 230px;
	background:url(../images/bg_menuright.jpg) #FFFFFF top left no-repeat;
	min-height:400px;
	padding:0px 0px 0px 20px;/*TOP RIGHT BOTTOM LEFT*/
}

#footer {
	clear: both;
	padding:10px;
	width: 1200px;
	border-top: 1px solid #F0F0F0;
	background: #FFFFFF;
}

/******TEXT STYLES******/
.TITLE 			{ font-family: Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 900; color:#333333;}
.L12 			{ font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#0066CC; }
