
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {margin: 0; padding: 0; border: 0;}

/* Main block-level definitions  */
body {
    background-color: #FFFFFF;
	text-align: center;
    width: 100% !important;

}
#wrapper {
    border: #490306 3px solid;
    color: #490306;
    font-family: "Comic sans MS", Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 10px auto;
    width: 760px;
}
/* HTML Selector definitions */
h1 {
    color: #ffffff;
	font-family: "Comic sans MS", Helvetica, sans-serif;
    font-size: 1.8em;
    padding: 40px 0px 10px 0px;
}
h2 {
    font-family: "Comic sans MS", Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 0px 0px 6px 0px;
}
h3 {
    font-family: "Comic sans MS", Helvetica, sans-serif;
    font-size: 1.1em;
    margin: 8px 0px 0px 0px;
}
h4 {
    font-family: "Comic sans MS", Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 0px 4px 0px;
}
p {
    margin: 6px 0px 4px 0px;
}
td p {
    font-weight: normal;
	font-size: 0.7em;
	margin: 0px 0px 4px 0px;
}
ul {
    margin: 0px 10px 2px 20px;
}

/* Navigation*/
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #9B2875;
}
a:active {
    color: #000000;
}
#rightcolcontent a {
    display: block;
    font-size: 1.1em;
    height: 2em;
    line-height: 2em;
    padding-left: 10px;
    text-decoration: none;
}
#rightcolcontent a:link {
    color: #000000;
}
#rightcolcontent a:visited {
    color: #000000;
}
#rightcolcontent a:hover {
    color: #9B2875;
}
#rightcolcontent a:active {
    color: #000000;
}
#menu {
    width: 8em;
}
.notpagelocation {
    margin: 3px 0px;
}
.pagelocation {
    color: #474747;
    display: block;
    font-size: 1.1em;
    height: 2em;
    line-height: 2em;
    margin: 3px 0px;
    padding-left: 10px;
    text-decoration: none;
}
/* Main content class and ID selector definitions, in alphabetical order.*/
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
.floatleft {
	float: left;
	margin-left: 25px;
}
.floatright {
	float: right;
	margin-right: 25px;
}
#header {
    background-color: #9B2875;
    height: 105px;
    text-align: center;
}
.imgleft {
    float: left;
    margin: 5px 5px 0px 0px;
}
.imgright {
    float: right;
    margin: 5px 10px 0px 3px;
}
#leftcolbackground {
    background-image: url(VSImages/leftcolbackground.gif);
    background-repeat: repeat-y;
    width: 100%;
}
#leftcolcontent {
    float: left;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 200px;
}
#middlecolcontentwrapper{
	height: 100%;
	margin: 0px 150px 0px 210px;
	text-align: left;
}
#middlecolcontent{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 99%;
}
#rightcolbackground {
    background: url(VSImages/rightcolbackground.gif) right top repeat-y;
    width: 100%;
}
#rightcolcontent {
    float: right;
    padding-top: 30px;
    padding-bottom: 10px;
	text-align: left;
    width: 140px;
}
/* Bottom/Footer definitions */
#footer {
    background-color: #EDEDED;
    border-top: 1px solid #606060;
    clear: both;
    font-size: 0.75em;
    height: 2.4em;
    line-height: 1.2em;
    padding: 10px;
    text-align: center;
}
#footer a:link {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:hover {
    color: #C0C0C0;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:active {
    color: #C0C0C0;
    font-weight: normal;
    text-decoration: underline;
}
