body
{
	background: url(../images/tiling_bg.gif);
	font: normal 11pt auto Verdana, Arial;
	margin: 0;
}
.logo
{
	border-style: none;
}
a.menu:link
{
	color: black;
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
}
a.menu:visited
{
	color: black;
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
}
a.menu:hover
{
	color: maroon;
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
}
a.SmallMenu:link
{
	color: gray;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}
a.SmallMenu:visited
{
	color: gray;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}
a.SmallMenu:hover
{
	color: maroon;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}
.copyright
{
	color: gray;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}
.regular
{
	font-family: Arial;
	font-size: 10pt;
}
.style1
{
    height: 34px;
}

.cpHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 11pt auto "Trebuchet MS" , Verdana;
    font-size: 12pt;
    cursor: pointer;
    width: 450px;
    height: 18px;
    padding: 4px;
}
.cpBody
{
    background-color: #DCE4F9;
    font: normal 11pt auto Verdana, Arial;
    border: 1px gray;
    width: 450px;
    padding: 4px;
   /* padding-top: 7px;*/
}
#container
{
	position: relative;
	margin: auto;
	width: 800px;
	height: 100%;
	background: white;
	padding: 0px;
}
.containerBody
{
    padding: 5px;
}

img
{
	border: 0px solid black;
}
.NoBorder
{
	border: 0px solid black;
}
#header
{
	padding: 1px;
}

#header h1 { margin: 0; }

.line
{
	float: left;
	width: 100%;
	background: white;
	border-bottom: 1px solid gray;
}

#navigation
{
	float: left;
	width: 100%;
	background: white;
	border-bottom: 1px solid gray;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 20px;
	font-family: Arial;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}

#navigation li a:hover 
{ 
	color: maroon; 
}

#content
{
	float: left;
	width: 100%;
	background: white;
}

#content h2 
{ 
	margin: 20px;
	font-size: 14pt;
	font-weight: bold;
	background: white;
}
#content h3 
{ 
	margin: 20px;
	font-size: 12pt;
	font-weight: bold;
	background: white;
}
p
{
	margin: 20px;
}
#aside
{
	float: right;
	width: 16%;
	padding: 20px 0;
	margin: 0 2% 0 0;
	display: inline;
}


#footer
{
	background: white;
	text-align: center;
	color: gray; 
}

#section-navigation
{
	float: left;
	width: 100%;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	list-style-type: none;
	display: inline;
	display: block;
}
#section-navigation li
{
	float: left;
	padding: 5px 40px;
	font-family: Arial;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

#section-navigation li a
{
	float: left;
	padding: 0px 40px;
	font-family: Arial;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
#section-navigation li a:hover 
{ 
	color: maroon; 
}

