/*--- Additional Styles ---*/

body {
    background: #000 url(../images/bg.gif) top center repeat-y;
    color: #000;
    margin: 0px auto;
}

a:link, a:visited {
    color: #13458e;
    font-weight: normal;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: #000033;
}

ul li, ol li {  }


/*--- Headings ---*/

h1 {
	font-size: 36px;
	color:#663366;
}
h2 {
	font-size: 18px;
	color:#0c3674;
}
h3 {
	font-size: 14px;
	color:#006633;
}
h4, h5 {
	font-size: 1em;
	color:#330033;
}

/*--- Page Elements ---*/

#SiteDiv
{
    width: 720px;
    margin: 0px auto;
}
#header {
    background: transparent url(../images/header.jpg) top left no-repeat;
    height: 175px;
}

#sub-header {
    background: transparent url(../images/sub-header.jpg) top center no-repeat;
    height: 44px;
}

#content {
    line-height: 1.1em;
    padding: 20px;
}

#title {
    background-color: #fff;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    color: #6666cc;
    font-size: 12px;
    font-weight: bold;
    margin: -10px -10px 20px -10px; /* Override container's padding */
    padding: 4px 10px;
}

#footer {
    clear:both;
    font-size:90%;
    margin-top:10px;
    text-align:center;
}


/*--- Main Navigation ---*/

#nav {
    height: 22px;
    background: #330033 url(../images/nav-bg.gif) repeat-x;
    font-size: 11px;
}

#nav a:link, #nav a:visited {
    color: #fff;
}

#nav a:hover, #nav a:active {
    background: #6666cc url(../images/nav-bg-hover.gif) repeat-x;
    color: #fff;
}

#nav ul



/*--- General Classes ---*/

#footnote a {
     color: #504B56;
   text-decoration: none;
}

#navlinks a
{
    font-weight: bold;
}   


.border {
    border: 0px;	
	margin-bottom: 10px;
}
#marker_heading h1
{
	text-indent: -5000px;
	float: left;
}

#marker_content
{
	text-indent: -5000px;
}
