/* Browser reset
================================================*/
/* From the Yahoo UI library - BSD licensed */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}
q:before,q:after{content:'';}


/* Font normalisation
================================================*/
/* From the Yahoo UI library - BSD licensed */
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;}


/* CSS for general page layout
================================================*/
body {
	margin: 0;
	padding: 0;
	background: #f5f0f1 url(../images/bg-main.png) top repeat-x;
	border-top: 5px solid #009;
}

em {
	font-style: italic;
}

p.address {
	font-style: italic;
	padding-left: 25px;
}

#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0;
	background: url(../images/bg-container.png) top no-repeat;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 3px solid #b00000;
}

#container h1, h2, h3, h4 {
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight: normal;
}

#header img {
	margin: 10px;
	border: none;
}

#mainsplash {
	margin-left: 15px;
	margin-right: 15px;
}

#mainsplash h3 {
	color: #b00000;
	font-size: 167%;
	margin-bottom: 15px;
}

#mainsplash h4 {
	font-weight: bold;
}

#mainsplash p {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainsplash p a {
	color: #b00000;
	border-bottom: 1px dotted #009;
	text-decoration: none;
}

#mainsplash p a:hover {
	border-bottom: 1px solid #009;
}

#mainsplash p strong {
	color: #009;
	font-style: italic;
}

#mainsplash ul {
	list-style-type: square;
	margin: 10px 0px 10px 50px;
	color: #009;
}

#mainsplash img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
}

#mainsplash img.left {
	float: left;
	margin-right: 10px;
}

#mainsplash img.right {
	float: right;
	margin-left: 10px;
}

#mainsplash textarea, #mainsplash input {
	width: 400px;
}

#mainsplash input.button {
	width: 100px;
}

#bodycontent {
	background-color:#fff:
	clear: both;
}

#bodycontent .block {
	width: 350px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 336px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}

#bodycontent .block h4 {
	font-size: 114%;
	color: #b00000;
}

#bodycontent .block h4 a {
	color: #b00000;
	text-decoration: none;
}

#bodycontent .block h4 a:hover {
	color: #b00000;
	text-decoration: underline;
}

#bodycontent .block img {
	float: right;
	margin-left: 10px;
}

#bodycontent .block p {
	color: #444;
}

#bodycontent .block p.readon {
	clear: both;
}

#bodycontent .block p.readon a {
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
}

#bodycontent .block p.readon a:hover {
	color: #666;
}

#footer {
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 77%;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}


/* CSS for navigation bar
================================================*/

#navigation {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: #036 url(../images/bg-nav.png) top repeat-x;
	padding: 5px;
	font-size: 107%;
}

#navigation ul{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation ul li {
	display: inline;
	padding: 0;
}

#navigation ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 9px 7px 9px;
}

#navigation ul li a:hover{
	text-decoration: none;
	background-color: #fff;
	color: #b00000;
}


/* CSS for the javascripted boxes starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:5px 0;
}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	height: 100px;
	overflow: auto;
}