html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size: small; 
font-family: verdana, arial, sans-serif; 
background: whitesmoke none no-repeat -18px 0; 

overflow: hidden;
	color: navy;
}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {display:block; height:100%; max-height:100%; overflow: auto; padding-left: 200px; position:relative; z-index: 1;
	padding-right: 10%;
}

/* My Comment */
#head {position:fixed; top:0; display:block; height: 110px; background: #454aa8 url(images/lettering.gif) no-repeat scroll 75px; font-size:4em; z-index: 4; color:#fff;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	width: 98%;
	border: 2px solid #797dd4;
}

.footer {
	text-align: right;
	width: 100%;
	height: 60px;
	float: none;
	visibility: visible;
	display: block;
	z-index: 3;
	margin-top: 10px;
	padding-top: 25px;
	font: small-caps small Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	left: 25px;
	color: navy;
	position: relative;
	bottom: 10px;
	clear: left;
	border-top: 1px solid navy;
	border-right: 1px solid navy;
	margin-right: 40px;
	right: 25px;
}

/* My Comment */

/* @group My Group */



/* @end */

/* My Comment */

/* My Comment */

/* My Comment */

#navbar {position:fixed; left:0; top:0; height:100%; width:200px; background:url(sideclown.jpg) whitesmoke; background-position:0 100px;; font-size:1em; color:navy;z-index: 3; border-right: 1px solid navy;
	line-height: 1em;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
/*#pad3 {display:block; width:18px; height:50px; float:left;}*/

.pad4 {
	width: 100%;
	height: 20px;
}

/* My Comment */
.pad2 {display:block; height:120px;}

ul {
	list-style-type: none;
}

a:link	{	
	text-decoration: none;
	color: mediumblue;
	font: normal small-caps medium Verdana, "Lucida Grande", Lucida, sans-serif;
	}	
		
a:visited	{	
	color: mediumblue;
	font: normal small-caps medium Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}			
a:hover	{	
	text-decoration: none;
	color: orchid;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}

a:active	{
	color: orchid;
	font-weight: normal;
	font-size: medium;
	font-variant: small-caps;
	font-style: normal;
}

p {
	padding: 3px;
	line-height: 1.5em;
	margin-left: 1em;
	margin-bottom: -1em;
}

.title {
	color: navy;
	text-decoration: none;
	text-align: center;
	border-top-color: navy;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font: normal small-caps large Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: -50px 0 5px;
}

.page {
	float: right;
	display: block;
	position: relative;
	color: #a8abff;
	font: normal small-caps normal x-large "Times New Roman", Georgia, Times, serif;
	width: 300px;
	clear: none;
	top: 50px;
	height: 1em;
	z-index: 3;
	text-align: center;
}

.headline {
	text-align: center;
	color: navy;
	font: small-caps large Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#content > p {
	font-variant: normal;
	color: navy;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 1em;
}

#content > H2 {
	color: navy;
	font: medium Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

#content > H3 {
	color: navy;
	text-align: center;
	font: small-caps x-large Georgia, "Times New Roman", Times, serif;
}

#content > H4 {
	font: small-caps large Georgia, "Times New Roman", Times, serif;
	color: navy;
	text-align: center;
}
#content >H5 {
  font: medium Veranda "Lucida Grande" Lucida sans-serif;
	color: navy;
	text-align: center;
	}

#content > img {
	float: right;
	padding: 15px;
	width: 200px;
	display: block;
}


#content em {
	font-style: italic;
	font-size: larger;
}






#content li {
	margin-bottom: .5em;
	text-indent: 1.5em;
}

#content dt {
	font: small-caps medium Georgia, "Times New Roman", Times, serif;
	margin-left: 1em;
}

iframe {
	width: 100%;
	height: 100%;
	position: static;
	display: block;
	overflow: auto;
	visibility: visible;
	z-index: 4;
	clear: both;
}

/*#content ol {
	list-style-type: disc;
}*/







/* @end */