﻿/* --- Main styles --- */
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #d5d5d5;
    font-family: Arial;
    font-size: 0.9em;
}
a
{
	color: #800080;
}
a:link
{
	text-decoration: underline;
}
a:visited
{
}
a:hover
{
	color: #0000ff;
    text-decoration: none;
}
p
{
	padding: 5px 10px 0px 10px;
	margin: 0px 8px 5px 8px;
}
h1
{
	font-size: 1.3em;
	font-weight: 700; 
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
}
h2
{
	font-size: 1.2em;
	font-weight: 700; 
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
}
h3
{
	font-size: 1em;
	font-weight: 700; 
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
}

/* --- ID Styles for page layout --- */
#pageContent
{
    width:900px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#mainBodyContainer
{
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #800080;
	border-right: 1px solid #800080;
	border-bottom: 1px solid #800080;
	background-image: url(../images/pageBackPanels.jpg);
    background-repeat: repeat-y;
}
#mainBody
{
    float: left;
    width: 900px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/pageContentBack.jpg);
    background-repeat: no-repeat;
}
#leftPanel
{
    float: left;
    width: 230px;
    min-height: 710px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background-image: url(../images/leftPanelBack.jpg);
    background-repeat: no-repeat;
}
#banner
{
    float: left;
    width: 670px;
    height: 98px;
    background-color: #800080;
    background-image: url(../images/bannerBack.jpg);
    background-repeat: no-repeat;
}
#menuBar
{
    float: left;
    width: 670px;
    height: 48px;
    color: #800080;
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    background-color: #c99eca;
    background-image: url(../images/menuBarBack.jpg);
    background-repeat: repeat-x;
}
#mainContent
{
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 670px;
    min-height: 554px;
}
#logoImageDiv
{
    width: 210px;
    height: 190px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}
#logoImage
{
    width: 130px;
    height: 133px;
}
#bannerImageDiv
{
    padding: 18px 0px 0px 0px;
    height: 57px;
    width: 100%
}
#bannerTextDiv
{
    padding: 0px 0px 0px 0px;
    width: 98%;
    font-family: Times New Roman;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    color: #ffffff;
}
#footerPanel
{
	float: left;
	width: 900px;
	min-height: 30px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #efe2ef;
	background-image: url(../images/menuBarBack.jpg);
    background-repeat: repeat-x;
	border-top: 2px solid #800080;
	font-size: 0.6em;
}
#footerPanel p
{
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
/* --- Main menu styles --- */
#menuItems 
{
    list-style-type: none;	
    clear: both;
    display: block;
    overflow: visible;
    float: left;
    width: auto;
    margin: 7px 15px 0px 0px;
    padding: 0px 0px 0px 0px; 
    white-space: nowrap;
    position: relative;
    color: #000000;
}
#menuItems li 
{
    display: block;
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 20px;
}
#menuItems li a
{
    color: #800080;
    text-decoration: none;
}
#menuItems li a:link
{
    color: #800080;
    text-decoration: none;
}
#menuItems li a:visited
{
}
#menuItems li a:hover
{
    color: #c000c0;
    text-decoration: none;
    border-bottom: 3px double #c000c0;
}
#menuItems li.itemSelected a
{
    color: #c000c0;
    text-decoration: underline;
    border-top: 0;
    border-bottom: 0;
}
#menuItems li.itemSelected a:link
{
}
#menuItems li.itemSelected a:visited
{
}
#menuItems li.itemSelected a:hover
{
}
#whatsNew
{
	border: 2px inset #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 10px;
}
#whatsNew h4
{
	font-size: 1em;
	font-weight: 700; 
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #800080;
	border-bottom: 1px solid #c785c9;
}
#whatsNew p
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#whatsNew a
{
	color: #ffffff;
	font-weight: 700;
}
#whatsNew a:link
{
	text-decoration: underline;
}
#whatsNew a:hover
{
	text-decoration: none;
	color: #c785c9;
}
#whatsNew a:visited
{
}

/* --- Style Classes --- */
.clearing
{
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.larger
{
	font-size: 1.5em;
}

.leftColPanel
{
	border: 2px inset #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 5px 30px 0px 10px;
}
.leftColPanel .headContainer
{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #800080;
	border-bottom: 1px solid #c785c9;
	width: 100%;
	float: left;
}

.leftColPanel h4
{
	font-size: 1em;
	font-weight: 700; 
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 140px;
}
.leftColPanel img
{
	float: right;
	margin: 3px 3px 3px 3px;
	padding: 1px 1px 1px 1px;
	vertical-align: text-top;
	border: none;
}
.leftColPanel p
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.leftColPanel a
{
	color: #ffffff;
	font-weight: 700;
}
.leftColPanel a:link
{
	text-decoration: underline;
}
.leftColPanel a:hover
{
	text-decoration: none;
	color: #c785c9;
}
.leftColPanel a:visited
{
}
.leftColPanel ul
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.9em;
	list-style-type:none;
}
.leftColPanel ul li
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.leftColPanel ul li a:hover
{
	text-decoration: none;
	color: #ffff00;
}
.date
{
	font-size: 0.8em;
}
.rssBut
{
	border: none;
	background-color: Transparent;
	text-align: left;
}
.adSpaceLeft
{
	float: left;
	margin: 5px 2px 5px 33px;
	padding:0px 0px 0px 0px;
	border: 0;
	width: 300px;
	height: 250px;
}
.adSpaceRight
{
	float: left;
	margin: 5px 3px 5px 3px;
	padding:0px 0px 0px 0px;
	border: 0;
	width: 300px;
	height: 250px;
}