/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	
	margin: 0;
	padding: 0;
	
}

body {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	text-align: center;
}



#wrapper {
	width: 760px;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8BC541;
	background-color: #FFFFFF;
}

a:link {
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #074A78;
}
a:active { text-decoration: none; }
a:visited { font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #074A78; }
a:hover {
	font-style: normal;
	background-color: #272767;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
}

a img { color: black; background-color: white; border-style: none; outline-style: none; }

#menu {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	position: relative;
	width: 760px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #272767;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8BC541;
	
}

#menu ul {
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	width: 105px;
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: -20px;
	list-style: none;
	color: #074A78;
	
}

<!--#menu ul li.section-title { color: black; font-size: 11px; font-family: arial; font-weight: bold; font-style: italic; line-height: 15px; text-transform: lowercase; width: 150px; margin-top: 0; margin-right: auto; margin-bottom: 2px; padding-top: 2px; padding-bottom: 1px; border-top: thin dotted black; border-bottom: thin solid black; } -->



#content {
	color: #272767;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
	width: 760px;
	padding-top: 50px;
	border-style: none;
	text-align: left;
}

.container { position: relative; width: 760px; border-style: none; }

p {  }

h1 {
	color: #b4b4e6;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 2px;
	line-height: 23px;
	
}


#img-container	{ color: black; line-height: 10px; width: 960px; margin-top: 10px; border-style: none; }
#img-container p	{ color: black; font-size: 11px; font-family: arial; font-weight: bold; font-style: italic; line-height: 13px; text-transform: lowercase; text-align: right; position: relative; width: 960px; border-top: thin dotted black; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#once {  }

.clear-both { clear: both; }

.inlineimage {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align: text-top;
}

.longcopy {
	padding-right: 100px;
	padding-left: 100px;

}