/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;
padding:0;}

table {border-collapse:collapse;
border-spacing:0;}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;
font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;
font-weight:normal;}

q:before,q:after {content:'';}

abbr,acronym {border:0;}

/*fonts.css*/

body {font:13px arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;}

table {font-size:inherit;
font:100%;}

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

pre, code {font:115% monospace;
*font-size:100%;}

body * {line-height:1.22em;}

/* END YUI */

/* Layout */

body {
	background-color: #CCC4A3;
}

#page {
	width: 750px;
	margin: auto;
	background-color: #FFFDF3;
	margin-top: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-top: 25px;
	text-align: center;
}

#address {
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}

#main-nav {
	background-color: #3EB1FA;
	height: 30px;
	width: 730px;
	margin: auto;
}

#content {
	margin: 10px;
	padding-bottom: 20px;
	margin-top: 0;
}

#column1 {
	width: 355px;
	float: left;
}

#column2 {
	width: 355px;
	float: right;
}

#copyright {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.module {
	padding: 20px 10px 20px 10px;
	border-bottom: 2px solid #000000;
}

#latest {
	border: 0;
	background-color: #FFFFAA;
	margin-top: 20px;
}

.module ul {
	margin-bottom: 1em;
}

/* Typography */

h2 {
	font-size: 24px;
	margin-bottom: .5em;
}

h3 {
	font-size: 18px;
}

.module p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

.newstitle {
	font-size: 18px;
}

/* Navigation */

#main-nav li {
	display: block;
	text-align: center;
	height: 30px;
}

#main-nav .home {
	float: left;
	padding-left: 143px;
}

#main-nav .docs {
	float: right;
	padding-right: 143px;
}

#main-nav li a {
	display: block;
	height: 26px;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	vertical-align: middle;
	padding-top: 4px;
	width: 150px;
}

#main-nav li a:hover {
	background-color: #71C5FA;
}

.home #main-nav .home a {
	background-color: #71C5FA;
}

.docs #main-nav .docs a {
	background-color: #71C5FA;
}

.newstitle
{
  font-size: 18px;
}

.newsbody
{
  font-size: 12px;
}

