@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg3.jpg) no-repeat bottom left;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.topheaderbg {
background:#0B6FC4; 
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:1px; 
border-color: #ffffff; 
border-style:solid;

}

.topheader {

}

.main {background: url(images/front_mainbg.png) no-repeat top left;}
.sideheader {background: url(images/front_sidebg.png) no-repeat top left; }
.header1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
.content {background: url(images/contentbg.png) no-repeat top left;
}

.content_page {background: url(images/content_pagebg.png) no-repeat top left;
}

.content_text {padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px; font-size:11px; font-weight:normal;}

.footer {
background: url(images/footerbg.png) no-repeat top left;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
font-weight: bold;
font-size: 11px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #FFFFFF; font-size: 16px;}

.style4 {
	color: #0066FF;
	font-weight: bold;
	font-size: 14px;
}

.style5 {
	color: #FFFFFF;
	font-weight: bold;
}

p {font-size: 11px;}

dt {font-size:11px;}

dd {font-size:11px;}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #7BBB00;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: #7BBB00;
}

