/* CSS Document */

body {
width:770px;  
text-align:center;
color:#FFFFFF;
background-color:#006633;
margin:0px auto;
font:150%, arial, hevetica, sans-serif; /*generic settings for fonts and layout */
}

html {
overflow:scroll; /*hides scrollbar in ie6*/
}

#logo {
text-align:center;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
padding-bottom:83px;
}

#container {
background-image: url(images/container_10_04.gif);
background-repeat:no-repeat;
text-align:center;
width:769.7px;
}

#menu {
padding-top:18px;
text-align:center;
}

#box_top {
/* hide from mozzilla - whitespace between floats bug */
*margin-top: -7px;
}

#text_menu {
visibility:hidden;
float:left;
font-size:0.8em;
position:absolute;
}

#content {
background-image: url(images/filler.gif);/*used as a small slice of the design, set to repeat to expand with content*/
background-repeat:repeat;
text-align:center;
padding-top:1px;
padding-bottom:1px;
min-height:350px;/*IE min-height bug, this sets min height in both IE and firefox*/
height:auto !important;
height:310px; 
}

#content_text {
font-size:0.5em;
font-weight:normal;
text-align:left;
width:670px;
padding-left:40px;
padding-right: 40px;
min-height:200px; /*IE min-height bug, this sets min height in both IE and firefox*/
height:auto !important;
height:185px; 
}


h1 {

font-size:125%;
font-weight:normal;

}

h2 {

font-size:100%;
font-weight:normal;

}

h3
{
font-size:100%;
font-weight: bold; 
color: #66CC99;
text-align:left;
}


#profile_head
{
font-size:100%;
font-weight: bold; 
color: #66CC99;
text-align:left;
padding-left:140px;
padding-bottom:15px;
}

a:visited	{
color: #66cc99;
font-weight: bold;
border:none;
}
	
a:link	{
color:#66cc99;
font-weight:bold;
	
}

#box_bottom {
text-align:center;
margin:0px;
}

#footer {
font-size:45%;
text-align:left;
margin-left:15px;
}

#contact_image {

background-image:url(images/test.gif);
background-repeat:no-repeat; /*set as background image behind content*/
margin-right:10px;
margin-left:10px;
width:670px;
background-position:center;
height:315px;

}

