/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F1F6FB url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	line-height: 120%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 15px;
	font-weight: bold;
}

.text2 {
	text-align: center;
	font-size: 10px;
}

.text3 {
	padding-top: 1em;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.text4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}

.text5 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;	
}

/** LINKS */

a {
	color: #6DB0CC;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #7FA900;
}

a.link2 {
	display: block;
	text-align: right;
	font-weight: bold;
}

a.link3 {
	color: #D8D8D8;
}

a.link4 {
	color: #D9D9D9;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #FFFFFF url(images/homepage02.gif) repeat-x left bottom;
}

.bg2 {
	background: url(images/homepage06.gif) repeat left top;
}

.bg3 {
	background: url(images/homepage05.gif) no-repeat left top;
}

.bg4 {
	background: url(images/homepage07.gif) no-repeat left top;
}

.bg5 {
	background: url(images/homepage09.gif) repeat-x left bottom;
}

.bg6 {
	background: url(images/homepage12.gif) repeat-x left top;
}

.bg7 {
	background: url(images/homepage15.jpg) no-repeat left top;
}

/** MISC */

#navigation
{
position: relative;
left: 175px;
top:120px
}

#navcontainer
{
width: 13em;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #000000;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #E8F5FD;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #CC99663;
color: #7f5417;
}
/* Zoom Cloud */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	padding: 10px 0px;
	background: url(images/homepage11.gif) repeat-x left center;
}

td.header
{
	background-color: #bf7f03;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
td.body
{
	text-align: center;
	border-bottom: solid 1px #a8c5e6;
	border-left: solid 1px #a8c5e6;
}


