@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#ffcccc;
	min-width:600px;
	font-size:90%;
}
#weather {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
	background: #a5435c;
}
h1,h2,h3
{margin::.8em 0 .2em 0;
	padding:0;
	text-align: center;
}
.table {
	max-width: 400px;
	font-size: large;
}

#header
{
	clear:both;
	float:left;
	width:100%;
	background:#ffcccc;
}
#header
{
	border-bottom:5px solid #A5435C;
}
#header h1
{
	color:#A5435C;
	padding:.4em 15px 0 15px;
	margin:0;
	font-family: "Comic Sans MS";
}
#nav
{
	clear:both;
	float:left;
	width:100%;
	background:#ff99cc;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color:  #E6B426;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E6B426;
}
#nav ul 
{clear:left;
float:left;
width:100%;
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#nav ul li
{display:inline;
list-style:none;
margin:0;
padding:0;
}
#nav ul li a
{
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	color: 993366;
}
#nav ul li a:hover
{
	background:#669999;
	color:#FFFFFF;
}
#nav ul li a.active,#nav ul li a.active:hover
{color:#000000;
background:#E6B426;
font-weight:bold;
}
.colmask
{
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	border-top-width: 5px;
	border-top-style: solid;
	padding-bottom: 5px;
	border-top-color: #a5435c;
	min-height: 780px;
}



.colright,.colmid,.colleft
{float:left;
width:100%;
position:relative;
}
.col1,.col2,.col3
{
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5em;
	padding-left: 10px;
	min-height: 780px;
}
.fullpage
{
	background-color: #ffcccc;
}
.fullpage .col1
{
	width:96%;
	left:2%;
}
#footer
{
	clear:both;
	float:left;
	width:100%;
	text-align: center;
}

p {
	text-align: center;
}

#footer p
{
	padding:10px;
	margin:0;
	font-weight:bold;
	font-family: magneto;
	color: #669999;
}
.doublepage
{background:#ffcccc;}
.doublepage .colleft
{right:50%;
background:#ffcccc;}
.doublepage .col1
{
	width:43%;
	left:52%;
}
.doublepage .col2
{
	width:43%;
	left:54%;
}
ol {
	list-style-type: circle;
	font-size: large;
	line-height: 2em;
	text-align: center;
}
.paper {
	background-image: url(/boxback.gif);
	background-repeat: repeat;
	padding: 5px;
	height: auto;
	border: 1px solid #999999;
}

