﻿/*Main body of page*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;color: #606080;margin: 0px;
}
td, tr, p, div {font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 11px;color: #404070;}

.main {
    border: 1px solid #000066;
}
.head {
    font-size: 26px;
    
    background-color: #E7D0B9; x: #C7BE9F;
    color: white;
    padding: 5px;
}
.contentsection {
    background-image: url(images/arch.gif);
    background-repeat: no-repeat;
    width: 680px;
    padding: 10px;
    padding-top: 40px;
}

H3 {
    font-weight: bold;
    font-size: 12px;
    color: #CC9966;
    margin-bottom: 0px;
}

.leftborder {
	width: auto;
	background-image: url(images/FadeLeft.jpg);
	background-repeat: repeat-y;
    background-color: #CC9866;
    background-position: right;
}

.rightborder {
	width: auto;
	background-image: url(images/FadeRight.jpg);
	background-repeat: repeat-y;
    background-color: #CC9866;
}

.centercolumn {
    width: 700px;
    border: solid 3px #E7D0B9;
}

/*General Tables and others */
hr{height: 1px;width: 100%;color: #000060;}
hr.separator{background: #C0C0C0;height: 1px;width: 75px;border: 0px;}

/*Main Level Navigation*/
.mainmenu {
    width: 100%;
    text-align: center;
    background-color: #CC9966;
    color: white;
    border: solid white 1px;
}
.mainmenu td a:link, .mainmenu td a:visited { color: white; text-decoration: none;}
.mainmenu td a:active { color: blue; }
.mainmenu:hover { color: red; }
.mainmenu td {border: solid 1px white; padding 5px;font-weight: bold;}

/*Footer style*/
.footer {text-align:center; padding: 3px; font-size: 11px;background-color:#000000;color:white;}
