/* CSS Document */

/**********************************************
/*   Tag overrides                                        
/**********************************************/

body
{
	background-color:#660000;
	margin-top:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.96em;
}

/* Default links */
a:link, a:visited { color: #0702D8; }
a:hover { text-decoration: underline; }
a { text-decoration:none; }

h1, h2, h3, h4, h5, h6 { color:#555555; }
h1 {font-size: 20px; }
h2 {font-size: 18px; }
h3 {font-size: 16px; }
h4 {font-size: 14px; }
h5 {font-size: 13px; }
h6 {font-size: 12px; }

/**********************************************
/*   IDs                                        
/**********************************************/

#main-box
{
	width: 800px;
	background-color: #FFFFFF;
}	

#header 
{
	width: 800px;
	height:125px;
	background-image:url('/images/header1.gif');
	background-position:center;
	background-repeat:no-repeat;
}

#footer 
{
	color: #CCCCCC;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
}

#main-content 
{
	padding-right: 2.5em;
	padding-left: 2.5em;
	text-align: left;
}

#bottom-round-corners
{
	width:800px;
	height:15px;
	background-image:url('/images/bg-bottom-white-on-red.gif');
	background-position:center;
	background-repeat:no-repeat;
}

#top-round-corners
{
	width:800px;
	height:15px;
	background-image:url('/images/bg-top-white-on-red.gif');
	background-position:center;
	background-repeat:no-repeat;
}

#menu-top, #menu-bottom
{
	font-size:0.9em;
}

#menu-bottom
{
	width:85%;
	border-top-color:#666666;
	border-top-style:dotted;
	border-top-width:1px;
	padding-top:1.1em;
}

/**********************************************
/*   Classes                                        
/**********************************************/

.button 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #660000;
	color: #FFFFFF;
	border: auto;
}

.button-black
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;
	border-width: thin;
}

.thin-black-border
{
	border: 1px #000000 solid;
}

.thin-gray-border
{
	border: 1px #999999 solid;
}

.short-text-field, .medium-text-field, .long-text-field
{
	border: solid thin #000000;
}

.short-text-field {
	width: 75px;
}

.medium-text-field {
	width: 150px;
}

.long-text-field {
	width: 250px;
}

.important-text {
	color: #FF0000;
	font-weight: bold;
}

.notice, .newsletter-notice
{
	padding:1.2em;
	border-color:#666666;
	border-style:dotted;
	border-width:thin;
}

.newsletter-notice
{
	width:620px;
	text-align:left;
}

.article-listing
{
	padding-left:20px;
}

.article-entry
{
	background-image:url(/images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:.3em;
	padding-left:10px;
}

.article-box
{
	text-align:left;
	padding:1.1em;
	border-color:#666666;
	border-style:dotted;
	border-width:thin;
}

.back-to-articles
{
	text-align:center;
	padding:1em;
}


/*******************************************/
/* Special link definitions
/*******************************************/

#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active { color:#FFFFFF; }
#header a, #footer a { text-decoration:underline; }
