@import "menu.css";
@import "table.css";
@import "lists.css";
body{
	font-size:10pt;
	font-family:Verdana,sans-serif;
	background-color:#fff;
}
p, table{font-size:8pt;}


#cwrapper
{
	background: url(./img/bgbody.png) top left repeat-y;

}
#cwrapperbtm
{
	clear:both;
	width:811px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height:20px;
	background: url(./img/bodybottom.png) top left no-repeat;
}
#header
{
	background-color:#0033CC;
	color:#fff;
	background: url(./img/headerbg.png) top left no-repeat ;
}
#headerimg
{

	margin:12px 0 0 10px;
	padding: 0 0 0 0;
	border:none;
	width:105px;
	height:71px;
	position:absolute;
	float:left;

}
#headertext
{
	background-image: url(./img/h1.png);
	margin:20px 60px 0 -0px;
	padding: 0 0 0 0;
	width:188px;
	height:45px;
	float:right;
}
#bubbleimage
{
	border:0px solid black;
	float:right;
	margin:0px 50px 0 0;
}

#content p
{
  text-align:justify;
  line-height:14pt;
}

#content img{margin:10px 10px 10px 10px;}

#content a:hover
{
	text-decoration:underline;
}

#footer
{
	/*background-color:#809FFF;*/
	background: url(./img/footerbg.png) top left no-repeat;
	color: #ccccff;
}

#footer a
{
	text-decoration:none;
	color: #bbbbff;
}
#footer a:hover
{
    color: #aaaaff;
}
#footer a:visited
{
    color: #ccccff;
}


#content h2{
	font-size:12pt;
	clear:both;
}

#content p.centered
{
	text-align:center;
}

#content h3
{
	font-size:10pt;
	font-style: italic;
}
a{text-decoration:none;color:#aa0000;}
a:hover{text-decoration:none;color:#dd0000;}
a img{border-width:0 0 0 0}
