body {
	background: #CACACA url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%;
	margin: 0;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 5px;
}
#main_content {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y;
	border-bottom: #8C8484 1px dashed;
} 
#main_content_top {
	height: 20px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	padding: 10px 0 0 0;
	height: 170px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 5px auto
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px dashed;
	font-size: 12px;
	text-align: center;
}
.menu p {
	padding: 0;
	margin: 0;
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #FF9900
}
.content h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF
}
.content p {
	margin: 0;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 16px;
	font-weight: bold;
	color: #0099FF
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}




#divglobal {
background: #FFFFFF url('images/background_content.gif');
font-family: "Trebuchet MS", Verdana, serif;
text-align: center;
margin: 0 auto;
width: 100%;
height: 150px;
}
#divglobal  table {
margin-left: 30px;
}
#divid1, #divid2, #divid3 {
text-align: left;
font-size: 12px;
float: left;
height: 150px;
border-width: 0px;
}
#divid1 {
width: 40%;
/*padding-left: 30px;*/
}
#divid2, #divid3 {
width: 30%;
}