/* CSS Document */

/**Layout**/

body { margin: 0px; padding: 0px; text-align: center; font-family: Arial, Helvetica, sans-serif; background-image: url(../images/bg.gif); background-repeat: no-repeat; background-position: center top; }

#container { width: 850px; margin: auto; text-align: left; }

#header { width: 850px; height: 111px; background-image: url(../images/your_pa_header.gif); background-repeat: no-repeat; }

#nav { width: 850px; height: 26px; background-image: url(../images/navbg.jpg); background-repeat: no-repeat; text-align: right; font-size: 12px; padding-top: 9px; color: #333333; }
#nav ul { margin: 0px; padding: 0px;}
#nav ul li { display: inline; list-style-type: none; padding-right: 20px; }
#nav ul a { text-decoration: none; color: #333333; }
#nav ul a:hover { color: #389c6b; text-decoration: none;}

#splash { width: 850px; margin-top: 12px; }

#contentcontainer { width: 850px; margin-top: 22px; font-size: 12px; color: #333333; }

#footer { width: 850px; height: 20px; background-color: #319965; float: left; margin-top: 30px; color: #FFFFFF; font-size: 11px; text-align: center; padding-top: 7px;}
#footer a { color: #FFFFFF; text-decoration: none;}

#column_left{width:360px; margin-left: 30px; margin-right:25px; float:left; text-align: justify; }
#column_leftBIG{width:592px; margin-left: 30px; margin-right:25px; float:left; text-align: justify; padding-right: 10px;}
#column_right{width:210px; margin-right:20px; float:left; }
#column_right_findout{width:167px; float:left; background-image: url(../images/findoutmorebg.png); background-repeat: no-repeat; padding: 13px; margin-top: 45px; padding-top: 15px; font-size: 11px; }
div.spacer{clear:both; height:10px; display:block; }


/**Content Style**/

H1 { font-family: Arial, Helvetica, sans-serif; color: #389c6b; font-weight: normal; font-size: 26px; }
H2 { font-family: Arial, Helvetica, sans-serif; color: #389c6b; font-weight: normal; font-size: 18px; }
H4 { font-family: Arial, Helvetica, sans-serif; color: #389c6b; font-weight: normal; font-size: 14px; }

input { font-size: 11px; border: 1px solid; border-color: #999999; }
textarea { font-size: 11px; border: 1px solid; border-color: #999999; }

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}
