body{
	margin:0;
	padding:0;
	line-height: 16.8pt;
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*font-size: 12px;*/
	
}

#searchbox {
	float:right; 
	margin-top:28px;
}

.space{
margin:195px;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	
}

#topsection{
height: 60px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 10px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 300px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #1b7374; 
/*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: left;
	width: 285px; /*Width of right column*/
	margin-left: -285px; /*Set left margin to -(RightColumnWidth) */
	background: #FFFFFF;

}

#footer{
clear: left;
width: 100%;
background: #1b7374;
text-align: left;
padding: 4px 0;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left: 15px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1b7374;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b7374;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1b7374;
}

h5 {
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1b7374;
}

h1, h2, h3, h4, p {
margin: 0px;
display: inline;
} 

p {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	*/
}

.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

}

.breadcrumb a{
	background: transparent url(/img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #000000;
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #000000;
}

.breadcrumb a:hover{
text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #1b7374;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    } 
	
.image {
border:2px; 
border-thickness: 2px; 
border-color: #00000; 
border-style: solid;
}

/* image*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.imgright{
width: 500px;
clear: left;
/*border: 1px solid gray;*/
}

.imgright .floatbox{
float: right;
width: 100px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.imgright p{
margin-top: 0;
margin-left: 350px;
}

/* BLOG CSS */

/*
.post {}

.post  br{
	//padding-top:5px;
}
*/
.postTitle {
	font-weight:bold;
}

.postTitle a {
	color: #1b7374;
	text-decoration:underline;
}

.postTitle a:link {
	color: #1b7374;
}
.postTitle a:visited {
	color: #1b7374;
}
.postTitle a:hover {
	color: #000000;
}

.postTitle a:active {
}


.entry {

}

.entry p {
	padding: 5px 0px 5px 0px;
	display:block;
}


#categories {
padding: 0;
margin: 0;
list-style: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

#categories  li{
background-image: url(/img/breadcrumb.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.2em;
}

#categories ul { list-style-type: none; }




