html, body
{
    height: 100%;    
}

body
{
    background-position: top;
    background-color: white;
    background-image: url('/img/Background-Repeat.jpg');
    background-repeat: repeat-x;
    font-family: Tahoma, Arial, Sans-Serif;
}

#PageContainer 
{
	width: 960px;
    /*background-color: Red;*/
}

#bodyContainer {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

ul 
{    
	margin-left: 15px;
}

li 
{    	
	list-style: square outside none;
    font-size: 85%;    
}

ul.menuList
{
    list-style: none;     
}

ul.menuList li 
{
    display: inline; 
    font-size: 138.5%;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.menuList li a
{
    padding-right: 15px;
    padding-left: 15px;
}

ul.menuList li a:link, ul.menuList li a:visited
{
	color: Black;
}

.selectedMenuItem 
{
    background-color: Black;
}

.selectedMenuItem a:link, .selectedMenuItem a:visited
{
    color: White !important;
}

h2 {
	font-weight: bold;
	font-size: 123.1%;
	color: #655902;
	border-bottom: 1px solid #888;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

