@charset "UTF-8";
/* CSS Document */

body {
background-color:#CCFF00;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:0.8em;
width:984px;
margin-top:0px;
margin-left:10px;
}

#header {
position:relative;
width:984px;
}

#menu {
float:left;
}

#background {
background-image:url(images/background_expander2.png);
background-repeat:repeat-y;
width:984px;
}

#footer {
background-image:url(images/footer.png);
background-repeat:no-repeat;
width:984px;
height:136px;
clear:both;
/* margin-left:10px; */
}

#content {
background-image:url(images/bottomright_footer.png);
background-repeat:no-repeat;
background-position:bottom right;
width:719px;
padding:0px 200px 200px 65px;
color:#FFFFCC;
line-height:1.7em;
float:left;
clear:both;
}

#content2 {
float:left;
width:439px;
padding-left:15px;
}

/* #content p {
padding-left:15px;
} */

.submit {
font-size:0.9em;
color:#FFFFCC;
}

a.submit  {
text-decoration:none;
font-weight:normal;
color:#FFFFCC;
}

a:hover.submit {
font-weight:normal;
color:#FFFFFF;
}

.title {
margin-left:50px;
margin-top:60px;
}

.right {
float:right;
}

.left {
float:left;
}

.webdesign {
font-size:0.9em;
color:#FFFFCC;
margin-left:180px;
padding-top:20px;
}

.webdesign a, .whitebold {
font-weight:bold;
color:#FFFFFF;
}

.webdesign a:hover {
font-weight:bold;
color:#CCFF00;
}

.greenbold {
font-size:1.1em;
font-weight:bold;
color:#CCFF00;
}

.green {
font-size:1.1em;
font-weight:normal;
color:#CCFF00;
}

.orange {
font-size:0.9em;
font-weight:normal;
color:#FF6600;
}

.green a {
font-weight:normal;
color:#CCFF00;
}

.green a:hover {
font-weight:normal;
color:#FFFFCC;
}

.picture {
width:240px;
float:right;
}