body {
	font-family: Tahoma;
	font-size: 13px;
	background-color: #eeeeef;

}


a:link {
	font-size: 13px;
	color: #1958B7;
	text-decoration: none;
	font-family: Tahoma;	
	}
	
a:visited {
	font-size: 13px;
	color: #1958B7;
	text-decoration: none;	
	font-family: Tahoma;
}
	
a:hover {
	font-size: 13px;
	color: #ff0000;
	/*text-decoration: underline;*/
	font-family: Tahoma;	
}

a:active {
	font-size: 13px;
	color: #	2175BC;
	font-family: Tahoma;	

}

#maincontainer{
	width: 765px;
	height: 100%;
	margin: 0 auto;
	border-top: solid 1px #9fb0c4;
	border-left: solid 1px #9fb0c4;	
	border-right: solid 1px #9fb0c4;		
	border-bottom: solid 1px #9fb0c4;
	background-color: #fbfbfc;				



}

#header {
	background: #f26522;
	height: 203px;

}

#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;	
	background-color: #fbfbfc;
	
}

#contentcolumn{
	margin-right: 160px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
	float: right;
	width: 164px; /*Width of left column*/
	margin-left: -765px; /*Set left margin to -(MainContainerWidth)*/
/*background: #C8FC98;*/
}

#contentcolumn{

}

.innertube{
	margin: 10px;
	margin-top: 0;
}


.block {
	border-left: solid 1px #cbd4dc;;
	border-bottom: solid 1px #cbd4dc;
	background-color: #f3f6f7;
	width: 164px;
	margin-bottom: 10px;
}

.block_says {
	border-left: solid 1px #cbd4dc;
	border-top: solid 1px #cbd4dc;	
	border-bottom: solid 1px #cbd4dc;
	background-color: #f3f6f7;
	width: 164px;

	margin-bottom: 10px;
	font-size: 11px;

}

.block_says h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	margin: 0 0 0 0px;
}

.block_says p {
	padding: 10px;	
	margin: 0 0 0 0;
}


.block2 {
	border-left: solid 1px #cbd4dc;
	border-top: solid 1px #cbd4dc;	
	border-bottom: solid 1px #cbd4dc;
	background-color: #f3f6f7;
	width: 164px;
	margin-bottom: 20px;
	height: 100px;


}

#footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	height: 42px;
	text-align: center;
	color: #000000;
	margin: 0 auto;
	width: 765px;
	border-bottom: solid 1px #9fb0c4;
	margin-top: 30px;
	font-size: 11px;
	
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
background-color: #f3f6f7;
border: 2px solid #f3f6f7;
text-decoration:none;
}

.bevelmenu li a:hover{
color: black;
background-color: #dfe2e4;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

p,ul {
	text-align: justify;
	line-height: 1.5em;	
	text-indent: 10px;
}

h3 {
	font-size: 13px;
	color: Navy;
}

#cert {
	background-color: #f3f4f4;
	border: solid 1px #d2d3d4;
}

#contact_now {
	background-color: #e9feff;
	border: solid 1px #008c91;
	text-align: center;

	padding: 10px;


		
}

ol {
	text-align: justify;
}

.text_field {
	background-image: url(../images/field_bg.gif);
	height: 20px;
	border: solid 1px #000;
	font-size: 13px;
	font-family: Tahoma;
	color: Navy;
}

.list {
	text-align: justify;
	font-size: 11px;
	font-size: 13px;
	font-family: Tahoma;
	color: Navy;
	
}

.text_area {
	text-align: justify;
	font-size: 11px;
	font-size: 13px;
	font-family: Tahoma;
	color: Navy;
	
}

.button {
	background-image: url(../images/field_bg.gif);
	height: 20px;
	font-family: Tahoma;
	color: Navy;
	border: 0 0 0 0;
	width: 100px;

}

img {
	border:none;
}