﻿body, p, div, form, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}

ul, li
{
	list-style:none;
}

img
{
	display:block;
}

body 
{
	background-image:url('Images/background.gif');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:14px;
}

body .Page
{
}

.Clear
{
	clear:both;
	height:0px;
	overflow:hidden;
}

#Header
{
	/* total width 930px */
	width:719px;
	padding-left:211px;
	margin-left:auto;
	margin-right:auto;
}

#Header .Logo
{
	background-image:url('Images/logo.gif');
	width:295px;
	height:71px;
}

#Content
{
	/* total width 930px */
	width:892px;
	padding:19px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f3f3f3;
}

#Content .Left
{
	width:172px;
	float:left; 
}

#Menu
{
    
}

#Menu li.Header
{
    height:25px;
	width:172px;
	padding:0px;
	margin:0px;
}
#Menu li.Header img
{
	background-image:url('Images/menuheader.gif');
	height:25px;
	width:172px;
	padding:0px;
	margin:0px;
}

#Menu li a
{
	display:block;
	color:#ffffff;
	background-image:url('Images/menuitem.png');
	text-decoration:none;
	font-weight:bold;
	line-height:31px;
	padding-left:16px;
	font-size:12px;
	background-color:#939393;
}

#Menu li a:hover
{
	background-color:#1e7dab;
	background-image:url('Images/menuitem_over.png');
}

#Content .Right
{
	float:right;
	width:679px;
}

#Content .Right h1
{
	color:#ffffff;
	line-height:33px;
	font-weight:bold;
	background-image:url('Images/title_background.gif');
	font-size:18px;
	padding-left:16px;
}

#Content .Right dl
{
  background-color:White;  
}

#Content .Right dl dt
{
	color:#898888;
	line-height:30px;
	font-weight:bold;
	background-image:url('Images/subtitle_background.gif');
	background-position:left bottom;
	font-size:14px;
	padding-left:16px;
	padding-top:20px;
}

#Content .Right dl dd
{
	color:#898888;
	padding-left:16px;
	padding-top:8px;
}

#Footer
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0091bc;
	line-height:33px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}