@media screen
{
	body
	{
		text-align: center;
		background-color: #FFFFFF;
		color: #374C0F;
		font-size: 10pt;
		font-weight: normal;
		background: url(./assets/images/bg3.gif);
		background-position: top left;
		background-repeat: repeat;
		background-attachment: fixed;
		margin: 0px;
		padding: 0px;
	}

	a
	{
		color: #669000;
		text-decoration: none;
		outline: none;
	}

	a:hover
	{
		color: #669F00;
		text-decoration: underline;
	}

	div#page_header
	{
		position: relative;
		width: 100%;
		text-align: center;
		background-color: #50709A;
		background-image: url(./assets/images/logo_bg_3.jpg);
		background-position: top center;
		background-repeat: repeat-x;
	}

	#page_header div.logo
	{
		text-align: center;
		margin: 0px auto;
		width: 830px;
		height: 100px;
		margin-bottom: -5px;
		z-index: 1;
	}

	#page_header div.home_link
	{
		font-size: 10pt;
		position: absolute;
		top: 0px;
		left: 10px;
		color: #B2D4FF;
		text-align: left;
		margin-top: 3px;
	}

	#page_header div.username
	{
		font-size: 10pt;
		position: absolute;
		top: 0px;
		right: 10px;
		color: #B2D4FF;
		text-align: right;
		margin-top: 3px;
	}

	div#page_footer
	{
		background-color: #50709A;
		position: relative;
		background-image: url(./assets/images/footer_bg_3.jpg);
		background-position: top center;
		background-repeat: repeat;
	}

	#page_footer div.newsletter
	{
		width: 100%;
		color: #ffffff;
		font-size: 10pt;
		font-weight: bold;
		font-family: arial;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		background-color: #79856F;
		height: 25px;
		display: table;
		padding: 0px;
		margin: 0px;
		clear: both;
	}

	#page_footer .newsletter form
	{
		margin: 0px;
		padding: 0px;
		padding-bottom: 3px;
	}

	#page_footer .newsletter .text
	{
		font-size: 8pt;
		font-family: arial;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0px;
	}

	#page_footer .newsletter .radio
	{
		position: relative;
		top: 2px;
		margin: 0px;
		margin-right: 3px;
	}

	#page_footer .newsletter .submit
	{
		position: relative;
		top: 5px;
		margin: 0px;
	}

	#page_footer .newsletter .newsletter_error
	{
		color: #ff9999;
	}

	#page_footer .newsletter .newsletter_success
	{
		color: #66cc66;
	}

	#page_footer div.copyright
	{
		position: absolute;
		left: 0px;
		top: 31px;
		color: #ffffff;
		text-align: center;
		z-index: 1;
	}

	#page_footer div.ssl_logo
	{
		position: absolute;
		right: 0px;
		top: 31px;
		z-index: 1;
	}

	#page_footer div.contact_info
	{
		height: 94px;
		background-image: url(./assets/images/footer3.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	#page_footer div.contact_info .em_link
	{
		position: absolute;
		top: 60px;
		left: 65%;
		z-index: 1;
	}

	#page_footer div.contact_info .em_link a
	{
		color: #ffffff;
	}

	#page_footer div.contact_info img
	{
		z-index: 2;
	}

	#page_footer div.text_links
	{
		display: none;
	}

	div#main
	{
		clear: both;
		margin: 0px auto 0px auto;
		width: 750px;
		padding: 10px;
		background-color: #FFFFFF;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		/*min-height: 300px;*/
		text-align: left;
		position: relative;
	}

	#main div.wysiwyg_toggle
	{
		width: 723px;
		margin-left: auto;
		margin-right: auto;
		padding: 2px;
		text-align: center;
		border: 1px solid #009900;
		background-color: #E7EAE2;
		cursor: pointer;
	}

	#main div#pagination, #main div#pagination_additional
	{
		margin-top: 3px;
		clear: both;
	}

	#main #pagination span.text, #main #pagination_additional span.text
	{
		float: left;
		padding-right: 8px;
		padding-top: 7px;
	}

	#main #pagination ul, #main #pagination_additional ul
	{
		list-style: none;
		display: inline;
		margin: 0px;
		padding: 0px;
	}

	#main #pagination li, #main #pagination_additional li
	{
		display: block;
		float: left;
		width: 27px;
		height: 22px;
		padding: 2px;
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		color: #000000;
		font-size: 8pt;
		letter-spacing: -1px;
		padding-top: 8px;
	}

	#main #pagination a, #main #pagination_additional a
	{
		z-index: 2;
		display: block;
		color: #000000;
		width: 27px;
		height: 22px;
		padding-left: 0px;
		padding-top: 8px;
		margin-top: -8px;
	}

	#main #pagination a:hover, #main #pagination_additional a:hover
	{
		text-decoration: none;
		color: #993333;
	}

	#main #pagination li.show_all, #main #pagination_additional li.show_all
	{
		margin-top: -5px;
	}

	#footer_links a
	{
		color: #999999;
		font-size: 8pt;
		text-decoration: none;
	}

	#footer_links a:hover
	{
		color: #666666;
		text-decoration: underline;
	}

	#main span.highlight
	{
		color: #99CC66;
		border: none;
		font-weight: bold;
	}

	#main div.highlight
	{
		color: #99CC66;
		border: none;
		font-weight: bold;
	}

	#main span.comment
	{
		color: #999999;
		border: none;
	}


	#main div.comment
	{
		color: #999999;
		border: none;
	}

	#main span.warning
	{
		color: #FF0000;
		font-weight: bold;
		border: none;
	}

	#main div.warning
	{
		color: #FFFFFF;
		padding: 5px 20px;
		margin: 2px;
		border: 1px solid #FF0000;
		font-weight: bold;
		min-height: 50px;
		font-size: 12pt;
		text-align: center;
		background-color: #990000;
	}

	#main span.error
	{
		color: #FF0000;
		font-weight: bold;
		border: none;
	}

	#main div.error
	{
		color: #FF0000;
		padding: 5px 20px;
		margin: 2px;
		border: 1px solid #FF0000;
		font-weight: bold;
		height: 50px;
	}

	#main span.header
	{
		color: #003366;
		font-size: 18pt;
		font-weight: bold;
		border: none;
	}

	#main h1
	{
		color: #003366;
		font-size: 18pt;
		font-weight: bold;
		border: none;
	}

	#main h2
	{
		color: #003366;
		font-size: 14pt;
		font-weight: bold;
		border: none;
	}

	#main h3
	{
		color: #003366;
		font-size: 12pt;
		font-weight: bold;
		border: none;
		text-align: center;
		margin: 2px;
		padding: 2px;
	}

	#main div.area
	{
		margin: 5px;
		margin-left: auto;
		margin-right: auto;
	}

	#main .area div.title
	{
		background-position: top left;
		background-repeat: no-repeat;
		padding: 2px 5px;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
		font-family: verdana;
	}

	#main .area div.content
	{
		border: 2px solid #728F66;
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		padding: 10px;
		padding-bottom: 0px;
		font-family: monospace;
	}

	input
	{
		margin-top: 2px;
		margin-bottom: 2px;
	}

	#main input.text, #main select.text
	{
		background-color: #f5f5f5;
		border: 1px solid #000000;
		padding: 2px;
		font-size: 8pt;
		font-family: arial;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0px;
		margin-bottom: 2px;
	}

	#main input.text:focus, #main select.text:focus
	{
		background-color: #DDDDFF;
		border: 1px solid #000000;
		padding: 2px;
		font-size: 8pt;
		font-family: arial;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0px;
		margin-bottom: 2px;
	}

	#main input.text[disabled], #main select.text[disabled]
	{
		background-color: #fafafa;
		border: 1px solid #f0f0f0;
		padding: 2px;
		font-size: 8pt;
		font-family: arial;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0px;
		margin-bottom: 2px;
	}

	#main div.clr_both
	{
		clear: both;
		height: 0px;
		overflow: hidden;
	}

	#main div#alert
	{
		border: 3px solid #ff0000;
		background-color: #ffcccc;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: 0.85;
		padding: 25px;
		margin: 0px;
		position: absolute;
		z-index: 50;
		width: 600px;
		top: 50px;
		left: 75px;
		color: #ff0000;
		font-size: 15pt;
		font-weight: bold;
		font-family: verdana;
		text-align: center;
	}

	#main #alert .small
	{
		font-size: 10pt;
		font-weight: normal;
		font-family: monospace;
		color: #333333;
		background-color: #ffffff;
		border: 1px solid #666666;
		padding: 5px;
	}
}
