/*
 * Main styles
**/

body {
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	background-color:#eeeeee;
	margin: 0;
	padding: 0;
}

a {
	color: #ae0000;
}

a:hover {
	text-decoration: none;
}

p {
	color: #000000;
}

p.centertext {
	text-align: center
}


/*
 * Some text styles
**/

#lastupdated {
	font-size:60%;
	margin-top: -15px
}

.quote {
	font-style: italic;
	margin-left: 20px;
}

.allcaps {
	font-size: 90%;
}

.roman {
	font-family: Serif;
	font-size: 90%;
}

/*
 * Header
**/

#header {
	margin: 0 0 25px 0;
	padding: 0;
	height: 78px;
	background-color: #333366;
	background-image:url('/files/headerbg.png')
}




/*
 * Menu
**/

#menu {padding-bottom: 15px; padding-left:6px; text-align: center; font-size: 110%; letter-spacing: 1px}
#menu a {text-decoration: none; font-weight: bold}
#menu a:hover {text-decoration: underline}




/*
 * Content
**/

#main {
	width: 760px;
	margin-top: 15px;
	margin-left: 20px;
	letter-spacing: 1px;
	font-size:85%;
}

/* Image style */
#main img {
	border: solid 1px #000000;
}

#main .linkimg {
	border: dashed 1px #000000;
}

#main th,#main td {font-size:100%; border:1px solid #cccccc}

.articleheader {
	font-weight:bold;
	font-size:140%;
	border-bottom:solid 1px;
}

.subheader {
	margin-top: 30px;
	font-weight:bold;
	border-bottom:dashed 1px;
}


/*
 * Right-floating navigation buttons
**/

.rightbuttons {
	float:right;
	text-align: center;
	background-color: #eeeeee;
	margin: 0 10px 10px 10px;
}

.rightbuttons p {
	margin: 10px 0 20px 0;
	padding: 0;
}

.rightbuttons a {
	text-decoration: none;
}

.rightbuttons a:hover {
	text-decoration: underline;
}

div.box {
	text-align: left;
	background-color: #ffffff;
	border: 2px #cccccc solid;
	display: block;
	width: 300px;
	height: 90px;
	margin: 10px;
	padding: 5px 10px 5px 10px;
}

.box h1 {
	font-size: 120%;
	padding: 0;
	margin: 0 0 10px 0;
}

.box p {
	font-size: 85%;
	text-align: left;
}

.icon {
	float: right;
	margin: 3px;
	border: 0 !important
}




/*
 * Footer
**/

#footer {
	text-align:center;
	color:#ffffff;
	font-size:80%;
	background-color: #333366;
	background-image:url('/files/footerbg.png');
	padding: 5px;
	margin-top: 50px;
	width: 100%;
	clear: both;
}

#footer a {
	color: #cc0000
}


/*
 * Bottom spacer
**/

#bottomspacer {
	height: 600px;
}


