/*** DEFAULTS ***/

html {
	height:100%;
}

body {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #d8e373;
}

img {
	border: 0;
}

body, p, table, td, div, span, a, a:active, a:hover, a:visited {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: black;
}

input {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: black;
}

h1, h2, h3 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 10px 0;
	color: black;
}

h1
{
	font-size: 15px;
}

h2 {}

h3 
{
	font-size: 11px;
	margin: 0 0 5px 0;
}

a, 
a:visited,
a:active {
	text-decoration: none;
	color: #727576;
}

a:hover {
	text-decoration: underline;
	color: #727576;
}

.clear {
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/media/background.png) repeat-y;
}

.masterTop
{
	margin-bottom: 15px;	
}

.masterMenu
{
	width: 150px;
	padding: 10px 5px 0 20px;
	float: left;
}

.masterMenu a, 
.masterMenu a:visited,
.masterMenu a:active {
	text-decoration: none;
	color: #727576;
	font-size: 15px;
	text-transform: uppercase;
}

.masterMenu a:hover {
	color: #727576;
}

.masterMenu a.selected
{
	color: #000000;	
}

.masterMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.masterMenu li
{
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}

.masterMenuAddress
{
	margin-top: 30px;	
}

.masterPageContainer 
{
	width: 560px;
	float: left;
	padding: 0 0 0 15px;
}

.masterMain {}

.masterBottom
{
	height: 13px;
	background: url(/media/bottom-background.png) no-repeat;
}

/*** INDEX LAYOUT ***/

.indexContent
{
	width: 278px;
	float: left;
	padding-right: 30px;
}

.indexBox
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	background: url(/media/index-box.png) no-repeat;
	width: 222px;
	height: 224px;
	float: left;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

/*** ARTICLE LAYOUT ***/

.articleContent
{
	width: 396px;
	float: left;
	padding: 0 40px 15px 0;
}

.articleImages
{
	width: 122px;
	float: left;
	padding-top: 15px;
}

.articleImages img
{
	padding-bottom: 20px;
}

.articleImages .articleLastImages
{
	padding-bottom: 0;
}

/*** NEWSLETTER LAYOUT ***/
.newsletterSubscribe label
{
	display: block;
	float: left;
	width: 60px;
}

.newsletterSubscribe input
{
	border: 1px solid #727576;
	width: 200px;
}

.newsletterSubscribe .newsletterSubmit
{
	margin-left: 60px;
	width: 70px;
}