* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #19a8f2;
	background-image: url(../images/bgv.jpg);
	background-repeat: repeat-x;
    color: #dedede;
	font-family: "Lucida Grande", verdana,arial,helvetica,geneva,sans-serif;
}

img {
	border-style:none;
}

.nbar {
    height: 30px;
	width:750px;
    color: #fff;
    background-color: #333;
	background-image: url(../images/navibg.jpg);
	background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
}

.navlist li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
 	font-style:normal;
	height:22px;
	vertical-align:middle;
}

.navlist a{
	text-decoration:none;
	color:#dedede;
	font-size:10pt;
    font-family: "Lucida Grande", Verdana,arial, Helvetica, sans-serif;
}

.active{
	height:100%;
	background-color:#7Fc111;
}

.navlist {
    list-style: none;
    list-style-image: none;
    height: 30px;
	margin-left:auto;
	margin-right:auto;
}

.navlist li:hover {
    background-color: #666;
}

.toptext{
	color:#ffe952;
	font-style:italic;
	padding-top:15px;
	text-align:center;
}

.headimg{
	border-color:#fff;
	border-style:solid;
	border-width:3pt;
}

.content{
	width:750px;
	background-color:#fff;
	background-image: url(../images/contentbackg.png);
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	border-color:#333333;
	border-width:2pt;
	border-style:solid;
	text-align:left;
	padding-top:40px;
	padding-bottom:40px;
	font-size:11pt;
	color: #222;	
}

.content_text{
	margin-left:50px;
	margin-right:50px;
}

.header h1{
	margin-bottom:0px;
	text-decoration:none;
}
.header hr{
	margin-bottom:0px;
	background-color:#7FCE11;
	border-style:none;
}
.header{
	margin-bottom:40px;
}

.presimg{
	height:110px;
	margin-left:3px;
	border-style:solid;
	border-color:#959595;
	border-width:2pt;
}

.intern_link{
	text-decoration: underline;
	color:  #677712;
}

