/* CSS Document */

body, #content, #white, #footer
{
margin:0px; padding:0px;
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
background:url(images/background.gif) repeat;
line-height:150%;
}

#content
{
width: 780px;
background:url(images/header.jpg) top left no-repeat;
padding-top: 158px;
margin-left:auto;
margin-right:auto;border:1px solid #000000;
}

#white
{
width: 660px;
padding:30px 60px 80px 60px;
margin-left:auto;
margin-right:auto;
background-color: #FFFFFF;
}
#footer
{
width: 780px;
background:url(images/footerwithtext.gif) bottom left no-repeat;
margin-left:auto;
margin-right:auto;
height: 65px;
}

h1
{
color:#f3100f;
font-size:260%;
font-weight:bold;
text-align:center;
line-height:110%;
}

h2
{
color:#163f9c;
font-size:120%;
font-weight:bold;
text-align:center;
}

.box
{
border: 4px dashed #f3100f;
width: 500px;
margin-left:auto;
margin-right:auto;
padding:10px;
margin-bottom:50px;
}
div.box:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
    } 


	
.test
{
border: 1px solid #9b9a9a;
border-right: 2px solid #9b9a9a;
border-bottom: 2px solid #9b9a9a;
background-color: #FFFFC6;
width: 500px;
margin-left:auto;
margin-right:auto;
padding:10px;
margin-bottom:50px;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: .1em;
}
.testheading
{
color:#f3100f;
font-size:120%;
font-weight:bold;
letter-spacing: normal;
}
.testhilite
{
background-color: #FFFF00;
}


.boxb
{
background-color: #FFFFC6;
border: 1px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
width: 480px;
margin-left:auto;
margin-right:auto;
padding:10px;
}
.redbox
{
border: 5px solid #f3100f; 
width: 500px;
margin-left:auto;
margin-right:auto;
padding:10px;
margin-bottom:50px;
align:centre;
}


.hilite
{
background-color: #f7f590;
padding:2px;
text-align:center;
font-size:110%;
}


ul.bullet
{
list-style-image: url(../Bullets/bullet-2.gif);
margin-left:40px;
padding-left:40px;

}
ul.bullet li
{
height: 25px;
padding-left: 0px;

}