/* Elements */
body
{
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: medium;
	color: navy;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #ccccff;
	font-weight: bold;
}

h1 {
}

h4
{
	font-weight: bold;
	font-size: medium;
	color: navy;
	font-family: 'Comic Sans MS';
}
h3
{
	font-weight: bold;
	font-size: large;
	color: navy;
	font-family: 'Comic Sans MS';
}
h5, h6 {
}

p, ol, ul, dl, blockquote {
}
li
{
	list-style-position: outside;
	color: #660099;
	list-style-type: disc;
	text-indent: 15px;
	font-family: 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
}


/* Content */

#content {
	padding: 20px;
	background: #FFFFFF url(images/img5.gif) repeat-x;
}

#colOne {
	float: left;
	width: 20%;
}

#colTwo {
	float: left;
	width: 54%;
	padding: 0 0 0 2em;
}

#colTwo h2 {
	margin-bottom: .3em;
	font-size: 2em;
}

#colThree {
	float: right;
	width: 20%;
}

/* Footer */

#footer {
	padding: 10px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

/* Boxed */

.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	background: #CADAFF url(images/img2.gif) no-repeat;
	font-size: 1.3em;
	color: #FFFFFF;
}

.boxed h3 {
	margin: 0;
	font-size: 1em;
}

.boxed p, .boxed ul {
	margin-top: 0;
}

.boxed ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	color: #CADAFF;
}

.boxed-content
{
	padding: 8px;
	background: #eaf0ff;
	border-left: 2px solid #CADAFF;
}
.header
{
	color: white;
	font-weight: bold;
	background-color: #333399;
	background-image: url(images/bluehorse1.jpg);
	font-family: 'Comic Sans MS';
	background-repeat: repeat-x;
	margin: 0px;
}

.headerLink
{
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-family: 'Comic Sans MS';
	background-color: #333399;
	background-image: none;
}

.headerLink a:hover
{
	color: yellow;
	text-decoration: underline;
}

.TopLogo
{
	font-weight: bold;
	font-size: large;
	color: white;
	font-family: 'Comic Sans MS';
	margin: 0;
	padding: 0px  0px 3px 3px;
	background-color: #330099;
	width: 230px;
	height: 13px;
}
.TopAddr
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: 'Comic Sans MS';
	margin: 0;
	padding: 3px 0px 3px 3px;
	background-color: #330099;
	width: 110px;
	height: 10px;
}
.Topics
{
	font-family: 'Comic Sans MS' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: navy;
	font-family: 'Comic Sans MS';
}
.TopicText
{
	color: #660099;
	font-family: 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: small;
}
.BulletItems
{
	list-style-position: outside;
	color: #660099;
	list-style-type: disc;
	text-indent: 15px;
	font-family: 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 18px;
}