/* CSS 
* { marDocument | PACT */
{margin: 0; padding: 0; }
body { background: #fff url(/images/bg2.png) repeat; text-align: center; }
body img { border: none; }

/* Main Layout */
#contain { width: 960px; margin: 0 auto 20px; 
background-color: #fff; text-align: left; 
font: 14px/22px tahoma, sans-serif; color: #777; }


#contain #content { width: 960px; padding-bottom: 10px; }

#contain #content #features { width: 250px; margin-right: 40px; margin-left: 25px; margin-bottom: 10px; background-color: #eee; float: right; }

#contain #content #features .title { padding: 5px 15px 5px 15px; font-size: 16px; color: #fff; letter-spacing: 1px; background-color: #c0cd63; }

#contain #content #features p { margin: 0; padding: 15px 15px 0 15px; font-size: 12px; line-height: 18px; }



#contain #content #subnav { float: right; border: 1px solid #ddd; margin-bottom: 15px; margin-left: 10px; padding: 10px; line-height: 24px; width: 210px; font-size: 12px; }


#contain #content a:link { text-decoration: underline; color: #2d7da5; }
#contain #content a:visited { text-decoration: underline; color: #2d7da5; }
#contain #content a:hover { text-decoration: underline; color: #499dcd; }

#contain #content h1 { padding: 25px 200px 0 50px; font-weight: normal; font-size: 28px; line-height: 28px; color: #93ac4b; }
#contain #content h2 { padding: 25px 200px 0 50px; font-weight: normal; font-size: 18px; line-height: 22px; color: #93ac4b; }
#contain #content p { padding: 20px 200px 0 50px; }

#contain #content .sub { padding: 20px 200px 0 50px; font-size: 11px; line-height: 16px; }
#contain #content .subft { border-top: 1px solid #eee; margin-top: 60px; padding: 10px 200px 0 50px; font-size: 11px; line-height: 16px; color: #999; }
#contain #content .sub a:link { text-decoration: underline; color: #999; }
#contain #content .sub a:visited { text-decoration: underline; color: #999; }
#contain #content .sub a:hover { text-decoration: underline; color: #499dcd; }



#contain #content ul { margin: 0; padding: 0 0 5px 100px; list-style-type: none; }
#contain #content li { background: url(/images/bullet.png) no-repeat 0 6px; padding: 0 200px 5px 15px; font-weight: normal; font-size: 11px; line-height: 16px; }

/