/* CSS Document */

.style1 {
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
position: relative;
top: 10px;
width: 760px;
margin-left:auto; 
margin-right: auto;
border-width:thin;
border-color: #000000;
border-style:solid;
border-bottom-style: solid;
border-bottom-width: thin;
border-bottom-color: #000000;
border-right-style: solid;
border-right-width: thin;
border-right-color: #000000;
background-color: #4f7383;
overflow:visible;
height:auto;
}

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #608da0;
font-size: 12px;
margin: 0px;
padding: 0px;
color: #d5e5e4;
}

#header {
height: 63px;
background-color: #4f7283;
background-image: url(images/banner.jpg);
}

#navbar {
background-color: #3e5e6d;
height: 20px;
font-size: 12px;
}

#mainbody {
background-color: #4f7383;
width: 760px;
top: 78px;
overflow:visible;
}

td {
background-repeat: repeat-y;
}

a {
color: #d5e5e4;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

h1 {
font-size: 16px;
font-weight: bold;
}

h2 {
font-size: 14px;
font-weight: bold;
}



/*#picsleft {
top: 78px;
left: 0px;
width: 120px;
height: 450px;
background-color: #4f7383;
} */

/*#bodytextarea {
position:absolute;
top: 78px;
left: 120px;
width: 640px;
height: 450px;
background-color: #4f7383; 
}*/

