/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/*=====Applying clearfix fix for some browsers to use in appropriate places*/

.clearfixp:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	}
	
/*Hide from IE Mac*/

.clearfix{
	display:block;
	}
	
/*End hide from IE Mac*/
/*===============BODY*/

body{
	margin:0;
	padding:0;
	font-family:verdana, Helvetica, sans-serif;
	font-size:12px;
	margin-left:2px;
	margin-right:2px;
	}
	
/*===============wrapper===*/
.border {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#558700;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#558700;

	}
.borderblue {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#20a0d0;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#20a0d0;
	}
	
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	}

#nav{
	width:198px;
	clear:both;	
}
#nav li{
	background-image:url(../images/bullete.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:18px;
	list-style:none;
	margin-left:0px;
	font-weight:normal;
	

}
#nav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	display:block;
	height:18px;
	text-decoration:none;
	padding-left:25px;
	font-weight:normal;
	
}
#nav li a:hover{
	background-image:url(../images/hoverbullet.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:18px;
	font-weight:normal;

}
.matter{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	padding-left:7px;
	padding-right:7px;
	text-align:justify;	
	}
 
 
 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#01516f;
	text-decoration:none;
	font-weight:bold;
}
 a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#127fa8;
	font-weight:bold;

}
.menuhead{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-left:4px;
	}