* {
	font-family: "Helvetica", Lucida, Verdana, sans-serif;
	margin: 0;
	font-size: 12px;
}

/* CLASSES */

.large {
	font-size: 16px;
}

.left {
	float: left;
	width: 240px;
	margin: 0 0 10px 0;
}

.right {
	float: right;
	width: 240px;
	margin: 0 0 10px 0;
}

#content #bullets {
	list-style: disc;
}

.clear {
	clear: both;
}

.word {
	background: url(../images/word.gif) no-repeat 50% left;
	padding: 5px 0 5px 25px;
}

.italic {
	font-style: italic;
	font-family: "georgia";
}

.line {
	border-bottom: 1px solid #005a74;
	clear: both;
	margin: 10px 0 10px 0;
}

.line-2 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 10px 0 10px 0;
}

body {
	background: #d1eefa url(../images/bkg-body.gif) repeat-x top
}

/* FORMAT */

p {
	margin: 0 0 10px 0;
}

h1 {
	color: #005a74;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 750px;
	background: url(../images/bkg-wrap.jpg) no-repeat top;
	padding: 0 25px 0 25px;
	height: 800px;
}

/* DIV ID's */

#navigation {
	top:  60px;
	padding: 45px 0 0 0;
}

#sidebar {
	position: static;
	float: left;
	width: 200px;
	height: 600px;
	padding: 0 0 0 0;
}

#sidebar ul {
	list-style: none;
	width: 175px;
	padding: 0 15px 0 15px;
	text-align: right;
	margin: 0 0 15px 0;
}

#sidebar li {
	padding: 3px 0 5px 0;
}

#sidebar a {
	font-size: 14px;
	padding: 0 10px 0 0;
	display: block;
	color: #005a74;

}

#sidebar li:hover {
	background: url(../images/li-hover.gif);
}

#sidebar img {
	padding: 0 0 0 33px;
}

#sidebar a:hover {
	color: #fff;
}

#content {
	float: right;
	width: 500px;
	padding: 280px 25px 0 25px;
	background: url(../images/header.png) no-repeat top right;
	margin: 0 0 25px 0;
}

#content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#content li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #005a74;
	font-size: 14px; 
	font-family: "Georgia";
}

blockquote {
	background: url(../images/quote-start.png) no-repeat top left;
	text-indent: 35px;
	line-height: 20px;
	font-size: 14px;
	font-family: "georgia";
	margin: 0 0 10px 0;
}

.lastword {
	background: url(../images/quote-end.png) no-repeat right;
	text-indent: 35px;
	font-size: 14px;
	padding: 5px 35px 5px 0;
	font-family: "georgia";
}

#links {
	clear: both;
	padding: 30px 10px 30px 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #acdff2 url(../images/links-bkg.gif) top repeat-x;
	margin: 15px 0 15px 0;

}

#links ul {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
	list-style: none;
	padding: 0;
}

#links li {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #000;
}

#packages div {
	float: left;
	width: 230px;
	margin: 10px 10px 10px 0;
}

#packages dt {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
}

#packages strong {
	font-size: 14px;
	font-weight: bold;
}

#classes div {
	padding: 10px;
	background: #fff;
	min-height: 75px;
	background: #fff url(../images/div-top-round.gif) top no-repeat;
	
}

#classes dt {
	float: left;
	border-right: 1px dotted #ccc;
	margin: 0 10px 0 0;
	padding: 0 10px 10px 0;
	height: auto;
}

#classes dd {
	margin: 0 0 10px 0;
}

#footer {
	clear: both;
	background: url(../images/bkg-footer.gif) no-repeat bottom;
	padding: 100px 0 15px 15px;
	margin: 0 0 20px 0;
}
