﻿body, html
{
    BACKGROUND: #fff url('images/bg.jpg') repeat top left;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 100%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

#container 
{
	width: 860px;
	background: #fff url('images/bg.jpg') repeat top left;
}


#pageheader
{
	margin-top: 0px;
	margin-bottom: 20px;
	height: 150px;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
	width: 860px;
}

#pageheader a:link
{
	color: black;
	font-weight: bold;
}

#pageheader a:active
{
	color: black;
	font-weight: bold;
}

#pageheader a:visited
{
	color: black;
	font-weight: bold;
}

#pageheader a:hover
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
	

#navigation
{
	float: left;
	color: #000;
	width: 195px;	
	height: auto;
}

#content
{
	width: 470px;
	height: auto;
	float: left;
	padding-left: 5px;
}

#right
{
    background: #fff;
    width: 190px;
    height: auto;
    float: right;
}

.navBar
{
	color: #10147f;
}

.navHover
{
	background:  #fff;
	border-bottom: solid 1px #b20022;
	text-align: left;
	font-weight: bold;
	color: #b20022;
	width: 195px;
	margin-right: 0px;
	padding-right: 0px;
}

.navButton
{
	text-align: center;
	border-bottom: solid 1px #b20022;
	color: black;
	height: 20px;
	font-size: 8pt;
}

.navSubItem
{
	background:  #fff url(images/btnBack.gif) repeat-x left;
	border-bottom: solid 1px #b20022;
	width: 195px;
	margin-right: 0px;
	padding-right: 0px;
	border-right: solid 1px #b20022;
	border-left: solid 1px #b20022;
	color: Black;
	font-size: 8pt;
}

.title
{
    width: 100%;
    background-color: #10147f;
    border: solid 2px #b20022;
    color: White;
    font-weight: bold;
    text-align: center;
}



title a:link
{
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}



title a:visited
{
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

.title a:hover
{
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
}

title a:active
{
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

.title2
{
    width: 100%;
    background-color: white;
    border: solid 2px #b20022;
    color: #10147f;
    font-weight: bold;
    text-align: center;
}

title2 a:link
{
    color: #10147f;
    text-decoration: none;
    font-weight: bold;
}

title2 a:visited
{
    color: #10147f;
    text-decoration: none;
    font-weight: bold;
}


.title2 a:hover
{
    color: #b20022;
    text-decoration: underline;
    font-weight: bold;
}
  
title2 a:active
{
    color: #10147f;
    text-decoration: none;
    font-weight: bold;
}  

H1, H2, H3
{
    margin: 0px;
    color: #10147f;
}

H4, H5
{
    margin: 0px;
    color: #b20022;
}

a:link	{	
	text-decoration:	none;
	color: #10147f;
	font-weight: normal;
	}	
		
a:visited	a:active {	
	text-decoration:	none;
	color: #10147f;
	font-weight: normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #b20022;
	font-weight: normal;
	}
	
#footer
{
	clear: both;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;
}

#footer table
{
	font-family: Verdana, MS Sans Serif;
	font-size: xx-small;
	width: 100%;
}

#footer a:link a:visited a:hover
{
	color: Black;
	font-weight: normal;
}

#footer a:hover
{
	color: #b20022;
	text-decoration: underline;
	font-weight: bold;
}

.links {
	background-color: #10147f;
	border-right: #10147f 1px solid;
	border-top: #10147f 1px solid;
	border-left: #10147f 1px solid;
	border-bottom: #10147f 1px solid;
	width: 195px;
}

.links img
{ margin-right: 5px;}