/* Basic Elements */
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 10px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #800000;
	color: #fff;
}
	
.clearing {
	clear: both;
}


/* Layout */
#header {
	height: 120px;
	background: repeat-x url(./images/cloudbg.jpg);
}

#logo {
	float: left;
	height: 99px;
	width: 170px;
	margin: 8px 5px 0px 40px;
	background: no-repeat url(./images/kitemagic.gif);
}

#address {
	float: right;
	color: #333;
	font-size: 14px;
	width: 260px;
	padding: 3px 7px;
	margin: 7px 7px 0px 7px;
	background: repeat-x url(./images/cloudbg.jpg);
	border: 3px solid #ccc;
	font-family: Times New Roman, Times, serif;
}

#navbar {
	height: 45px;
	background: repeat-x url(./images/cloudbg.jpg);
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#bar {
	width: 100%;
	height: 5px;
	background: #000080;
}

#sidebar {
	float: left;
	width: 200px;
}

#main {
	margin-left: 200px;
	padding: 2px;
	
}

#mainf {
	margin-left: 10px;
	padding: 7px;
}

#footer {
	background: #000080;
	color: #fff;
	font-size: 80%;
}


/* Navigation Bar */

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navbar ul li {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar ul li a {
	text-decoration: none;
	color: #000080;
	margin: 0px;
	width: 110px;
	display: block;
	padding: 14px 0px 15px 0px;
	height: 16px;
	background: #ffff99;
	font-weight: normal;
}

#navbar ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	background: #6565ff;
	margin: 0px;
}

#navbar li#active {
	background: #000080;
	color: #fff;
	font-weight: bold;
	width: 115px;
	height: 16px;
	padding: 14px 0px 15px 0px;
}

#navbar li.inactive {
	background: #fff;
	color: #ccc;
	width: 92px;
	height: 16px;
	padding:0px 0px 0px 0px;
}

/* Side Nav Bar */

#sidebar ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#sidebar li { margin: 0 0 8px 0; }

#sidebar a
{
display: block;
padding: 15px 10px;
width: 200px;
color: #fff;
background-color: #D40000;
text-decoration: none;
}

#sidebar a:hover
{
color: #fff;
background-color: #ffff10;
text-decoration: none;
}
#sidebar li#active {
	background: #69C;
	color: #fff;
	font-weight: bold;
	width: 200px;
	height: 26px;
	padding: 15px 10px;
}
#sidebar ul ul li { margin: 0 0 5px 0; }

#sidebar ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 185px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#sidebar ul ul a:hover
{
color: #fff;
background-color: #69;
text-decoration: none;
}


/* Content */

p.blurb {
	font-family: Times New Roman, Times, serif;
}

p.boxdoublespace {
	line-height: 1.7em;
}

.rightf {
	float: right;
}

.leftf {
	float: left;
}

div.box1, div.box2, div.box3, div.box4, div.box5,div.box6 {
	background: #fff;
	width: 95%;
	margin: 10px auto;
}

div.box1 {
	border: solid #400080 2px;
}

div.box2 {
	border: solid #ff0000 2px;
}

div.box3 {
	border: solid #6363ff 2px;
}

div.box4 {
	border: solid #D40000 2px;
}

div.box5 {
	border: solid #009000 2px;
}

div.box6 {
	border: solid #ffff25 2px;
}
h3.title1, h3.title2, h3.title3, h3.title4, h3.title5 ,h3.title6{
	color: #000000;
	padding: 2px 0px 2px 25px;
	font: bold 185% Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
	margin: 15px;
	text-align: center;
}

h3.title1 {
	background: #400080;
}

h3.title2 {
	background: #ffff25;
}

h3.title3 {
	background: #6363ff;
}

h3.title4 {
	background: #ff0000;
}

h3.title5 {
	background: #009000;

}

h3.title6 {
	background: #ffff25;

}


/*Link Lists*/
