/* CSS Document */

body {
background-color: #000000;
font-size: 15px;
font-family: "Times New Roman", Times, serif;
color: #cc9933;
padding:0px;
margin:0px;
}
a {color: #cc9933; text-decoration: none; font-weight: bold;}
a:visited {color:#cc9933; text-decoration: none; font-weight: bold;}
a:hover {color: #cc0000; text-decoration: underline; font-weight: bold;}
a:active { color:#660000; text-decoration: none; font-weight: bold;}

p, pre{
padding-bottom: 14px;
margin:0px;
}

img.floatLeft { 
    float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-color: #cc9933;
	border: solid;
	border-width: 1px;
}
img.floatRight { 
    float: right; 
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-color: #cc9933;
	border: solid;
	border-width: 1px;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
font-weight: bold;
color: #cc0000;
text-align: center;
padding-top: 0px;
padding-bottom: 20px;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight: bold;
color: #cc9933;
text-align: center;
margin-bottom: 15px;
padding-bottom: 2px;
padding-top: 0px;
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #660000;
}

/* ----------container to center the layout-------------- */
#container {
width: 767px;
margin-top:auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
background-color: #330000;
background-image: url(images/borderbg.gif);
}

#container #sidebar {
float: left;
width: 136px;
padding-top: 0px;
padding-bottom: 0px;
text-align:center;
background-image: url(images/leftsideslice.gif);
}

/* ----------banner for logo-------------- */
#banner {
background-color: #330000;
background-image: url(images/borderbg.gif);
text-align:center;
padding-top: 20px;
padding-right: 25px;
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*----------links------------------------*/
#links {
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 25px;
background-color:#330000;
font-weight: bold;
text-align:center;
color: #660000;
background-image: url(images/borderbg.gif);
}

/* -----------------content--------------------- */
#content {
margin: auto;
padding-left: 136px;
padding-right: 40px;
padding-top: 0px;
padding-bottom: 10px;
background-color: #330000;
background-image: url(images/borderbg.gif);
}

a.content {color: #cc9933; text-decoration: underline; font-weight: bold;}
a.content:visited {color:#cc9933; text-decoration: underline; font-weight: bold;}
a.content:hover {color: #cc0000; text-decoration: underline; font-weight: bold;}
a.content:active { color:#660000; text-decoration: underline; font-weight: bold;}

/* -----------footer--------------------------- */
#footer {
clear: both;
height: 30px;
width: 701px;
font-size:10px;
color: #660000;
letter-spacing: 1px;
margin-left: 56px;
margin-top: 20px;
text-align: center;
background-color: #000000;
background-image:url(images/footer_bar.gif);
}
