@charset "UTF-8";
/* CSS Document */
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';	
}


/* ---------------------------------------- */

.olive a {
	color:#373737;
}

a {
	color:#54A932;
	text-decoration:none;
	outline: none;
}
.about{ 
	position:relative;
	float:left;
	width:127px;
	height:196px;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#373737;
	font-size: 12px;
}

.bottom_line{
	position:relative;
	float:left;
	width:1000px;
	height:8px;
	border-bottom:1px solid #373737;
}
	

.contact{
	position:relative;
	float:left;
	width:162px;
	height:196px;
}

.container {
	position:relative;
	width:1000px;
	height:800px;
	left: 50%;
	margin-left: -500px;
	margin-top:25px;
}

.content_left{
	position: relative;
	float:left;
	margin-top:25px;
	width: 420px;
	height: 400px;
	padding-right:0px;
}

.for_candidates{
	position:relative;
	float:left;
	width:176px;
	height:196px;
}	

.for_clubs{
	position:relative;
	float:left;
	width:140px;
	height:196px;
}

.form{
	position:relative;
	float:left;
	margin-left:50px;
	margin-top:135px;
}

.footer_left{
	position:relative;
	float:left;
	width:500px;
	height:12px;
	margin-top:5px;
}

.footer_right{
	position:relative;
	float:left;
	width:500px;
	height:12px;
	text-align:right;
	margin-top:5px;
}

.green{
	color:#54A932;
	font-size:16px;
}
	
	

h1{
	font-size:24px;
}

.logo {
	position:relative;
	float:left;
	width:395px;
	height:196px;
}


.photo_right{
	position: relative;
	float:left;
	width: 577px;
	height: 384px;
	margin-top:55px;
	margin-left: 3px;
}

.sublink a{
	color:#373737;
	font-size:16px;
}

.sublink a:hover{
	color:#54A932;
	font-size:16px;
}


	





