BODY 
{
    color: #000000;
    background-color: #0000FF;
    font-family: Verdana;
    margin: 0px 0px 5px 0px;
    height:100%;
}

#Container
{
    width:1024px;
    margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#Page
{
    background-color:#FFFFFF;
    height: 700px;
}

html>BODY>#Container #Page 
{
    height:auto;
}

#Header
{
	background-image: url("../Images/logo_slice.png");
	background-repeat: repeat;
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 22pt;
	text-transform: uppercase;
	font-family: Verdana;
	color: White;
	padding-top: 30px;
	width:100%;
}

#Header a IMG
{
    border-style: none;
}

#Footer
{
	width:100%;
	text-align:center;
	font-size:10px;
	font-family: Verdana;
	background-color: #EEEEFF;
	clear:both;
}

#MainMenu
{
	width:100%;
    background:#BFD8F5 url("../Images/bg.gif")
      repeat-x bottom;
    font-size:14px;
    line-height:normal;
    height:36px;
}

#MainMenu ul
{
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}

#MainMenu li
{
    float:left;
    margin:0;
    padding:0 0 0 9px;
    background:url("../Images/norm_left.gif") no-repeat left top;
}

#MainMenu a
{
    float:left;
    display:block;
    background:url("../Images/norm_right.gif")
      no-repeat right top;
    padding:5px 10px 4px 1px;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    color:#3333FF;
}

#MainMenu #current 
{
    background-image:url("../Images/norm_left_on.gif");
}

#MainMenu #current a 
{
    background-image:url("../Images/norm_right_on.gif");
    padding-bottom:5px;
}

#statCounter
{
    margin-top:50px;
    margin-left: 10px;
    text-align: center;
}

#InfoPane
{
    float:right;
    width:250px;
    background-color: #FFFFFF;
    padding-top:15px;
}

#InfoPane .infoBox
{
    background-color: #ffccff;
    width: 220px;
    margin-top: 50px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-right: #9933ff thin solid;
    border-top: #9933ff thin solid;
    border-left: #9933ff thin solid;
    border-bottom: #9933ff thin solid;
    font-size: 1px; 
	line-height: 1px; 
}

#InfoPane .infoBox1
{
    background-color: #ffffff;
    width: 220px;
}


#InfoPane .infoBox .infoBoxCat
{
    position:relative;
    top:-42px;
    padding:0;
    margin: 0 0 -51px 0;
    float:left;
}

#InfoPane .infoBox .infoBoxTitle
{
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    background-color: #9933ff;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;  
	line-height: normal; 
}

#InfoPane .infoBox .infoBoxContent
{
    text-align:center;
    font-size:12px;
    padding: 3px;
	line-height: normal;    
}

#InfoPane .infoBox .infoBoxContent ul
{
    margin: 0;
    padding: 0 0 0 15px;
    text-align:left;   
}


#Content
{
	padding-top: 15px;
	padding-left: 10px;
	width:764px;
	background-color: #FFFFFF;
	padding-bottom:80px;
	text-align:left;
	float:left;
}

.ContentText
{
    width: 95%;
	font-size:12px;
}

.ContentText p
{
    text-align:justify;
    margin-left: 20px;
}

.intro
{
    background-color:#F0F0FF;
    color:#222288;
    text-align:justify; 
    padding: 5px 5px 5px 0;
    width: 95%; 
    margin-bottom: 10px;
    font-size: small;
}

.intro p
{
    text-align:justify; 
    margin-left:5px;
    margin-right:5px;
}

#Content h1
{
    color: #222288;
    font-family: Verdana;
    font-size:22px;
    font-weight: normal;
    padding-bottom: 3px;
    border-top: solid thin #222288;
    border-bottom: solid thin #222288;
    width: 95%;
    text-align: center;
}

#Content h2
{
	background-image: url("../Images/cat_bullet.png");
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	height: 25px;
	margin-top: 10px;
	font-size:medium;
	vertical-align:bottom;
}

#Content h3
{
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:bottom;
}

.formClass
{
    padding:0px;
    margin:0px;
}

#lastUpdate
{
    display: inline;
}