/*
------------ layout ------------
*/

html{
	margin:0;
	padding:0;
	height:100%;
	border:none;
   }

body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#FFFABD;
}

#frametable{
	height:100%;
	width:100%;
	border:none;
	margin-top:0px;
	margin-bottom:0px;
}

#leftspacer{
	width:80px;
}

#navicell{
	width:220px;
}
/*
------------ end layout ------------
*/
/*
------------ navi ------------
*/

#nav {
        width: 11.2em;
}
#nav, #nav ul, #nav li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#nav a {
        display: block;
        height: 1.2em;
		width: 100%;
        padding: 0.25em;
		text-decoration: none;
}
#nav a.span {
        color: #CC3333;
		font-size: 1.1em;
		position: relative;
}
#nav a.span:hover {
        color: black;
}
#nav li {
        border: none;
		clear: both;
		margin-top: 2em;
		margin-bottom: 2em;
}
#nav li ul li {
        font-size: 0.85em;
        border: none;
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 1em;
}
#nav li ul li a {
        color: #CC3333;
}
#nav li ul li a:hover {
        color: black;
}
/*
------------ end navi ------------
*/

/*
------------ content ------------
*/
#contenttable{
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#contentcell{
	border:none;
	height:500px;
}

#textcell{
padding-top:1em;
}

#contentIframe{
	margin:0;
	height:500px;
	width:100%;
	border:0px;
}

/*
------------ end content ------------
*/