body
	{
	font-size: 8pt;
	font-family: verdana, tahoma,  calibri, arial, helvetica;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #999999 url(images/bg.gif) repeat-y fixed center top;
	text-align: center;
	}

div
	{
	margin: 0;
	padding: 0;
	}
	
#page
	{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	}

#wrapper
	{
	}
	
#leftmenu
	{
    float: left;
    width: 170px;
	height: 200px;
    padding: 15px 15px 15px 15px;
	}

#content
	{
    float: left;
	width: 690px;
    text-align: left;
    padding: 30px 30px 15px 30px;
	}

#content_large
	{
    float: left;
	width: 890px;
    text-align: left;
    padding: 15px 30px 15px 30px;
	}

.cleaner
	{
	clear: both;
    float: none;
	}

#header
	{
	background: url(images/header.jpg) no-repeat;
	height: 180px;
	width: 950px;
	padding: 0px;
	}

#leftmenu .menuitem
	{
	display: block;
	padding-bottom: 5px;
    color: #49749C;
	text-decoration : none;
	}

#leftmenu .menuitem:hover
	{
    color: #49749C;
	text-decoration : underline;
	}
	
#leftmenu .menuitem.selected
	{
	font-weight: bold;
	}

#leftmenu .menutitle
	{
	}

#leftmenu .menubox
	{
	width: 100%;
	border: 1px #888888 solid;
    padding: 7px 4px 7px 5px;
    margin-bottom: 15px;
	}

h1
	{
    padding: 0px 0px 5px 0px;
    color: #305A81;
    font-size: 15pt;
	}

h2
	{
    padding: 0px 0px 5px 0px;
    color: #305A81;
    font-size: 11pt;
	}

form
	{
    padding: 0px 0px 0px 0px;
	}
	
#footer
	{
	padding: 15px 5px 15px 5px;
	text-align: center;
	font-size: 7pt;
	}

a
	{
    color: #49749C;
	text-decoration : none;
	}

a:Hover
	{
	color : #49749C;
	text-decoration: underline;
	}

img
	{
	border: 0;
	}
	
.query
	{
    text-align: left;
	font-family: verdana, tahoma,  calibri, arial, helvetica;
    font-size: 8pt;
    background-color: transparent;
    color: #000000;
    border: 1px #999999 solid;
	}

.button
	{
    font-size: 9pt;
	text-decoration : none;
	}


