body {
	margin : 0;
	padding : 0;
	color : #666666;
	background : #eef6fb url(img/bg.jpg) repeat-y center;
	line-height : 2.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	border : 20px solid #fff;
	background-color: #eef6fb;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
}


#navcontainer {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #3366cc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navlist {
	padding : 3px 0;
	margin : 0;
	text-align : left;
	font : bold 110% "Trebuchet MS", verdana, sans-serif;
	color : #eef6fb;
	background-color: #eef6fb;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
	padding : 3px 1.5em;
	margin : 0;
	color : #FFFFFF;
	background : #99c6e7;
	text-decoration : none;
}
#navlist li a:link, #navlist li a:visited {
	color : #FFFFFF;
	background-color: #3366CC;
}
#navlist li a:hover {
	color : #3366cc;
	background-color: #eef6fb;
}
#navlist li a#current {
	color : #3366cc;
	background-color: #eef6fb;
}
.image {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner {
width : 750px;
height : 150px;
padding : 0;
margin : 0;
color : #fff;
background : #738ca5 url(img/banner.jpg) no-repeat;
}

#banner h1 {
	margin : 0;
	padding : 20px;
	letter-spacing : 0em;
	border-bottom : none;
	color : #FFFFFF;
	background : transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
}
#content {
	padding : 5px;
	margin-left : 220px;
	margin-bottom : 5px;
	color : #555;
	background : #eef6fb;
	width: auto;
}
#sidebar-a {
	float : left;
	width : 180px;
	border-right : 1px solid #fff;
	color : #555;
	background : #eef6fb;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
clear : both;
padding : 5px;
margin : 0;
text-align : left;
border-top : 10px solid #3366cc;
color : #333;
background : #eef6fb;
}
.roundcont {
	width : 95%;
	background : #f7fbfd;
	color : #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.roundcont p {
	margin : 10px;
}
.roundtop {
background : url(img/tr.gif) no-repeat top right;
}
.roundbottom {
background : url(img/br.gif) no-repeat top right;
}
img.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
p {
padding : 3px 10px 10px 5px;
}
h1 {
	padding : 0;
	color : #738ca5;
	background : inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 1.5em;
	font-variant: normal;
}
h3 {
	font-size: 100%;
	font-variant: normal;
	font-style: italic;
	line-height: 1.5em;
	margin: 10px;
	list-style-position: outside;
	list-style-type: none;
	text-decoration: none;
	color: #FF0000;
	text-align: left;
}

h2 {
	margin : 10px 0 10px 10px;
	padding : 0;
	color : #738ca5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
a {
	text-decoration : none;
	color : #0000FF;
}
a:hover {
text-decoration : underline;
color : #66a0e0;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a img {
border : 0;
}
.img {
	float : left;
	padding : 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.highlight {
	background-color: #FFFF99;
}
.boldtext {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #738ca5;
	line-height: 3.3em;
}
.singlepage {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2.5em;
}

.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.photo {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 10px;
}
.smallprint {
	font-size: 9px;
	line-height: normal;
}
.bodyquote {
	color: #738ca5;
	font-style: italic;
	font-weight: bold;
	line-height: 2.8em;
}
.redtext {
	font-weight: bold;
	color: #FF3333;
}

