/* CSS Document */

/* -- Basic Selectors: These styles are applied by default wherever this tag is used -- */

body.no-margins	{
	margin: 0px;
}

body, td, th, table	{  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	}

a:hover	{
	text-decoration: none;
	}
#header {
	height: 65px;
	width: 700px;
}

#content {
	margin: 2px;
	width: 700px;
	border: 1px solid #000000;
	border-top-color: #000000;
	min-height: 500px;
	padding: 10px;
	height: auto;
	float: 10px 10px 10px 10px;
}

/* TABLELESS FORMS */

form	{	
	padding: 0px;
	margin: 0px;
	}

fieldset	{	/* most browsers put a box around this, for containing form elements */
	padding: 10px;
	margin: 10px;
	}
	
legend	{	/* formats fieldset legend (title of box */
	font-weight: normal;
	color: #333;
	padding: 0px 9px;
	text-transform: uppercase;
	}
	

input	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.formSubmit input, .copyFrom input,  input.btn	{	/* Fancy input button styling */
	BORDER-RIGHT: #acb5b5 3px double; 
	PADDING-RIGHT: 0.5em; 
	BORDER-TOP: #c4cccc 3px double; 
	PADDING-LEFT: 0.5em; 
	BACKGROUND: url(../images/background_form_element.gif) #fefefe repeat-x; 
	PADDING-BOTTOM: 0px; 
	MARGIN-LEFT: 4px; 
	OVERFLOW: visible; 
	BORDER-LEFT: #acb5b5 3px double; 
	WIDTH: auto! important; 
	CURSOR: hand; 
	COLOR: #2b333c; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #6f7777 3px double;
}

#hilites {
	border: thin double #000000;
	width: 140px;
	padding:10px;
	float: right;
	margin-right: 10px;
	background-color: #FFFFFF;
	}
	
/* #hilites {
	border: thin double #000000;
	width: 140px;
	margin:10px 10px 20px 590px;
	padding:10px;
	min-height: 300px;
	voice-family: "\";
	z-index: 4;
}\"";
	voice-family: inherit;
	background-color: #FFFFFF;
}
*/

#swag {
	text-align: center;
	border: thin none;
}
.breadcrumb {
	font-weight: bold;
	letter-spacing: 3px;
}
h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
.nav {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #640000;
	margin-top: 6px;
	margin-bottom: 4px;
}
li.new {
	margin-bottom: 5px;
	list-style-type: square;
}
.features {
	list-style-type: none;
	padding-bottom: 10px;
}
p {
	margin-top: 6px;
	margin-bottom: 10px;
}

.year {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.issues {
	list-style-type: none;
}
