@charset "utf-8";
/* CSS Document */

@import 'menu.css';

body{
	background-color:#000066;
	background-image:url("../images/Paw.gif");
}

#container{
	width:775px;
	min-height:590px;
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-387.5px;
	margin-top:-295px;
	background-image:url(../Images/container-bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#header{
	height:220px;
}

#logo{
	position:absolute;
	width:217px;
	height:114px;
	top:10px;
	left:42px;
}

#logo img{
	border:none;
}

#index-logo{
	position:absolute;
	top:77px;
	left:119px;
	width:320px;
	height:180px;
}

#index-topright{
	position:absolute;
	top:0px;
	right:0px;
}

#index-bottomleft{
	position:absolute;
	bottom:0px;
	left:0px;
	width:246px;
	height:296px;
	margin:0px;
	padding:0px;
}

#index-bottom{
	position:absolute;
	bottom:0px;
	left:322px;
	width:217px;
	height:153px;
}

#page-title{
	position:absolute;
	top:17px;
	left:693px;
	width:62px;
	h/eight:285px;
	height:275px;
	z-index:100;
}

#header-logo{
	position:absolute;
	top:27px;
	left:274px;
	width:233px;
	height:193px;
	z-index:50;
}

#header-graphic{
	position:absolute;
	top:31px;
	left:441px;
	height:98px;
	width:203px;
	z-index:49;
}

#middle{
	margin-left:145px;
	margin-right:170px;
	min-height:370px;
}

#left-bar{
	width:145px;
	margin-left:-144px;
	left:-1px;
	float:left;
	position:relative;
	min-height:370px;
	background-color:#ffffff;
	padding:0px;
}

#left-bar img{
	margin:0px;
}

#right-bar{
	width:170px;
	margin-right:-169px;
	float:right;
	position:relative;
	right:-1px;
	min-height:370px;
}

#content-text {
    padding:15px 15px 15px 15px;
    text-align:justify;
}

#content-text font {
    color:#263f95; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:10pt;
}

a:link {
    text-decoration: none;
	color:#999999;
}
a:visited {
    text-decoration: none;
	color:#999999;
}
a:active {
    text-decoration: none;
	color:#999999;
}
a:hover {
    text-decoration: none;
	color:#000066;
}

span input{
	margin:2px 0px;
}
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

