/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
	margin: 0;
	padding: 0;
}
/* SET BASE FONT ATTRUBUTES */
html, body {
	font-family: Arial, Verdanda, Sans-serif 14px/1.5em;
	color: #000;
}
/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre {
	margin: 0;
	padding: 0;
}
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS 
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #0000ed;}
a img, :link img, :visited img {border: none}
*/
/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {
	border-collapse: collapse;
}
/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol, ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}
/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {
	list-style-type: disc;
}
body {
	background: #666;
}
body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px auto;
}
/*h1, h2, h3 {
	margin-bottom: 1em;
font-weight: normal;
	color: #579700;
}*/

h1 {
	font-size: 2.2em;
}
/****** header for nav bar ****/
h2 {
	font-size: 125%;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}
/*a:link, a:visited  {
	color: #0000CE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}*/

blockquote, ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-right: 3em;
	font-style: italic;
}
ul {
	list-style-type: square;
}
a {
	color: #0000CE;
}
.bold {
	font-weight:bold;
}
 . smalltext {
 font-size:75%;
}
/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
/* Header */

#header {
	height: 240px;
	position: relative;
	background: #0000ce url(../css/img/logo.jpg) no-repeat;
	margin: 0px auto;
}
/* Top Nav Menu */

#header #menu {
	width: 900px;
	position: absolute;
	margin: 0;
	font-size: 1.0em;
}
#header #menu .active {
	color: #FFFF00;
}
#header #menu ul {
	list-style: none;
	text-align: right;
	padding: 3px 10px 10px 0px;
	margin: 0 0 0 0;
}
#header #menu li {
	display: inline;
	background-color: #0000CE;
	margin: 0em 0.3em 0em 0.3em;
}
#header #menu li a, a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#header #menu li a:hover {
	color: #FFF;
}
/* HEADER FOR ALL PAGES EXCEPT HOME PAGE */
#headerb {
	height: 240px;
	position: relative;
	background: url(../css/img/logob.jpg) no-repeat;
	margin: 0px auto;
}
#headerb #menu {
	width: 900px;
	position: absolute;
	margin: 0;
	font-size: 1.0em;
}
#headerb #menu .active {
	color: #FFFF00;
}
#headerb #menu ul {
	list-style: none;
	text-align: right;
	padding: 3px 10px 10px 0px;
	margin: 0 0 0 0;
}
#headerb #menu li {
	display: inline;
	background-color: #0000CE;
	margin: 0em 0.3em 0em 0.3em;
}
#headerb #menu li a, a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#headerb #menu li a:hover {
	color: #FFFFFF;
}
/* Content */

#content {
	background: #FFFFFF url(../css/img/bg.gif) repeat-y;
	border-top: 5px solid #FFFF00;
	margin: 0px auto;
	width: 900px;
}

/* Blog */

#blog {
	float: right;
	width: 635px !important;
	width: 623px; /*IE6 3px problem */
	margin: 0px auto;
	padding-right: 15px;
}

/*#blog .entry a, a:visited {
	color: #0000CE;
	text-decoration: none;	
	padding-left: -15px;
}

#blog .entry a:hover {
	text-decoration: underline;	
	padding-left: -15px;
}*/
/* Post */

.post {
/*padding-bottom: 10px;*/
}
.post .title {
	height: 50px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	background: #FFF /*url(../css/cbg.gif) repeat-x*/;
}
.post .title a {
	text-decoration: none;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .date {
	margin-top: -65px;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	color: #000066;
}
.post .entry {
	padding-top: 5px;
}
.post .meta {
	font-size: x-small;
	color: #333;
}
.entry h1, .entry h2, .entry h3 {
	color: #333;
}
.entry a:link {
	color: #0000CE;
	text-decoration: none;
}
.entry a:visited {
	color: #0000CE;
	text-decoration: none;
}
.entry a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#content a, a:visited {
	color: #0000CE;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/* table */

#table1 {
	height: 120px;
	border: 0;
	font-variant:small-caps;
	font-weight: bold;
}
#table2 {
	height: 135px;
	border: 0;
	font-variant:small-caps;
	font-weight: bold;
	margin-right:10px;
}
.hr {
	border-top: 1px solid #0000ce;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	font-weight:bold;
	margin: 0px auto;
	border-top: 1px solid #ffFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}
#sidebar li {
	margin-bottom: 30px;
}
#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}
#sidebar li li {
	margin: 0;
	color: #0000ce;
}
#sidebar h2 {
	background: #0000CE url(../css/img/sbg.gif) repeat-x;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}
#sidebar a, a:visited {
	color: #fff;
	padding-left: 15px;
	background: transparent url(../css/img/liston.gif) left center no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sidebar a:hover {
	color: #FFFF00;
	background: transparent url(../css/img/listoff.gif) left center no-repeat;
	text-decoration: underline;
}
.tagname {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	color: #fff;
	text-align:center;
	margin-bottom:15px;
}
.yellow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #ff0;
	text-align:center;
}
/* Search */

/* float tags */

.floatrgt {
	float: right;
	margin: 5px 5px 5px 19px;
}
.floatrgtb {
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 5px;
}
.floatlft {
	float: left;
	margin: 5px 15px 5px 5px;
}
.floatlftb {
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 5px;
}
.imgl {
	float: left;
	margin: 6px 6px 6px 6px;
}

.imgr {
	float: right;
	margin: 6px 6px 6px 6px;
}
/*  SLIDESHOW */
#slideshow {
	position: relative;
	top: 0;
	float: right;
}
/*  FAQ   */

.question {
	font-size: 110%;
	font-weight: bold;
	color: #0000CE;
}
.answer {
	font-size: 99%;
	color: #666;
	margin-bottom: 1em;
}
.italic {
	font-style: oblique;
}
.newaddtion {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
.newaddtion-noblink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
