

/* internet explorer fix */
img {
	behavior:	url("../images/pngbehavior.htc");
}



body {
    margin: 0;
		padding: 0;
    background: #000066;
    background-image: url(../images/1x1blue.png);
		text-align: center;
}

#center_me_silly {
	margin: 0 auto;
	text-align: left;
	width: 920px;
}


.header {
	background: url(../images/scroll-top.png) no-repeat;
	color: white;
	width: 920px;
	height: 146px;
	vertical-align: bottom;
}

.header .title {
	padding: 30px 10px 10px 20px;
	overflow: visible;
}

.header .subtitle {
	font: 11pt "Viner Hand ITC";
	vertical-align: top;
	padding-top: 10px;
	padding-left: 6px;
	display: none;
}

.header .links {
	color: black;
	vertical-align: bottom;
	/*padding-left: 570px;*/

	padding-left: 0px;
	width: 810px;
	text-align: right;
/*	position: absolute;
	top: 120px;
	left: 600px;*/
}


.header .links a {
	color: black;
}


.header .links a:hover {
	color: silver;
}



.nav {
	padding: 0;
	width: 150px;
	vertical-align: top;
	background-color: black;
	background-position: 0px -10px;
}


.box {
	border: 1px solid silver;
	padding: 0px;
	width: 150px;
	margin: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	font: 11pt "Viner Hand ITC";
}

.box a {
	color: white;
}
 
.box span {
	display: block;
	/*text-decoration: none;*/
	color: #fff;
	text-indent: -15px;
	padding-left: 20px;
	padding-bottom: 6px;
}

.box a:hover {
	color: silver;
}

.box .indent {
	padding-left: 35px;
}



.box .title {
	border-bottom: 1px dashed silver;
	padding: 3px;
	color: white;
	text-align: center;
	font-size: 15px;
	/*font-family: sans-serif;
	font-weight: bold;
	font-style: normal;*/
}


td.body {
	vertical-align: top;
	padding: 4px 10px 0px 10px;
	padding-left: 150px;
	/*background-color: #ccccff;*/
	background: url(../images/scroll-body.png) repeat-y;
}


td.body h1 {
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	font-size: 18pt;
	width: 650px;
}

td.body table {
	width: 650px;
	margin-left: -30px;
}
td.body table table {
	width: auto;
}
td.body table td {
	padding: 0px;
}

td.body h2 {
	display: inline;
}

td.body p {
	width: 650px;
}

td.body p.news {
	margin: 5px 5px 20px 30px;
}


td.body p.content {
	margin: 5px 5px 10px 10px;
}

.date {
	text-decoration: none;
	color: #555555;
	text-align: right;
	width: 650px;
}

td.body .row {
}

td.body .cell {
	height: 249px;
	width: 249px;
	font: 18pt "Viner Hand ITC";
	padding: 20px;
	cursor: pointer;
}

td.body .cell a {
	text-decoration: none;
	color: #000;
}



.bottom {
	background: url(../images/scroll-bottom.png) no-repeat;
	color: #000;
	width: 920px;
	height: 100px;
	vertical-align: top;
	text-align: right;
	padding-right: 230px;
	padding-top: 10px;
}

.bottom .date {
	text-align: left;
}

.footer {
	color: white;
	vertical-align: bottom;
	text-align: center;
}


.footer .links {
	text-align: center;
	color: #fff;
}


.footer a {
	color: #fff;
}


.footer a:hover {
	color: silver;
}


#watermark {
	width: 650px;
}
