/* MAIN CSS Document */
/* ND*/
/* DEBORAH DA SILVA */

body {
margin: 15px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
background-color:#d2d2e3;
background-image:url(../images/background.jpg);
background-repeat:repeat-x

}

h1 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
}

h2 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding-top:0px;
padding-bottom:2px;

}

h3 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-top:0px;
padding-bottom:2px;

}

h4 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding: 0px;
margin: 0px

}

h5 {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding: 0px;
margin: 0px

}


a {
color:#f1b128;
text-decoration:underline;
font-weight:bold
}

a:hover {
color:#f1b128;
text-decoration:none;
font-weight:bold
}

.greyline {
width:100%;
height:10px;
border-top:dotted 1px #999999
}




#wrapouter
{margin:auto;
width:970px;
text-align:center;
background-color:#edeeef;
padding:5px
}



#wrap {
width:960px;
margin:auto;
text-align:left;
background-image:url(../images/contentback.jpg);
background-repeat:repeat-y;}


/* TOP Links*/



/* HEADER*/

#header {
width:960px;
margin:auto;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:150px;
margin-top:5px}




.clearall {
clear:all}



#menu {
width:960px;
height:50px;
background-image:url(../images/menu.jpg);
background-repeat:no-repeat;

}





/* DIVIDERS*/



.divider {
width:100%;
height:10px;
}

.dividerclearboth {
width:100%;
height:10px;
clear:both
}

/* SEARCH*/




/* CONTENT*/



#content{
width:940px;
margin:0px auto;

}




#footer {
width:960px;
height:27px;
clear:both;
background-color:#2a4789
}

#footercontent{
width:300px;
color:#ffffff;
font-size:9px;
padding-right:10px;
text-align:right;
float:right;
margin-top:5px
}

#footercontent a{
color:#ffffff;
font-size:9px;
text-decoration: none;

}

#footercontent a:hover{
color:#ffffff;
font-size:9px;
text-decoration: underline;

}


/* OTHER */

.floatright {
float:right;
padding-left:10px;
padding-bottom:10px
}

.floatleft {
float:left;
padding-right:10px;
padding-bottom:10px
}


.yellowtable {
background-color:#f1b128;
margin-bottom:10px;
padding:15px;
color:#000000;
}

.yellowtable  a{
color:#000000;
text-decoration:none;
font-weight:bold}

.yellowtable  a:hover{
color:#000000;
text-decoration:underline;
font-weight:bold}


.bluetable {
background-color:#2a4789;
margin-bottom:10px;
padding:15px;
color:#ffffff}

.bluetable  a{
color:#f1b128;
text-decoration:none;
font-weight:bold}

.bluetable  a:hover{
color:#f1b128;
text-decoration:underline;
font-weight:bold}

.yellowtable2 {
background-color:#f1b128;
margin-bottom:10px;
width:275px;
font-weight:bold;
color:#000000}

.yellowtable2  a{
color:#000000;
text-decoration:none;
font-weight:bold;
text-align:right}

.yellowtable2  a:hover{
color:#000000;
text-decoration:underline;
font-weight:bold}


