body {
	text-align: center;
	font-size: 0.9em;
	color: #333333;
	margin: 0;
	padding: 0;
	background: url(../images/bgid.jpg);
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:777px
}

#wrapper {
	text-align: left;
	width: 777px;
	margin: 0 auto
}

#header {
	width: 777px;
	height:251px;
}

#header-top {
	height:75px;
}

#nav {
	width: 775px;
	height:20px;
	background-color:#B588B4;
	border-left: 1px solid #639;
	border-right: 1px solid #639;
}

a:link, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: overline;
	color: #6699CC;
}

#content {
	margin: 0px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border: 1px solid #639;
	width: 768px;
	background: #FFFFFF;
	padding-left: 7px;
	} 

/* Hack for IE5.* which misinterprets the width */
* #content {
	text-align: left;
}
/* end hack */

#content h1 {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #660066;
	text-align: left;
	margin: 7px 7px -15px;
	padding: 0px 0.3em 0em 0px;
	line-height: 30px;
	clear: both;
}
#content h2 {
	font-size: 130%;
	font-weight: bold;
	color: #660066;
	margin: 1.5em 0.5em 0px 0.1em;
	padding-bottom: 0px;
	padding-top: -1em;
	padding-left: 7px;
}

#content h3 {
	font-size: 120%;
	color: #663366;
	margin: 1.5em 0.5em 0px 0.4em;
}
#content h4 {
	font-size: 110%;
	color: #663366;
	margin: 1.5em 0.5em 0px 0.1em;
	padding-left: 7px;
}

#content h5 {
	font-size: 100%;
	color: #663366;
	margin: 1.5em 0.5em 0px 0.1em;
	padding-left: 7px;
}

#content .resources {
	font-size: 110%;
	color: #663366;
	font-weight: bold;
	margin-left: 7px;
	margin-bottom: 5px;
}

#content .title {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #660066;
	text-align: left;
	margin: 7px 7px -15px;
	padding: 0px 0.3em 0em 0px;
	line-height: 20px;
	clear: both;
}
#content .subtitle {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #660066;
	text-align: left;
	margin: 0px 7px -15px;
	padding: 0px 0.3em 0em 0px;
	line-height: 25px;
	clear: both;
}
#content .boldtext {
	font-weight: bold;
	color: #660099;
}

#content a:link, a:active {
	color: #663366;
	text-decoration: underline;
}
#content a:visited {
	color: #67339B;
}
#content a:hover {
	color: #9966FF;
}

#content .box {
	margin: 0.5em;
	padding: 0.2em;
	border: 1px solid #0099CC;
	background-color: #EAD6F8;
	width: 670px;
	font-style: italic;
	background: #EEDFF9;
	border: 1px solid #660066;
}

#content left {
	float: left;
	width: 449px;
}
 #content p {
	padding-left: 7px;
	padding-right: 7px;
}

 #content .white-text {
	background: #660099;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.pic-left {
	float: left;
	padding-right: 5px;
}

.pic-right {
	float: right;
	padding-left: 7px;
}

#side-bar
{
	float: right;
	width: 150px;
	background-color: #EAD6F8;
	font-size: 0.7em;
	border-left: 1px solid #639;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 0;
}

#side-bar h1
{
	color: #ccc;
	background-color: inherit;
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#side-bar p
{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

#side-bar a
{
	text-decoration: none;
	color: #8cc91a;
	background-color: inherit;
}

#side-bar a:hover
{
	text-decoration: underline;
}

.footer {
	font-size: 0.8em;
	height: 30px;
	width: 775px;
	background: url(../images/navbar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
	border: 1px solid #639;
	clear: both;
}.img-left {
	float: left;
	margin-right: 7px;
}
