@charset "utf-8";

/*
 * RESET
 */
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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	/*behavior:url("../_css/csshover.htc"); - IE6 HOVER FIX*/
}
img, div {
	/*behavior:url("../_css/iepngfix.htc"); - IE6 PNG TRANSPARENCY FIX*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div {  }
p {
	padding:6px 0;
	line-height:20px;
}
br, hr {
	clear:both;
}

/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background:#f1f1f1;
	color:#555;
	font:normal 81.3% Arial, Helvetica, sans-serif;
}
	 h1 {
		 color:#1751a0;
		 font-size:18px;
		 padding:10px 0;
	 }
	 a:link, a:visited {
		 color:#1751a0;
	 }
	 a:hover {
		 color:#666;
	 }
#search {
	margin:0 auto;
	padding:10px;
	text-align:right;
	width:960px;
}
#header {
	height:125px;
	margin:0 auto;
	width:960px;
}
	#header img {
		float:left;
		margin-bottom:5px;
	}
	#header ul {
		clear:both;
		border-bottom:1px dotted #CCC;
		border-top:1px dotted #CCC;
		height:20px;
		margin:20px 35px 0 0;
		padding:15px 10px 10px 10px;
	}
	#header li {
		display:inline;
	}
	#header li a:link, #header li a:visited {
		color:#1751A0;
		margin:2px;
		padding:10px 25px;
		text-decoration:none;
		font-size:14px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#header li a:hover {
		background:#031020;
		color:#FFF;
	}
#content {
	background:#FFF;
	border:1px solid #CCC;
	margin:0 auto;
	padding:10px;
	width:940px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.pod {
		float:left;
		padding:15px;
		width:275px;
	}
	.pod img {
		background:#FFF;
		border:3px solid #F1F1F1;
		padding:1px;
	}	
	.pod ul  {
		margin:0;
		padding:0;
	}
	.pod ul li {
		list-style:none;
	}
	.pod li a:link, .pod li a:visited {
		border-bottom:1px solid #CCC;
		display:block;
		padding:8px;
		text-decoration:none;
	}
	.pod li a:hover {
		background:#1751a0;
		color:#FFF;
	}
#page {
	float:right;
	padding:10px 10px 10px 0;
	width:620px;
}
#footer {
	text-align:center;
	padding:15px;
	margin:0 auto;
	width:930px;
}
	.clear {
		clear:both;
	}
