/* main html elements */
BODY {
background-image: url('/images/background.jpg');
background-repeat: no-repeat;
background-position: top center;
color:#5e5e5e;
background-color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;}

h1 {font-size: 20px;font-weight: normal; margin: 0 0 6px 0; color: #5e5e5e; line-height: 110%;}

/* div structure */
#container				{width: auto; margin: 0 auto 0 auto; text-align: left;}

#uppertopnav			{text-align: right; margin: 0 15px 0 0; padding: 85px 0 0 0;}	

#uppertopnav h1			{color: #fff; font-size: 14px;}

#page					{width: 919px; margin: 0 auto 0 auto; padding: 0;}

#pageContent			{width: 919px; height: 812px; margin-left: auto; margin-right: auto; float: left; clear: right; padding: 0 20px 0 0px;}

#leftColHome			{float: left; text-align: left; height: 207px; width: 313px; color: #fff; margin: 28px 0 0 18px; padding: 0 20px 0 0; font-size: 16px;}

#botColHomeLeft			{float: left; text-align: left; width: 340px; margin: 10px 0 0 12px; font-size: 11px; line-height:25px;}

#botColHomeLeft ul		{margin: 10px 0 0 0; padding: 0 0 0 12px; list-style: circle;}
#botColHomeLeft li		{margin: 0;}

#botColHomeRight		{float: left; text-align: left; margin: 10px 0 0 0; font-size: 11px; line-height:25px;}

#botColHomeRight ul		{margin: 10px 0 0 0; padding: 0 0 0 12px; list-style: circle;}
#botColHomeRight li		{margin: 0;}

#botColHomeRight a:link, #botColHomeRight a:visited {color: #3b5d13;}
#botColHomeRight a:active, #botColHomeRight a:hover {color: #333;}

#botColHomeRightFar		{text-align: center; padding: 228px 0 0 120px; font-size: 11px; line-height:18px;}

/* links */
a:link,a:visited {color: #0060ff; text-decoration: none;}
a:active,a:hover {color: #333; text-decoration: none;}
