@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background:url(../media/bg-gradient.jpg) repeat-x #014f85;
}
#top {
	width:850px;
	background:url(../media/page-top.jpg) no-repeat center top;
	height:447px;
	position:absolute;
	margin-left:-425px;
	left:50%;
}
#content {
	background:url(../media/page-middle.gif) repeat-y center;
	width:850px;
	position:absolute;
	margin-left:-425px;
	left:50%;
	top:447px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#231c12;
}
#content a {
	color:#014f85;
	text-decoration:underline;
}
#content a:hover {
	color:#014f85;
	text-decoration:none;
}
#content p {
	padding-bottom:10px;
}
#body {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
}
#bottom {
	background:url(../media/page-bottom.jpg) no-repeat;
	height:55px;
	text-align:center;
	color:#999;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:small;
}
#buttons {
	position:absolute;
	width:850px;
	margin-left:-425px;
	left:50%;
	top:416px;
	text-align:center;
}
#errorMessage {
	color:#F00;
}
#flashcontent {
	height: 700px;
}
#blackBox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	display:none;
}
#whiteBox {
	position:absolute;
	width:640px;
	height:370px;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-180px;
	z-index:1001;
	display:none;
}
div.commentsBox {
	padding:10px;
	background-color:#decca2;
	border:solid 1px #223019;
	margin-bottom:10px;
	font-size:14px;
	color:#223019;
}
div.comment {
	margin-bottom:10px;
}
div.commentReadAll {
	float:left;
}
div.commentReadAll a {
	color:#9c7a2b;
	font-size:12px;
}
div.author {
	float:right;
	font-style:italic;
	color:#6b7664;
	margin-right:20px;
}

#menu a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#101010;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	background-color:#035b87;
}

div.noticeBox {
	background:#ebebeb;
	border:2px #e6e6e6 solid;
	font-size:19px;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}