/* CSS Document */

body {
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100.1%;
text-align:left;
background-color:#c7a98d;
background-image:url(images/bg_bamboo.jpg);
background-repeat: repeat;
color:#333333;
}

#wrapper {
margin:25px auto;
width:800px;
background-color:#006699;
border-right:4px solid #666;
border-bottom:4px solid #999;
}

#header {
margin:0px;
background-color:#006699; /*blue*/
}

#header2 {
margin:0px;
background-color:#fff;
color:#006699;
font-size:90%;
text-align:right;
background-image:url(images/header01_bottom.gif);
background-repeat:no-repeat;

}

#nav {
margin:0px;
background-color:#fff;
color:#006699;
font-size:90%;
text-align:right;
padding-right:15px;
border-bottom:2px solid #006699;
}


p {
text-align:justify;
}

h2 {
font-size:150%;
color:#fbe055;
}

h3 {
font-size:130%;
color:#006699;
padding-top:10px;
}

h4 {
font-size:105%;
color: #c71021;
}

dt {
font-weight:bold;
}

dd {
padding:3px 0px 8px 0px;
}

#sidebar {
    float:right;
	font-size:90%;
	padding: 6px 0px;
	text-align:right;
	width: 145px;
	background-color:#006699;
	background-image:url(images/fronds.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content {
	margin: 0px; /* left margin increased by 1px for IE5 Mac */
	padding: 8px 25px;
	text-align:left;
	float:left;
	width:595px;
	background-color:#006699;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	
}


#footer {
margin:0px 0px 0px 0px;
padding:2px 7px;
font-size:60%;
background-color:#fff;
color:#999999;
border-top:2px solid #006699;
clear:both;
}


/*navigation styles*/
#nav a, #nav a:link {
color:#006699;
text-decoration:none;
font-size:90%;
}

#nav a:visited {
color:#999; 
text-decoration:none;
font-size:90%;
}

#nav a:hover, #nav a:active, #nav a:focus {
color:#b4c03a;/*green*/
text-decoration:overline;
font-size:90%;
}

a, a:link {
color:#b4c03a;/*green*/
text-decoration:none;
}

a:visited {
color:#999; 
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#b4c03a;/*green*/
text-decoration:underline;
}


/*classes */


.bold {
font-weight:bold;
}

.italic {
font-style:italic;
font-weight:bold;
text-align:center;
}

.colbottom {
margin-bottom:0; !important
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.small {
font-size:85%;
}

.red {
color:#CC0000;
}


