html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* standards */

.size10   { font-size: 10px; }
.size11   { font-size: 11px; }
.size12   { font-size: 12px; }
.size14   { font-size: 14px; }
.size16   { font-size: 16px; }

.fl_left   { float: left; }
.fl_right   { float: right; }
.cl_both   { clear: both; }

.padleft5   { padding-left: 5px; }
.padleft10   { padding-left: 10px; }
.padleft20   { padding-left: 20px; }
.padright5   { padding-right: 5px; }
.padright10   { padding-right: 10px; }
.padright20   { padding-right: 20px; }
.padbottom5   { padding-bottom: 5px; }

.margleft20   { margin-left: 20px; }

.pad10   { padding: 10px; }
.pad5   { padding: 5px; }

.align_r   { text-align: right; }
.align_l   { text-align: left; }
.align_c   { text-align: center; }
.align_j   { text-align: justify; }

.display_n   { display: none; }

.vam   { vertical-align: middle; }
.vab   { vertical-align: bottom; }
.vat   { vertical-align: top; }
.lh150   { line-height: 150%; }
.lh125   { line-height: 125%; }

a.nu:link, a.nu:active, a.nu:visited, a.nu:hover   { text-decoration: none; }


/* elements */

body  {	margin: 0px; font-family: Arial, Verdana; font-size: 12px; color: #FFF; background: #333; }
input, select, textarea   {	font-family: Arial, Verdana; font-size: 12px; padding: 1px; }
img { border: 0px; }
div, table, td  { font-size: 12px; }

a:link, a:active, a:visited   {	color: #FFF; text-decoration: underline; }
a:hover   {	color: #EEE; text-decoration: none; }


/* layout */

#PageContainer { margin: 0 auto; text-align: left; width: 960px; position: relative; }

#Logo { float: left; width: 410px; }
#Head { float: left; width: 550px; background: #FFF; height: 113px; }
	#MainMenu { margin: 20px 0px 0px 110px; }
	#MainMenu li { margin: 0px 5px 0px 5px; display: inline; color: #333; font-size: 14px; letter-spacing: -1px; }


	.SubMenu { margin-top: 20px; }
	.SubMenu li { margin: 0px 5px 0px 5px; display: inline; color: #333; }


		#SubMenu0 { margin-left: 80px; }
		#SubMenu1 { margin-left: 100px; }

		li.Active { border-left: 5px solid #FEED00; padding-left: 5px; }

#BGBackStage { background: url(/images/bg-titlearea.png) no-repeat; width: 960px; height: 114px; }

	h1 { font-size: 20px; font-weight: bold; text-align: right; padding: 60px 5px 8px 0px; }
	h2 { color: #666666; text-align: right; padding-right: 5px; }

#LeftColumn { width: 470px; float: left; }
	#LeftContent { color: #FFF; line-height: 150%; background: url(/images/bg-left-column.png) no-repeat top right; }
		#LeftInnerContent { padding: 10px 0px 0px 12px; }

#RightColumn { width: 470px; background: #FFFFFF; float: right; }
	#RightContent {	color: #333;	padding: 10px; line-height: 150%; }
		#RightContent a { color: #000; }

		h3 { font-size: 14px; font-weight: bold; }

#LeftDown { color: #FFF; float: left; margin: 8px 0px 8px 0px; }
#RightDown { color: #FFF; float: right;	margin: 8px 0px 8px 0px; }

.ActionBox { border-left: 5px solid #FEED00; margin-top: 30px; padding: 5px 0px 5px 10px; }

a.Menu:link, a.Menu:active, a.Menu:visited   {	color: #333; text-decoration: none; }
a.Menu:hover   { text-decoration: underline; }

#RightContent ul { list-style: none; }
#RightContent ul li { background: url(/images/block.png) no-repeat left center; padding-left: 10px;  }


.ContactForm   {
	float: left;
	width: 200px;
}
.f_Contact_input   {
	width: 150px;
}

.f_Contact_Message   {
	width: 350px;
	height: 300px;
}
