body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #99CCFF;
	margin: 0;
	padding: 0;
}

ul, ol, dl { /
	padding: 0;
	margin: 0;
	list-style:disc;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color:#1FFF1F;
	text-decoration: underline; }
a:visited {
	color: #1FFF1F;
	text-decoration: underline;}
a:hover, a:active, a:focus {
	text-decoration: none;}

div.container {
	padding:25px;
	width: 90%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin:25px;}


div.header {
	background: #FFF;}


div.menu {
	margin-left:25%;
	margin-left:25%;
	float:left;
	width:100%;
	/*font-size:93%;*/
	overflow:hidden;
	font-weight:bold;}

.menu ul
{margin:0;
	padding:10px 10px 0 0px;
	list-style:none;}

.menu li{display:inline;
	margin:0;
	padding:0;	
	}

.menu a {
	float:left;
	background:url(../img/right.png) no-repeat right top;
	padding:0 0 0 6px;
	text-decoration:underline;
	color:1FFF1F;
	}

.menu a span {
	float:left;
	display:inline;
	background:url(../img/right.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:-7px;
	color:1FFF1F;}
	
.menu a:hover {
	background-position:0% -42px;
	}

.menu a:hover span {
	background-position:100% -42px;
	}

iframe {background-color:#FFF;
border:thick;}

div.content {
	padding: 10px 0;
	width: 100%;
	text-align:center;
	background-color:#1F8FFF;}

.content ul, .content ol, .content.li { 
	padding: 0 15px 15px 40px; 
	list-style:disc;}
	
/*ul.content
{ 
	padding: 0 15px 15px 40px; 
	list-style:disc;}*/

/* ~~ Footer ~~ */
div.footer {
	padding: 10px 0;
	background: #1F8FFF;
	position: relative;
	width:100%;
	font-size:9px;}
	
.fltrt {  
	float: right;
	margin-left: 8px;}
	
.fltlft {
	float: left;
	margin-right: 8px;}
	
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;}
	

.content { margin-right: -1px; } 
/*ul.nav a { zoom: 1; } */

