/* 
RESET CSS
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
520 GRID SYSTEM
in glory of http://960.gs
based on http://www.webdesignerwall.com/tutorials/the-simpler-css-grid/
*/
body {
	text-align: center;
	margin: 0px auto;
	background-image: url('../images/redback.png');

	
}
.container {
	font: 14px/140% Baskerville, Verdana, Helvetica, sans-serif;
	text-align:left ;
	width: 960px;
	display:block;
	overflow:auto;
	margin: 0 auto;
  	padding: 0px 10px;
	/*background-image:url('../images/cityscape.png');*/
	background-repeat:no-repeat;
	background:white;


}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8 {
	float: left;
	display: inline;
	margin-left: 10px;
}
.grid1 { width: 110px;background:; }
.grid2 { width: 230px;background:; }
.grid3 { width: 330px;background:; }
.grid4 { width: 470px;background:; }
.grid5 { width: 580px;background:; }
.grid6 { width: 710px;background:; }
.grid7 { width: 770px; }
.grid8 { width: 920px; background:;}
.grid9 { 
	width: 940px; 
	background:#f0d868;
}

.first {
	margin-left: 0px;
	clear: left;
}
.menu {
	margin-left: 0px;
	clear: left;
	height:354px;
	background:;
}/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */



/* CUSTOM STYLES */

body {
  padding: 0em 0;
 
  border-top: 10px solid black;
  border-bottom: 0px solid #3b5999;
	font: 12px/140% Arial, Helvetica, sans-serif;
	color:BLACK;
}

.container {
	
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid 1px black;
	border-width: 0px 0;
}

h1 {
	font-family: Calisto MT;
	font-size: 25px;
	color: BLACK;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
	padding: 20px 0px 5px 0px;
}
h2 {
	font-family: Baskerville;
	font-size: 18px;
	color: BLACK;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	color: BLACK;
	margin-bottom: 20px;
}
p {
	color: BLACK;
	padding-top: 5px;
	padding-bottom: 5px;
}

a{
  color: BLUE;
  text-decoration:none;
 
}

.new {color:red;
      
}
li {
	list-style:none;
	font-weight:bold;
	
}
.listpadding {
	text-align:center;
}