*
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11pt;
}

body
{
    background:#CED0D3 url("bg.gif") repeat-x top;
	color: #000000;
	margin: 0px;
	text-align: left;
}

A
{
    color: #000000;
    text-decoration: none;
}

img
{
	border: none;
}

.HeaderLogo
{
	margin-top:20px; 
	margin-bottom:10px;
	margin-right:380px;
}

.CopyrightFooter
{
	height: 40px;
	padding: 20px;
	font-size:10pt;
	clear:left;
	text-align:center;
}

/*************** Tab Styles  ****************/
#header 
{
    float:left;
    width:800px;
    background:#FFF url("bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
    margin:auto;
}
#header ul 
{
	margin:3px;
	padding:0px;
    padding-top: 10px;
    padding-bottom: 20px;
    list-style:none;
}
#header li 
{
    float:left;
    background:url("left_on.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}
#header a 
{
    float:left;
    display:block;
    background:url("right_on.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    color:#333333;
    width:100px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a 
{
    float:none;
}
/* End IE5-Mac hack */
#header a:hover 
{
    color:#990000;
}
#header #current 
{
    background-image:url("left.gif");
    border-width:0;
}
#header #current a 
{
    background-image:url("right.gif");
    color:#CC0000;
    font-weight:bold;
    padding-bottom:5px;
}
/*************** Tab Styles  ****************/

/*************** Menu Styles  ****************/
A.Menu
{
    color:#333333;
}
A:hover.Menu
{
    color:#990000;
}
A.MenuCurrent
{
    font-weight:bold;
    color:#CC0000;
}
A.SubMenu
{
    color:#333333;
}
A:hover.SubMenu
{
    color:#990000;
}
A.SubMenuCurrent
{
    font-weight:bold;
    color:#CC0000;
}
/*************** Menu Styles  ****************/

img.CollageImage
{
    width:130px;
    height:130px;
    border:5px solid black;
    margin:4px;
}

#main
{
	width:800px;
	margin:auto;
}