﻿body
{
    font: 10px Verdana, Arial;
    background: #E4E5CA;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #202020;
}


h1 
{
    font-size: 16px;
    font-weight:bold;
}
h2 
{
    font-size: 14px;
    font-weight:bold;
}

h3 
{
    font-size: 12px;
    font-weight:bold;
}

h4 
{
    font-size: 10px;
    font-weight:bold;
}

.contactPanel
{
    z-index: 100;
    left: 125px; 
    position: relative; 
    top: 80px;
    width: 150px;
    color: #006600;
    letter-spacing: 90%;
}

.contactPanel a
{
    font-weight:normal;
    text-decoration: none;
    color: #006600;
}

.contactPanel a:hover
{
    font-weight:normal;
    text-decoration: none;
    color: #202020;
}

.dateBox
{
    z-index: 100;
    left: 370px; 
    position: relative; 
    top: 60px;
    width: 400px;
    color: #006600;
    text-align:center;
    /*height:15px; */
    }

.mainMenu
{
    z-index: 100;
    left: 60px; 
    position: relative; 
    top: 110px;
    width: 100px;
    text-align:left;
    height:290px; 
    line-height: 35px;
}
.mainMenu a 
{
    color: #202020;
    text-decoration: none;
    font-weight:bold;
}
.mainMenu a:hover
{
    color: #006600;
}

#contentPanel1
{
    z-index: 100;
    position: relative; 
    left: 150px; 
    top: -180px;
    width: 190px;
    height:480px;
    min-height: 480px; 
}

#contentPanel1 a
{
    font-weight:bold;
    text-decoration: none;
    color: #202020;
}

#contentPanel1 a:hover
{
    font-weight:bold;
    text-decoration: none;
    color: #006600;
}

#contentPanel2
{
    z-index: 100;
    position: relative; 
    left: 380px; 
    top: -710px;
    width: 380px;
    height:464px;
    min-height: 464px; 
}

#contentPanel2 li
{
    line-height: 20px;
    list-style-position: outside;
    list-style-type: disc;
}

#contentPanel2 a
{
    font-weight:normal;
    text-decoration: none;
    color: #202020;
}

#contentPanel2 a:hover
{
    font-weight:normal;
    text-decoration: none;
    color: #006600;
}

#footer
{
    z-index:100;
    position:relative;
    left: 0px;
    top: -30px;
    color: #006600;
    text-align: center;
}

#footer a
{
	color: #006600; 
	text-decoration:none;
}

#footer a:hover
{
	color: #006600; 
	text-decoration:underline;
}

    
.bigLines
{
    line-height: 20px;
}

.mediumLines
{
    line-height: 15px;
}

.centreLines
{
    text-align: center;
}

.greenText
{
    color: #006600; 
}

.boldText
{
	font-weight:bold;
}

.italicText 
{ 
    font-style: italic; 
}

.rightLines
{
    text-align: right;
}

.newsList
{
	color: #ff0000; /*#202020; */
	font-weight:normal;
	text-align:center;
}

.oneColFixCtr #container {
/*	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	height: 700px; */
	min-width:830px;
	width: 830px;
    min-height:680px;
	height: 680px;
	background: #E4E5CA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:25px;
	padding: 0px;
}
.oneColFixCtr #mainContent { 
	/*padding-top: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*padding-bottom: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*padding-left: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*padding-right: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
	/*margin: 0px 0px 0px 0px; */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-attachment:scroll ;
	background-repeat:no-repeat;
	background-image: url(../images/MandOVA_03.jpg);
	min-width:830px;
	width: 830px;
    min-height:670px;
	height: 670px;
/*	background-color:Red;*/
	left:0px;
	top:0px;
}
-->
