body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: FreeSans, Arial, Verdana;
	font-size: 10pt;
}

/* CONTAINERS */

#wrapper
{
	margin: 0 auto;
	width: 906px;
	height: 100%;
	background: transparent url('../images/layout/main.png') repeat-y;
}

#header
{
	margin: 0 3px;
	width: 900px;
	height: 195px;
	background: transparent url('../images/layout/header.png') no-repeat;
}

#topLinks
{
	margin: 0;
	height: 23px;
	color: #808080;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

#topLinks ul
{
	display: inline;
}

#topLinks ul li
{
	float: right;
	margin: 0;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	display: block;
	list-style: none;
	cursor: pointer;
}

#topLinks ul li.img
{
	float: right;
	margin: 0;
	padding: 0;
	height: 23px;
	display: block;
	list-style: none;
}

#innerWrapper
{
	margin: 20px 0 0 3px;
	width: 900px;
}

#contents
{
	float: left;
	margin: 0 20px 20px 10px;
	width: 620px;
	color: #000;
}

#contents p
{
	text-align: justify;
}

#contents ul li
{
	list-style: none;
	list-style-image: url('../images/layout/Clover.png');
}

#sidebar
{
	float: right;
	margin: 0 0 20px 0;
	width: 250px;
}

.sidebarRowTop
{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 8px;
	background: transparent url('../images/layout/sidebarRowTop.png') no-repeat;
}

.sidebarRowBottom
{
	margin: 0 0 20px 0;
	padding: 0;
	width: 250px;
	height: 9px;
	background: transparent url('../images/layout/sidebarRowBottom.png') no-repeat;
}

#sidebarMenu
{
	margin: 0;
	padding: 0 10px;
	width: 230px;
	background: #eeeeef;
}

#sidebarLinks
{
	margin: 0;
	padding: 0 10px;
	width: 230px;
	background: #eeeeef;
	text-align: center;
}

#sidebarLinks img
{
	margin-bottom: 5px;
	border: none;
}

#sidebarMenu ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebarMenu ul li
{
	list-style: none;
	list-style-image: url('../images/layout/Clover.png');
}

#footer
{
	clear: both;
	margin: 0 10px;
	padding: 5px 0 0 0;
	border-top: 1px #eeeeef solid;
	color: #c5c5c5;
	text-align: center;
}

#footer img
{
	margin: 0 7px 3px 5px;
	vertical-align: middle;
}

/* To make it work in IE6
* html #footer {
height:1px;
}
*/

#wrapperBottom
{
	margin: 0 auto;
	width: 906px;
	height: 14px;
	background: transparent url('../images/layout/borderBottom.png') no-repeat;
}

#validButtons
{
	margin: 20px 0;
	text-align: center;
}

#validButtons img
{
	margin: 0 10px;
	border: none;
}

	/* NEWS PAGE RELATED CONTAINERS */

.newsItemShortTitle
{
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #6e6e6e;
	font-size: 12pt;
	font-weight: bold;
}

.newsItemShortText
{
	margin: 0 10px 12px 10px;
	padding: 0;
	text-align: justify;
}

.newsItemShortInfo
{
	margin: 0 10px;
	padding-top: 3px;
	border-top: 1px #d8d8d8 solid;
	color: #6e6e6e;
	font-size: 8pt;
	text-align: right;
}

	/* NEWS ITEM PAGE RELATED CONTAINERS */

.fullNewsText
{
	margin: 0 0 15px 0;
	padding: 0;
	width: 620px;
	color: #000;
	text-align: justify;
}

div.fullNewsInfo
{
	margin: 0;
	padding: 0;
	width: 620px;
	text-align: right;
	background: transparent url('../images/layout/fullNewsInfo.png') repeat-x center;

}

span.fullNewsInfo
{
	padding-left: 3px;
	color: #8c8c8c;
	font-size: 8pt;
	background: #fff;
}

	/* FORM RELATED STUFF */

.selectorsTop, .formTop, .noteTop, .imageGridTop, .newsItemShortTop
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 10px;
	background: transparent url('../images/layout/formTop.png') no-repeat;
}

.selectors, .form
{
	margin-bottom: 0;
	padding: 0 10px;
	width: 600px;
	color: #5c5c5c;
	font-weight: bold;
	text-align: justify;
	background: #f8f8f8;
}

#note
{
	display: none;
}

#spinner
{
	padding-left: 15px;
}

.note, .newsItemShort
{
	margin-bottom: 0;
	padding: 0 10px;
	width: 600px;
	color: #5c5c5c;
	font-weight: normal;
	text-align: justify;
	background: #f8f8f8;
}

.note span.error
{
	color: #da6d6d;
	font-weight: bold;
}

.imageGrid
{
	margin-bottom: 0;
	padding: 0;
	width: 620px;
	color: #5c5c5c;
	font-weight: normal;
	text-align: justify;
	background: #f8f8f8;
}

.selectorsBottom, .formBottom, .noteBottom, .imageGridBottom, .newsItemShortBottom
{
	margin-bottom: 20px;
	padding: 0;
	width: 620px;
	height: 10px;
	background: transparent url('../images/layout/formBottom.png') no-repeat;
}

.form table, .form tbody, .form tr, .pages table, .imageGrid table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.form td.left
{
	margin: 0;
	padding: 2px 25px 2px 0;
	width: 25%;
	border-right: 1px #d8d8d8 solid;
	text-align: right;
}

.form td.right
{
	margin: 0;
	padding: 2px 0 2px 25px;
	width: 75%;
	text-align: left;
}

.form input[type=text], .form input[type=password]
{
	padding: 1px 2px;
	width: 50%;
	border: 1px #d8d8d8 solid;
}

.form textarea
{
	padding: 0 2px;
	width: 80%;
	max-width: 80%;
	min-height: 70px;
	height: 70px;
	border: 1px #d8d8d8 solid;
}

.pages
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 22px;
	background: transparent url('../images/layout/h2.png') no-repeat;
}

.pages td
{
	margin: 0;
	padding: 1px 5px;
	color: #5c5c5c;
	font-weight: bold;
}

.pages td.left
{
	width: 25%;
	text-align: left;
}

.pages td.center
{
	width: 50%;
	text-align: center;
}

.pages td.right
{
	width: 25%;
	text-align: right;
}

.imageGrid td
{
	width: 25%;
	text-align: center;
}

.imageGrid img
{
	border: 2px #becd00 solid;
}

/* ELEMENTS */

h1
{
	margin: 0 0 20px 0;
	color: #becd00;
	font-size: 18pt;
}

.subSectionTitle
{
	color: #c5c5c5;
}

h2
{
	margin: 0 0 15px 0;
	padding-left: 10px;
	color: #6e6e6e;
	font-size: 14pt;
	background: transparent url('../images/layout/h2.png') no-repeat;
}

h3
{
	margin: 0 0 10px 0;
	color: #6e6e6e;
	font-size: 12pt;
}

h4
{
	color: #6e6e6e;
	font-size: 11pt;
}

img
{
	border: none;
}

p.strong
{
	font-weight: bold;
}

select, input, textarea
{
	font-weight: normal;
}

span.note
{
	margin: 0;
	padding: 0;
	background: transparent;
	color: #6e6e6e;
}

/* LINKS */

#topLinks ul li a
{
	color: #808080;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

h1 a
{
	margin: 0 0 20px 0;
	font-size: 18pt !important;
	color: #becd00;
	text-decoration: none;
}

.newsItemShortInfo a
{
	font-size: 8pt !important;
	color: #becd00;
	font-weight: bold;
	text-decoration: none;
}

span.fullNewsInfo a
{
	background: #fff;
	color: #becd00;
	font-size: 8pt !important;
	font-weight: bold;
	text-decoration: none;
}

#contents a, a.external
{
	font-size: 10pt;
	color: #becd00;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu ul li a, #footer a, .newsItemShortText a, #validButtons a
{
	color: #becd00;
	font-weight: bold;
	text-decoration: none;
}

