/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #104773 url(images/homepage01.gif) repeat left top;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

#clear {
	height: 30px;
	background: url(images/subpage05.jpg) no-repeat left top;
}

/** FORMS */

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

/** HEADINGS */

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

#box2 h1, h2 {
	padding: 7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#box2 h1 {
	font-size: 21px;
}

#box2 h2 {
	font-size: 18px;
}

#box2 h3, .text1 {
	margin-bottom: 8px;
	padding: 7px 0;
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #061b2b;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #061b2b;
}

p, ul, ol, dl {
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 150%;
}
.right { 
	text-align: right;
}

/** MENU */

#menu {
	height: 213px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 32px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 184px;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#box1 h1, h2, h3, h4, h5, h6 {
	color: #041420;
}
#box1 h1, h2, h3 {
	padding: 7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#box1 h2 {
	font-size: 21px;
}
#box1 h3 {
	font-size: 18px;
	color: #AAFA9D;
}
#box1 p {
	color: #fff;
	font-weight: normal;
	line-height: 130%;
}
#box1 a {
	color: #AAFA9D;
}
#box1 a:hover {
	text-decoration: none;
}
/** LINKS */

a {
	color: #11220f;
}

a:hover {
	text-decoration: none;
}
a.bold {
	font-weight: bold;
}

/** MISC */

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

a img {
	border: none;
}

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

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 778px;
	height: 186px;
	margin: 0px auto;
	background: url(images/subpage01.jpg) no-repeat left top;
}
#headerG {
	width: 778px;
	height: 186px;
	margin: 0px auto;
	background: url(images/subpage01G.jpg) no-repeat left top;
}
#headerW {
	width: 778px;
	height: 186px;
	margin: 0px auto;
	background: url(images/subpage01W.jpg) no-repeat left top;
}
#header h1 {
	background: none;
	text-indent: -9999px;
}

/** PAGE */

#page {
	background: url(images/subpage02.jpg) repeat-y left top;
}

/** SIDEBAR */

#sidebar {
	background: url(images/subpage03.jpg) no-repeat left top;
	float: left;
	width: 262px;
}

#sidebar .boxed {
	padding: 48px 30px 0px 30px;
}

/** CONTENT */

#content {
	float: right;
	width: 516px;
	padding-top: 90px;
	background: #fff url(images/subpage04.jpg) no-repeat left top;
}
#contentG {
	float: right;
	width: 516px;
	padding-top: 90px;
	background: #fff url(images/subpage04G.jpg) no-repeat left top;
}
#contentW {
	float: right;
	width: 516px;
	padding-top: 90px;
	background: #fff url(images/subpage04W.jpg) no-repeat left top;
}
	
.boxed {
	padding: 0px 32px 0px 25px;
}

/** FOOTER */

#footer {
	background: #fff url(images/subpage06.jpg) no-repeat left top;
	width: 778px;
	height: 100px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	line-height: 24px;
	text-align: center;
	color: #061b2b;
	font-size: 12px
}
#footer a {
	padding: 0 16px;
	color: #213d1a;
}
#footer a:hover {
	text-decoration: none;
}

/** TABLE */
table {
	border: 0;
}
td p {
	line-height: 110%;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
}
td h2 {
	margin-top: 0;
	padding-top: 0;
}
td {
	padding-left: 5px;
	vertical-align: top;
}
