/* CSS Document */
body {
	background-color: #005e88;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
table-layout:fixed;
}
.img 
{
float:right;
border:1px solid black;
margin:0px 0px 15px 20px;
}
.img_right 
{
float:left;
border:1px solid black;
margin:0px 20px 10px 0px;
}

.header {
background:url(images/index_01.jpg) center no-repeat;
width:768px;
height:75px;
}
.body_text {
background:url(images/index_03.jpg) center no-repeat;
width:768px;
height:212px;
}
.footer {
background:url(images/index_04.jpg) center no-repeat;
width:768px;
height:27px;
}
/*inner pages*/
.inner_header {
background:url(images/images/inner_page_01.jpg) center no-repeat;
width:768px;
height:95px;
}
.inner_body_text {
background:url(images/images/inner_page_03.jpg);
width:768px;
background-repeat:repeat;
}
.inner_footer {
background:url(images/images/inner_page_04.jpg) center no-repeat;
width:768px;
height:30px;
background-repeat:repeat;
}

/*text*/
#h2{
font-family:garamond;
font-size:22px;
text-decoration:none;
color:#000000;
font-weight:600;
}
#h4{
font-family:garamond;
font-size:18px;
text-decoration:none;
color:#000000;
}
a{
font-family:garamond;
font-size:14px;
text-decoration:underline;
color:#000000;
text-align:justify;
}
.text_main {
font-family:garamond;
font-size:16px;
text-decoration:none;
color:#000000;
text-align:justify;
word-spacing:2px;
}
.text_crt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#000000;
}
/*scroller*/
.scroller2 {
margin: 0 auto;
overflow: auto;
position: relative;
width: 750px;
height:220px;
position: relative;
color: #000000;
background-image:url(images/index_03.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#scroller2inner{
padding: 4px 4px;
}
/*navigation text*/
.active_links {
font-family:garamond;
font-weight:bold;
font-size:14px;
color:#000000;
word-spacing:45px;
text-decoration:none;
}
.active_links:hover {
font-family:garamond;
font-weight:bold;
font-size:14px;
color:#003300;
word-spacing:45px;
text-decoration:none;
}
.dot {
color:#ffffff;
font-size:14px;
}

