/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-image: url(/_images/_pgElements/mainbkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #333333;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#PgWrapper {
	margin: 0 auto;
	width: 960px;
}

#masthead {
	background-image: url(/_images/_pgElements/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 305px;
	}
	
#MainArea {
	background-image: url(/_images/_pgElements/ma_bkgd.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	width: 960px;
}

#rysl {
	background-image: url(/_images/_pgElements/RYSL.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 70px;
	height: 450px;
	}

#textArea {
	float: right;
	width: 890px;
	margin: 0;
	}
	
#MenuCol {
	float: left;
	width: 200px;
	margin: 20px 0 0 20px;
	}

#TextCol {
	float: right;
	width: 550px;
	margin: 20px 55px 20px 20px;
	}

#footer {
	background-image: url(/_images/_pgElements/foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	}

	
/* -------- MENU ----------- */

#MenuArea {
	margin: 0;
	padding: 0;
	}
	
#menu {
	list-style-type: none;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: left;
	font-weight: bold;
	color: #ed1c24;
	}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#menu li {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li a .active {
	color: #000000;
	}

#menu li .submenu {
	margin: 10px 0 10px 20px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: .9em;
	}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ed1c24;
	}

#menu a:hover {
	color: #000000;
	}


/* -------- Main STYLES ----------- */

h1 {
	font-size: 2.1em;
	color: #ed1c24;
	line-height: 1.0em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	color: #ed1c24;
	line-height: 1.0em;
	text-align: left;
	margin: 0;
	padding: 6px 0 16px 0;
	font-weight: bold;	
}

h3 {
	font-size: 1.3em;
	color: #ed1c24;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	color: #ed1c24;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	color: #333333;
	}

ul {
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: circle;
	padding: 0;
	font-weight: normal;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #ed1c24;
	}

a:hover {
	color: #000000;
	}


/*--------------------- Main Form  ------------------*/

#MainForm {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	}

#MainForm fieldset { 
	padding: 5px 13px 15px 13px;
	margin: 0;
	margin-top: 0; 
	margin-bottom: 6px; 
	border: 1px solid #1f308b;}

#MainForm legend { 
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	color: #1f308b;
 }

#MainForm label {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 2.4em;
	font-weight: normal;
	color: #000;
}

#MainForm input{
	color:#000;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#MainForm input:focus{ background-color: #ffffcc; color:#000000; }

#MainForm input.required_Field{ border-left:3px solid #ff0000; }

#MainForm table {
	padding: 0;
	margin: 0;
}

#MainForm td {
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
	padding-left: 2px;
}

#MainForm td label {
	font-weight: bold;
	padding-left: 2px;
}

#MainForm th {
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	font-weight: bold;
	padding: 2px;
	background-color: #93c1d3;
}

#MainForm #errMessage {
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: red;
	text-align: center;
	}


/* END OF INPUT AREAS */

/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #626363;
	font-size: 0.85em;
	line-height: 1.1em;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	margin: 0 auto;
	width: 960px;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #626363;
}

#Copyright a:hover {
	color: #75adf7;
}


/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}


/* IE6 Only */
* html #MenuArea {
	}

/* IE7 Only */
*:first-child+html #MenuArea {
	}
