
	BODY
	{
		margin:0px;
		padding:0px;
		background-color:#ffffff;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#555555;
		background-image:url('../img/backgroundImage.jpg');
		background-repeat:repeat-x;
		background-position:center top;
		background-color:#151515;
	}
	
	TABLE, TABLE TBODY, TABLE TBODY TR, TABLE TBODY TR TD
	{
		padding:0px;
		margin:0px;
	}
	
	A:link, A:visited
	{
		text-decoration:none;
		color:#555555;
	}
	
	FORM
	{
		margin:0px;
		padding:0px;
	}
	
	BODY P
	{
		margin:0px;
		padding:0px;
	}
	
	UL
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-size:11px;
		list-style-position: outside;
		list-style-image: url('../img/content_arrow.gif');
		list-style-type: circle;
		margin-bottom:5px;
		margin-top:5px;
	}
	
	UL LI
	{
		margin:0px;
	}
	
	A IMG
	{
		border:none;
	}
	
	/*
		Header
	*/
	
	.header
	{
		margin-bottom:20px;
		margin-top:20px;
		height:80px;
		width:800px;
		text-align:left;
	}
	
	.header .logo
	{
		background-image:url('../img/logo.png');
		background-repeat:no-repeat;
		width:600px;
		height:80px;
	}
	
	/*
		Animation Container
	*/
	
	.top
	{
		background-image:url('../img/backgrounds/header.png');
		background-repeat:no-repeat;
		background-position:top center;
		width:800px;
		height:186px;
	}
	
	.top .menu
	{
		padding-top:146px;
		text-align:left;
	}
	
	.top .menu .menuItem
	{
		display:inline-block;
		#display:inline;
		float:left;
	}
	
	.top .menu .menuItem A:link, .top .menu .menuItem A:visited
	{
		display:block;
		margin-top:10px;
		padding-left:11px;
		padding-right:11px;
		color:#ffffff;
	}
	
	.top .menu .menuItem .left
	{
		display:inline-block;
		#display:inline;
		background-image:url('../img/tab_03.png');
		background-position:top left;
		background-repeat:no-repeat;
		width:26px;
		height:40px;
		float:left;
	}
	
	.top .menu .menuItem .center
	{
		display:inline-block;
		#display:inline;
		background-image:url('../img/tab_04.png');
		background-position:top left;
		background-repeat:repeat-x;
		height:40px;
		float:left;
	}
	
	.top .menu .menuItem .center A:link, .top .menu .menuItem .center A:visited
	{
		display:inline-block;
		padding-right:0px;
		padding-left:0px;
		color:#000000;
	}
	
	.top .menu .menuItem .right
	{
		display:inline-block;
		#display:inline;
		background-image:url('../img/tab_05.png');
		background-position:top left;
		background-repeat:no-repeat;
		width:26px;
		height:40px;
		float:left;
	}
	
	/*
		Content
	*/
	
	.content
	{
		width:800px;
		padding-top:30px;
		background-color:#ffffff;
		text-align:left;
	}
	
	.content .left
	{
		display:inline-block;
		#display:inline;
		width:528px;
		#width:552px;
		background-image:url('../img/left_shadow.png');
		background-position:top left;
		background-repeat:no-repeat;
		vertical-align:top;
		padding-left:20px;
	}
	
	.content .left .title
	{
		text-align:left;
		font-size:20px;
		width:426px;
		color:#cf853c;
		padding-left:20px;
		margin-bottom:10px;
	}
	
	.content .left .text
	{
		width:490px;
		margin-bottom:18px;
		text-align:left;
		font-size:11px;
		margin-left:20px;
	}
	
	.content .left .text P, .content .left .text STRONG
	{
		margin:0px;
		padding:0px;
	}
	
	.content .left .text P
	{
		margin-bottom:20px;
		text-align:justify;
	}
	
	.content .left .text P P
	{
		margin-bottom:10px;
		text-align:justify;
	}
	
	.content .left .text STRONG
	{
		
	}
	
	.content .left .text SELECT, .content .left .text SELECT OPTION
	{
		font-size:10px;
		vertical-align:middle;
	}
	
	.content .left .text UL
	{
		margin-bottom:15px;
	}
	
	.content .left .text .bigTitle 
	{
		background-image:url('../img/png29.png');
		background-position:top left;
		background-repeat:no-repeat;
		height:26px;
		#height:32px;
		padding-top:6px;
		padding-left:35px;
		font-size:14px;
	}
	
	.content .left .text .bigTitle A:link, .content .left .text .bigTitle A:visited
	{
		color:#1c3049;
		font-size:14px;
	}
	
	.content .left .text A:link, .content .left .text A:visited
	{
		text-decoration:underline;
	}
	
	.content .left .text .category
	{
		display:inline-block;
		#display:inline;
		vertical-align:top;
		margin-right:70px;
		#float:left;
	}
	
	.content .left .text .message
	{
		margin-bottom:20px;
	}
	
	.content .right
	{
		display:inline-block;
		#display:inline;
		width:227px;
		#width:248px;
		background-image:url('../img/right_shadow.png');
		background-position:top right;
		background-repeat:no-repeat;
		vertical-align:top;
		padding-left:20px;
	}
	
	/*
		Footer
	*/
	
	.footer
	{
		background-image:url('../img/footer.png');
		background-position:top center;
		background-repeat:no-repeat;
		width:800px;
		height:74px;
		padding-top:23px;
		margin-bottom:75px;
	}
	
	.footer .text
	{
		display:inline;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		width:450px;
		text-align:left;
		float:left;
		#float:none;
		margin-left:10px;
	}
	
	.footer .text .option
	{
		display:inline;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		margin-right:20px;
		height:30px;
		padding-top:5px;
		float:left;
		#float:none;
	}
	
	.footer .text .option A:link, .footer .text .option A:visited
	{
		color:#ffffff;
	}
	
	.footer .text .option A:hover
	{
		color:#4f4f4f;
	}
	
	.footer .button
	{
		margin-left:30px;
		display:inline;
		width:80px;
		height:30px;
		background-image:url('../img/up.png');
		background-position:top left;
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:12px;
		padding-top:5px;
		cursor:pointer;
		#cursor:hand;
		float:left;
		#float:none;
	}
	
	.footer .button A
	{
		color:#ffffff;
	}
	
	.footer .textRight
	{
		display:inline;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		width:170px;
		text-align:left;
		float:left;
		#float:none;
		padding-left:30px;
		#padding-left:0px;
		padding-top:5px;
		height:30px;
		text-align:right;
		margin-right:30px;
	}
	
	.footer .textRight A
	{
		color:#ffffff;
	}
	
	.footer .textRight A:hover
	{
		color:#4f4f4f;
	}
	
	/*
		Misc
	*/
	
	.pdf
	{
		height:20px;
		background-image:url('../img/pdf.png');
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:25px;
	}
	
	.pdf A:hover
	{
		text-decoration:underline;
	}
	
	.table
	{
		
	}
	
	.table .errorRowHidden
	{
		display:none;
	}
	
	.table .errorRowVisible
	{
		display:block;
	}
	
	.table .tableRow
	{
		float:left;
		margin-bottom:5px;
	}
	
	.table .tableRow .textCell
	{
		display:inline-block;
		#display:inline;
		float:left;
		width:100px;
		padding-top:4px;
	}
	
	.table .tableRow .inputCell
	{
		display:inline-block;
		#display:inline;
		float:left;
		width:300px;
	}
	
	.table .tableRow .inputCell TEXTAREA
	{
		overflow:auto;
		width:320px;
		height:75px;
	}
	
	.table .tableRow .inputCell SELECT, .table .tableRow .inputCell SELECT OPTION
	{
		font-size:12px;
		width:320px;
	}
	
	.table .tableRow .inputCell INPUT
	{
		width:320px;
	}
	
	.table .tableRow .inputCell INPUT.radio
	{
		width:auto;
	}
	
	.specialText
	{
		color:#cf853c;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	