/* .............................. */
/* Basics */
/* .............................. */
body {
	background-image:url('images/background.gif');
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 8pt; 
    line-height: 12pt; 
    font-family: verdana, arial, sans-serif; 
    color: #000; 
}
h3 {
    font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #000;

}
h2 {
    font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #000;
}
h1 {
    font-family: arial, verdana, sans-serif;
	font-size: 14pt;
	letter-spacing: 1px;
	color: #000;
}
#clearer {
	clear:both;
}
/* .............................. */
/* Header */
/* .............................. */
#banner {
	width:100%;
	height:131px;
	background-image:url('images/banner.gif');
	background-repeat:no-repeat;
	background-color:#FFF;
}
#menu {
	width:100%;
	height:44px;
	background-color:#FFF;
}
#menu-buttons {
	padding-left:18px;
	padding-top:15px;
	height:44px;
	width:auto;
}
#menu-buttons span {
	margin-left:10px;
	margin-right:10px;
	background-color:#FFF;
	font-size:10pt;
	color:#7C7C7C;
}
#menu-buttons a:link {
	text-decoration:none;
	color:#7C7C7C;
}
#menu-buttons a:visited {
	text-decoration:none;
	color:#7C7C7C;
}
#menu-buttons a:hover {
	text-decoration:none;
	color:#054069;
}
#menu-buttons a:active {
	text-decoration:none;
	color:#054069;
}
#page {
	height:100%;
	width:100%;
	background-image:url('images/background.gif');
	background-repeat:repeat-y;
}
#content-top {
	background-color:#CAD8DC;
	width:100%;
	height:auto;
}
#top-image {
	float:left;
	height:100%;
	width:293px;
	background-color:#000;
	color:#FFF;
	text-align:center;
}
#top-name {
	background-color:#CAD8DC;
	width:100%;
	float:left;
	height:100%;
	font-size:20pt;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFF;
	padding-left:0px;
}
#content-bottom {
	width:1024px;
	height:auto;
}
#content-menu {
	float:left;
	height:100%;
	width:293px;
	color:#FFF;
	text-align:right;
}
#content-menu2 {
	float:left;
	height:100%;
	width:283px;
	color:#FFF;
	text-align:right;
	padding-top:10px;
}
#content-main {
	float:left;
	height:100%;
	width:600px;
	padding-top:10px;
	padding-bottom:5px;
	color:#000;
	padding-left:40px;
}
#background-color {
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url('images/background.gif');
	background-repeat:repeat-y;
	background-color:#FFF;
	z-index:1;
}
#foreground {
	z-index:2;
	position:relative;
}
div.clearer {
	clear:both;
}
span.stretch a:link {
	color:#FFF;
	text-decoration:none;
}
span.stretch a:visited {
	color:#FFF;
	text-decoration:none;
}
span.stretch a:hover {
	color:#000;
	text-decoration:none;
}
span.stretch a:active {
	color:#000;
	text-decoration:none;
}