/* CSS Document */

body, html           { margin: 10px; padding: 0px; font: 12px/12px arial, sans-serif; }
body                 { background-color:#F8F9EC; color:#666666; text-align:center;}
h2                   { font-family:arial, sans-serif; font-size:18px; font-weight:bold; color:#000066; }
h3                   { font-family:arial, sans-serif; font-size:14px; font-weight:bold; color:#0066CC; }

/* Text Classes */
.text_error          { font-size:12px; color:#FF0000; font-weight:bold; text-decoration: none; }
.text_basic          { font:11px/16px arial, sans-serif; font-weight:normal; color: #000066; }
.text_small          { font:10px/12px arial, sans-serif; font-weight:normal; color: #000066; }
.text_bold           { font:11px/16px arial, sans-serif; font-weight:bold; color: #666666; }
.text_large          { font:14px/16px arial, sans-serif; font-weight:bold; color: #666666; }
.text_bold_blue      { font:11px/16px arial, sans-serif; font-weight:bold; color: #0066CC; }
.text_success        { font:11px/16px arial, sans-serif; font-weight:bold; color: #006600; }
.required_flag       { font:11px/11px arial, sans-serif; font-weight:bold; color: #FF0000; }
.emph                { font-size:13px; color:#000066; font-weight:bold; text-decoration: none; }

/* Misc. Classes */
.clear				 { clear:both; }
.form_section        { position:relative; margin-left:auto; margin-right:auto; background-color:#F3F5E2; padding:5px; margin-bottom:5px;
                       border-width:1px; border-style:dashed; border-color:#000066; }
.contact_label       { background-color:#F3F5E2; width:92%; padding:5px; }
.about_profile       { width:600px; margin-left:auto; margin-right:auto; padding:5px; background-color:#F3F5E2;
                       border-width:1px; border-style:solid; border-color:#000066; }
.profile_title       { font-size:18px; line-height:24px; font-weight:bold;}
.profile_content	 { text-align:left; line-height:18px; }

/* Links */
a:link               { color: #000099; text-decoration: underline; }
a:hover              { color: #0066CC; text-decoration: underline; }
a:visited            { color: #0066CC; text-decoration: underline; }

/* Div */            
#main             { width:800px; border: 2px solid #666666; padding: 0px; margin-left:auto; margin-right:auto;
                    color:#000066; background-color:#FFFFFF; }
#header           { width:100%; height:147px; background-image:url(images/page_header.jpg); background-repeat:no-repeat;
                    padding:0px; }
#body             { width:770px; padding:15px; }
#footer           { width:750px; margin-left:auto; margin-right:auto; height:30px; border-top:2px solid #EBEECD; text-align:center; line-height:30px; verticle-align:center; }
#pagetitle        { position:static; width:100%; height:40px; vertical-align:middle; text-align:left; }
#notification     { margin-left:auto; margin-right:auto; background-color:#F3F5E2; padding:5px;
                    border-width:1px; border-style:dashed; border-color:#000066; }

/* "Home Page" Styles */
.welcomeparagraph { position:absolute; text-align:left; line-height:18px; }
					   
/* "About Us" Styles */
#aboutus_container   { postition:relative; width:770px; }
#aboutus_col1	     { postition:relative; float:left; width:382px; }
#aboutus_col2	     { postition:relative; float:left; width:381px; margin-left:6px; }
.aboutus_profile     { postition:relative; margin-left:0px; width:380px; text-align:left; text-align:left; line-height:18px; margin-top:10px; }
.aboutus_name        { postition:relative; width:100%; line-height:30px; border-bottom:1px solid #000000; }
.aboutus_bio         { postition:relative; float:right; width:230px; text-align:left;}
.aboutus_image       { postition:relative; }

.profile_section     { position:relative; width:750px; margin-left:10px; text-align:left; margin-bottom: 10px; }
.profile_image       { position:absolute; width:150px; top:10px; left:0px; }
.profile_name        { position:relative; width:585px; height:38px; left:165px; top:10px; font-size:22px; line-height:38px; color:#000066; margin-bottom:4px; }
.profile_bio         { position:relative; width:585px; height:150px; left:165px; top:4px; }
.profile_bio p       { font-size:12px; line-height:18px; color:#000066; margin:4px 0 4px 0;}
