html{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	overflow:hidden;
}

body{
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color:#E6EBF2;
}

h2 {
        font-family: sans-serif;
        font-size: 110%;
}

span.emph{
        font-family: sans-serif;
        font-size: 88%;
        font-weight: bold;
}

b{
        font-family: sans-serif;
        font-size: 88%;
        font-weight: bold;
}

#content{
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:80px;
        padding-right:80px;
	position:relative;
	z-index:3;
        font-family:sans-serif;
}

#contentIndex{
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:80px;
        padding-right:0px;
	position:relative;
	z-index:3;
        font-family:sans-serif;
}

#head{
	position:absolute;
	margin:0;
	top:0;
	right:0px;
	background-color:#ffffff;
	display:block;
	width:100%;
	height:125px;
	z-index:5;
	border-bottom:1px solid #000;
	color:#ffffff;
}

#foot{
	position:absolute;
        float:clear;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	text-align:center;
	width:100%;
	height:35px;
	z-index:4; 
	border-top:1px solid #000;
	font-size:small;
	font-weight:500;
	font-family:sans-serif;
	color:#555555;
	background-color:#ffffff;
}

#newsBox{
	float:right;
	top:150px;
        right:0px;
	height:450px;
	width:200px;
	background:#def;
	border:1px solid #000;
	margin:5px;
	padding:5px;
}

.pad1{
	display:block;
	width:18px;
	height:50px;
	float:left;
}

.pad2{
	display:block;
	height:125px;
}

/* Image Links */
a.img:link{color:#ffffff; text-decoration:none;}
a.img:visited{color:#ffffff; text-decoration:none;}
a.img:hover{color:#ffffff; text-decoration:none;}
a.img:active{color:#ffffff; text-decoration:none;}

/* Footer Links */
a.foot:link{color:#555555; text-decoration:none; font-size:small; font-weight:500;}
a.foot:visited{color:#555555; text-decoration:none; font-size:small; font-weight:500;}
a.foot:hover{color:#555555; text-decoration:underline; font-size:small; font-weight:500;}
a.foot:active{color:#555555; text-decoration:underline; font-size:small; font-weight:500;}

/* Toggle Links */
a.toggleLink:link{color:#201e72; text-decoration:none; font-family: sans-serif; font-size: 100%;}
a.toggleLink:visited{color:#201e72; text-decoration:none; font-family: sans-serif; font-size: 100%;}
a.toggleLink:hover{color:#201e72; text-decoration:none; font-family: sans-serif; font-size: 100%;}
a.toggleLink:active{color:#201e72; text-decoration:none; font-family: sans-serif; font-size: 100%;}

/* Default Links */
a:link{color:#234e83; text-decoration:none; font-weight:bold; font-family: sans-serif; font-size: 88%;}
a:visited{color:#234e83; text-decoration:none; font-weight:bold; font-family: sans-serif; font-size: 88%;}
a:hover{color:#234e83; text-decoration:underline; font-weight:bold; font-family: sans-serif; font-size: 88%;}
a:active{color:#234e83; text-decoration:underline; font-weight:bold; font-family: sans-serif; font-size: 88%;}

/* News Paragraph */
p.newsBox{
	font-family:sans-serif;
	font-size:90%;
}
/* Images, right and left */
img.right {
        float: right;
        padding-left:0px;
        padding: 15px 15px 15px 15px;
}
img.left {
        float: left;
        padding-left:0px;
        padding: 15px 15px 15px 15px ;
}

img {
        border-style: none;
        padding-left:25px;
}

img.footer {
        border-style: none;
        padding-left:0px;
        vertical-align:text-bottom;
}

/* Navigation (top) menu */
#nav {
	padding: 20;
        padding-left:40px;
	margin: 0;
	list-style: none;
	font-size:small;
	font-weight:500;
	font-family:sans-serif;
	color:#555555;
	
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-width: 0.25em;
}

#nav a {
	display: block;
	width: 8.25em;
	color:#555555;
	text-decoration:none;
	padding: 0.3em 0em;
        font-size:small;
        font-weight:500;
}

#nav li:hover, #nav li.sfhover {
	background: #E6EBF2;
}

#nav li {
	float: left;
	width: 8.25em;
	background: #ffffff;
}

#nav li ul {
	position: absolute;
	width: 8.25em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}