body{
margin:0;
padding:0;
line-height: 1em;
background: #ffffff;
text-align:center;
}


body, p, table, td, blockquote {
	color: #00008b;
	font: 12px Verdana, Arial, sans-serif;
} /*covers most fonts, even those outside normal containers*/

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #cc0000;
}
h2 {
	font-size: 18px;
	color: #00008b;
}
h3 {
	font-size: 14px;
	color: #cc0000;
}

h4 {
	font-size: 24px;
	color: #afc6e9;
}


a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}

hr {color: #afc6e9;
    height: 1px;
    border-width:0;
    background-color:#afc6e9;
}

#page{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align: left;
}

#container
{
float:right;
width:680px;
min-height:400px;
margin:20px 0 5px 5px;
}

#main
{
width:100%;
border:1px solid #afc6e9;
text-align:left;
padding-right:5px;
padding-left:5px;
padding-bottom:5px;
}

#footer {
width:100%;
text-align:left;
}

#footer p{
font-size: 10px;
color: #afc6e9;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('square-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #ffffff; /*button text color*/
}

a.squarebutton span{
background: transparent url('square-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #00008b;
}

a.activebutton{
background: transparent url('active-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.activebutton, a:visited.activebutton, a:active.activebutton{
color: #ffffff; /*button text color*/
}

a.activebutton span{
background: transparent url('active-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.activebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.activebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #00008b;
}

a.centrebutton{
background: transparent url('square-left.gif') no-repeat top left;
display: block;
float: center;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.centrebutton, a:visited.centrebutton, a:active.centrebutton{
color: #ffffff; /*button text color*/
}

a.centrebutton span{
background: transparent url('square-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.centrebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.centrebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #00008b;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}