/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #41433C;
}
p {
    margin: 0.5em 0 1em 0;
    line-height: 1.25em;
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
/*	text-align: justify;*/
}	

h3 {
	font-size: 13px;
/*	color: #00437f;*/
	margin: 10px 0 5px 0;
	font-weight:bold;
/*	text-decoration:underline;*/
}

#box3 h3 {
	padding-top:12px;
}

#box1 h2, #box2 h2 {
	height: 35px;
	padding: 15px 0px 2px 0px;
/*	text-transform: lowercase;*/
	font-size: 16px;
	background: url(images/homepage07.jpg) no-repeat left top;
	margin: 10px 0 0 0;
	color: #00437f;
}

/*#box3 h2 {
	height: 35px;
	padding: 15px 0px 0px 0px;
	text-transform: lowercase;
	font-size: 14px;
	background: url(images/subpage02.jpg) no-repeat left top;
	margin: 10px 0 10px -12px;
	color: #00437f;
}*/	

.text3 {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	background: url(images/homepage08.jpg) no-repeat left top;
}

.text3 strong {
	color: #26B100;
}

#box3 h2 {
	color: #00437f;
	height: 35px;
	padding: 10px 0px 0px 15px;
/*	text-transform: lowercase;*/
	font-size: 16px;
	background: url(images/subpage02.jpg) no-repeat left top;
}

/** LISTS */

#content ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(images/homepage10.jpg) no-repeat left center;
}

/** LINKS */

a {
	color: #00437f;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x left top; }

.bg3 { background: url(images/bg05.jpg) no-repeat left top; }
.bg4 { background: url(images/bg06.jpg) repeat-y left top; }
.bg5 { background: url(images/bg07.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

#content #splash img, img {border: none;}

#content img {
	padding:2px;
	border: 1px solid #c1c1c1;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

#box2 img {
	float: right;
	margin: -10px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

a.more { background: url(images/bullet.gif) no-repeat left; padding-left: 20px;}

.line { height:1em; clear:both; margin-bottom:2em; border-bottom: 1px dotted #c1c1c1;}

.itemimg { float:right; margin-left:1em;clear:right;}


