@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ccc;
	text-decoration: none;
	background: url(../images/bg-gradient.jpg) fixed repeat-x top left #000;
}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

a.link {
	color: #66cc99;
	text-decoration: none;
	font-weight: bold;
}

a.link:hover {
	text-decoration: underline;
	color: #33cc66;
}

img {
	border: 3px solid #ccc;
}

p.caption {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 125%;
	color: #333;
	margin: 0 0 1em 0;
}

p.lightCaption {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 125%;
	color: #ccc;
	margin: 0 0 1em 0;
}

.bold {
	font-weight: bold;
}

.bigBold {
	font-weight: bold;
	font-size: 1.25em;
}

.center {
	text-align: center;
}

.emphasis {
	font-style: italic;
}

.strongEmphasis {
	font-weight: bold;
	font-style: italic;
}

#wrapper {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat;
	z-index: 5;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	border: 3px solid #ccc;
}

#navbar {
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	width: 95%;
}

#navbar img, #logo img {
	border: none;
}

img.nav_end {
	width: 5%;
	margin: 0 0 0 -7px;
}

img#nav_left {
	width: 5%;
	margin: 0 0 0 0px;

}

img#nav_right {
	width: 5%;
	margin: 0 0 0 -7px;
}

img.nav_but {
	width: 18%;
	margin: 0 0 0 -7px;
}

#pub_nav {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.pub_nav {
	width: 30%;
	font-size: 90%;
}

div#site5 {
	margin: 15px auto;
	border: 0;
	padding: 0;
	text-align: center;
}