/* Basic elements */

body {
background-color: #9fc090;
font: "Tahoma", "Helvetica", "Arial", sans-serif;
font-size: 1em;
color: #272727;
margin: 0 auto;
padding: 0;
text-align: center;
width: 750px;
}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}

p.highlight {
background: url(../images/butterflies_bg.png);
background-repeat: no-repeat;
background-position: center;
}

h1, h2, h3 {
padding-top: 5px;
font-family: "Lucida Calligraphy", Georgia, "Times New Roman", Times, serif;
}

h2.title {
text-align: center;
background: url(../images/butterfliesheader2.png);
padding-top: 5px;
padding-bottom: 12px;
background-repeat: no-repeat;
background-position: left;
}

h3.title {
text-align: center;
}

h4 {
padding-top: 2px;
font-size: 1.08em;
font-weight: bold;
color:#003399;
font-family: "Lucida Calligraphy", Verdana, Helvetica, serif;
}

ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: bold;}

li {
line-height: 12px;
}

a {
color: #040090;
padding: 1px;
text-decoration: none;
}

/* Layout */

#border {
	position: relative;
	width: 750px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #B7CDA9;
	border-left: 2px solid #7F7F7F;
	border-right: 2px solid #7F7F7F;
	border-bottom: 2px solid #7F7F7F;


}

#banner {
	position: relative;
	width: 750px;
	height: 165px;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	background-image: url(../images/JagImage.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;

}



#slogan {
color: #ffffff;
font-family: "Lucida Calligraphy", Georgia, "Times New Roman", Times, serif;
font-size: 1.3em;
padding-right: 15px;
margin-top: 2px;
text-align: center;
font-weight: bold;}

#nav-meta {
	position: relative;
	float: left;
	background-color: #C4D2B9;
	border: 1px solid #B0B0B0;
	font-size: 0.75em;
	top: -165px;
	left: 2px;
	width: 200px;
	cursor: default;
}

#nav-meta a {
color: #898989;
}

#nav-meta a:hover {
color: #3D3D3D;
border-top: 1px solid #B0B0B0;
border-bottom: 1px solid #B0B0B0;
}

#nav-meta li {
display: inline;
}

#nav-main {
	position: relative;
	width: 750px;
	padding: 10px;
	background-color: #B7CDA9;
	border: 1px #274625 solid;
	cursor: default;
}

html>body #nav-main {
	width: 742px;
	text-align: center;
	position: absolute;
	margin: 10px;
	margin-left: 0;
	padding: 3px;
}

#nav-main li {
display: inline;
padding: 10px;
}

#nav-main a {
color: #39531B;
}

#nav-main a:hover {
border-top: 2px #39531b solid;
border-bottom: 2px #39531b solid;}

#nav-section {
background-color: #fff;
font-size: .85em;
position: absolute;
float: left;
margin-top: 10px;
width: 130px;
border: 1px #274625 solid;
text-align: center;

}

html>body #nav-section {
margin-top: 50px;
}

#nav-section a {
color: #39531B;
}

#nav-section li {
margin-top: 20px;
margin-bottom: 20px;}

#nav-section li:hover {
background-color: #FFF;
border-left: 2px solid #8AA2C0;
border-right: 2px solid #8AA2C0;
}

#nav-section a:hover {
text-decoration: underline;
}

html>body #nav-section a:hover {
color: #000;
text-decoration: none;
}

/* Content */

#container {
background-color: #ffffff;
width: 750px;
border-left: 1px solid #7F7F7F;
border-right: 1px solid #7F7F7F;
border-bottom: 1px #274625 solid;
padding: 0px;
top: 0px;
text-align: left;
}

#content {
margin-left: 140px;
margin-right: -10px;
width: 590px;
margin-top: 35px;

}

#content p, #content li {
text-align: justify;
font-size: 1em;
line-height: 1.6em;
}

#content a:hover {
text-decoration: underline;
}

#content h1, h2, h3 {
background: url(../images/head_img.png) no-repeat left;
}

/* Footer */

#info-site {
	width: 750px;
	color: #040090;
	background-color: #B7CDA9;
	cursor: default;
}

#info-site a {
color: #040090;
}

#info-site a:hover {
background-color: #CED2D5;
}

#info-site p {
margin: 0;
width: 100%;
font-size: .85em;
text-align: center;
padding-left: 5px;
padding-right: 5px;
}

#copyright {
	width: 750px;
	color: #000;
	background-color: #B7CDA9;
	cursor: default;
}
 
#copyright p{
margin: 0;
width: 100%;
font-size: .65em;
text-align: center;
}

.article {
color: #990000;
font-weight: bold;
}
