@CHARSET "UTF-8";

body {
	background-color: #303030;
	width: 98%;
	height: 98%;
}

.center {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#header {
	margin-top: 8px;
	width: 995px;
	height: 550px;
}

#pubtop {
	width: 995px;
	height: 225px;
	background-image: url("../img/pubtop.jpg");
	margin-bottom: 8px;
}

div.top_links {
	cursor: pointer;
}

.img-hover {
	 -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	 cursor: pointer;
}

hr {
	color: #202020;
}

.linktext {
	font-family: "Arial", Georgia, Serif;
	font-size: 80%;
	color: white;
	vertical-align: middle;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.linktext-hover {
	text-decoration: underline;
	cursor: pointer;
}

.barLien {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 80%;
    color:white;
    margin-left:auto;
    margin-right:auto;
    width:995px;
    text-align: center;
}

.barLien a {
    color:white;
    vertical-align: middle;
    text-decoration: none;
}

.float_left {
	position: relative;
	text-align: center;
	display: inline;
	float: left;
}

.float_right {
	position: relative;
	text-align: center;
	display: inline;
	float: right;
}

.spacer {
	display: inline;
	position: relative;
}

#middle_footer {
    position: relative;
	width: 995px;
}

.smallwhitetext {
	font-family: "Arial", Georgia, Serif;
	color: white;
	vertical-align: middle;
	text-align: left;
	font-size: 80%;
}

.pubtext {
    font-family: "Arial", Helvetica, Serif;
    color: #CBCBCB;
    vertical-align: middle;
    text-align: left;
    font-size: 100%;
}

.content {
    position: relative;
    float: left;
    width: 995px;    
    padding-bottom:40px;
    /*background-color: #303030;*/
}

#loading {
	position: relative;
	bottom: 0;
	right: 0;
	display: none;
	width: 35px;
	height: 35px;
	background: url("../img/ajax-loader.gif") no-repeat;
	z-index: 9999;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: red;
	margin-bottom: 50px;
}

h1 {
	border: 0px; 
	font-family: "Arial", Georgia, Serif;
	color: white;
}


.basicform {
}

.basicform input{
	margin-bottom: 8px;
}

.basicform textarea{
	margin-bottom: 8px;
}

.basicform select{
	margin-bottom: 8px;
}

.buttonform {
	background-color: gray;
	vertical-align: middle;
	display : table-cell;
	text-align: center;
	font-family: "Arial", Georgia, Serif;
	color: white;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	border: solid 1px #303030;
}

.buttonform-hover {
	border: solid 1px white;
	font-size: 120%;
}

#pub-image{
	height: 200px;
	width: 200px;
}
#pub-text{
	padding-left: 15px;
	height: 200px;
	width: 740px;
}
#pub-pdf{
	position: relative;
	top: 220px;
	height: 400px;
	width: 995px;
}