body
{
	background-color: #FCFCFC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #3F3F3F;
	clear: both;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 10px;
	clear: both;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

.subtitle {
	font-weight: bold;
	color: #555566;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
hr {
	border: thin ridge #003399;
	clear: both;
}
hr.seperator {
	border: 0.02em solid #DDDDDD;
	margin: 3px 1px;
	clear: both;
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 800px;
	text-align: left;
	background-color: #FAFFFF;
	border: 1px solid #666666;

}
.incontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	background-color: #FAFFFF;
	vertical-align: top;
}

.topnav a{
	color: #0099CC;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	background: #f5f8f9 url(images/ui-bg_glass_85_f5f8f9_1x400.png) 50% 50% repeat-x;
	padding: 5px;
	border: 1px solid #CCCCCC;
	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.topnav a:hover{
	color: #0066CC;
	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	padding: 5px;
	border: 1px solid #79b7e7;
}

.topnav .current{
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sidenav .current{
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	height: 80px;
	width: 112px;
	clear: none;
	float: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	vertical-align: top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 0;
}


.sidenav a{
	color: #0099CC;
	text-decoration: none;
	background: #f5f8f9 url(images/ui-bg_glass_85_f5f8f9_1x400.png) 50% 50% repeat-x;
	border: 1px solid #CCCCCC;
	height: 80px;
	width: 112px;
	clear: none;
	float: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	vertical-align: top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 0;
}
.sidenav a:hover{
	color: #0066CC;
	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	border: 1px solid #79b7e7;
}

.boxedarea {
	border: 1px solid #CCCCCC;
	background: #f5f8f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left {
	position: relative;
	float: left;
	clear: left;
}
.right {
	position: relative;
	float: right;
	clear: right;
}

.imagecontainer {
	width: 0;
	height: 0;
	position: absolute;
}

.fadableimage {
	position: relative;
}

p {
	text-indent: 40px;
}

.pagelinks {
	font-size: 14px;
	text-align: center;
	width: 100%;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pagelinks a {
	font-size: 14px;
}

.button {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
.button span.ui-icon, .button span.ui-icon-sm {float: left; margin: 0 4px;}
