body {
     margin: 0;
     padding: 10px 0 0 0;
     font-size: 13px;
	 line-height: 1.5em;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #222222;     
     background: #c4c8cb url(img/bg_blue1.jpg) top left repeat-x fixed;
}

/* Typography
------------------------------------------------------------------------------*/

p {
     margin: 0 0 10px 0;
     padding: 0;     
}

#footer p {
     color: #EEEEEE;
     text-align: center;
     padding: 20px;
     margin: 0;
     font-size: 1em;
}

#top_section p {
     padding: 0 0 0 5px;
     margin: 0;
     color: #666666;
     text-align:left;
     font-size: .9em;     
}

#bottom_section p {
     padding: 0;
     margin: 0;
     color: #666666;
     text-align: center;
     font-size: .9em;
}

#header_left h1{
     margin: 20px 0 5px 25px;
     font-family: Georgia, Times New Roman, Times, serif;
	 font-size: 27px;
     line-height: 30px;     
     color: #FFFFFF;
	 border-bottom: 0px solid #444444;	 
}


#header_left h2 {
     font-size: 1.1em;
     line-height: 1.2em;
     font-weight: normal;
     letter-spacing: 0px;
     color: #DDDDDD;
     margin: 0 0 0 25px;
     padding: 0;
}

h1 {
     font-family: Georgia, Times New Roman, Times, serif;
	 font-size: 25px;
     line-height: 29px;     
     color: #666;
	 border-bottom: 1px solid #E9E9E9;
	 margin: 5px 0 5px 0;
}

h2 {
     font-family: Georgia, Times New Roman, Times, serif;
	 font-size: 18px;
     line-height: 20px;     
     color: #800000;
	 margin: 5px 0 5px 0;
}

h3 {
     font-family: Georgia, Times New Roman, Times, serif;
	 font-size: 12px;
     line-height: 16px;     
     color: #444;
	 text-transform: uppercase;
	 margin: 5px 0 5px 0;
}

h4 {
     font-family: Georgia, Times New Roman, Times, serif;
	 font-size: 18px;
     line-height: 20px;     
     color: #333;
	 margin-bottom: 0px;
	 margin: 5px 0 5px 0;
}

h5 {
     margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 background: #7BB73A;
     padding: 2px 2px 2px 4px;
     border-top: 1px solid #96DA4D;
     border-bottom: 1px solid #65962F;
     font-size: 11px;
     color: #FFF;
	 text-transform: uppercase;
}
h6 {
     margin: 0;
	 font-weight: normal;
	 background: #FFF;
     padding: 2px 2px 2px 4px;
     border-right: 1px solid #7BB73A;
     border-left: 1px solid #7BB73A;
	 border-bottom: 1px solid #7BB73A;
     font-size: 11px;
     color: #000; 
}


/* Hyperlinks
------------------------------------------------------------------------------*/

a:link, a:visited, a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#header a:link, #header a:visited, #header a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#header a:hover { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active { 
     background-color: transparent;
     color: #fff; 
     text-decoration: none;
}

#footer a:hover { 
     background-color: transparent;
     color: #fff; 
     text-decoration:underline;
}

#top_section a:link, #top_section a:visited, #top_section a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

#top_section a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#bottom_section a:link, #bottom_section a:visited, #bottom_section a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

#bottom_section a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#left_column a:link, #left_column a:visited, #left_column a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
	 font-size: 12px;
     line-height: 15px;	 
}

#left_column a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}


/* Ordered/Unordered Lists
------------------------------------------------------------------------------*/


#right_column ul, #left_column ul, #content_column ul  {
     margin: 0 0 10px 10px;
     padding-left: 0px;
     list-style-type:none;	 
}

#right_column  ol, #left_column ol, #content_column  ol {
     margin: 0 0 10px 0;
     padding-left: 0;
 
}

#right_column  ol li, #left_column  ol li, #content_column  ol li  {
     margin-left: 5px;
     padding-left: 0px; 
     background: none; 
     list-style-type: decimal;
     list-style-position: inside; 
     font-size: 1em;
     line-height: 1.6em;
}

#right_column  li, #left_column  li, #content_column li {
     padding-left: 10px;
	 padding-bottom: 5px;
     background: transparent url(img/arrow.gif) 0 0.4em no-repeat;
     border: 0px solid #7BB73A;    
}

/* Blockquotes
------------------------------------------------------------------------------*/

blockquote
{
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
    color: #444444;
}

blockquote p { margin: 0 0 .7em 0; }


/* Horizontal Menu
------------------------------------------------------------------------------*/

ul#navlist {
     margin: 0;
     padding: 0;
     font-weight: bold;
     font-size: 13px;
     padding: .3em 0;
}

#navlist li {
     display: inline;
     list-style-type: none;
     margin: 0; padding: 0;
     line-height: 1.3em;
}

#navlist a { padding: .2em .6em; margin: 0;}

#navlist a:link, #navlist a:visited {
     color: #FFFFFF;
     background-color: transparent;
     text-decoration: none;
     border: 1px solid #7BB73A;     
}

#navlist a:hover {
     color: #111111;
     background-color: #FFFFFF;
     border: 1px solid #333333;
     text-decoration: none;
}


/* Page Layout
------------------------------------------------------------------------------*/

#middle_section {
   width: 960px;
     margin: 0 auto;
     padding: 10px;
     text-align: left;
     background: #FFFFFF;
}

#header{
     background: #000;
     height: 100px; 
     margin: 0;
     padding: 0;
}

#header_left {
     float: left;
     width: 350px;
     padding: 0;
     margin: 0;
}

#header_right {
     float: right;
     width: 350px;
}

#menu_bar {
     background: #7BB73A;
     padding: 1px;
     border-top: 1px solid #96DA4D;
     border-bottom: 1px solid #65962F;
}

#breadcrumb {
    padding: 15px 15px;
    margin: 0px;
    border-bottom: 1px solid #dddddd;
    background: #FFFFFF url(img/shadow.gif) top left repeat-x;
}

#content_wrapper {
     float: left;
     width: 100%;
}

#content_column {
     margin: 0 190px 0 190px; /*Margins for content column. Should be "0 right_columnWidth 0 left_columnWidth*/
	 padding-bottom: 15px;
}

#left_column {
     float: left;
     width: 190px; 
     margin-left: -100%;
     background: #F7F7F7 url('img/sidebar_fade.jpg') bottom left repeat-x;
	 padding-bottom: 15px;
	 border: 0px solid #dddddd;
}

#right_column {
     float: left;
     width: 190px; 
     margin-left: -192px; 
     background: #F7F7F7 url('img/sidebar_fade.jpg') bottom left repeat-x;
	 padding-bottom: 15px;
	 border: 0px solid #000000;	 
}

#footer {
     clear: left;
     width: 100%;
     background: #000;
     padding: 0;
     margin: 0;
}

.column_padding {
     margin: 10px; 
}

#bottom_section {
   width: 960px;
     margin: 0 auto;
     padding: 15px 10px;
     text-align: left;
}

/* Other	
------------------------------------------------------------------------------*/

.photo_frame {
     float: right;
     padding: 7px;
     border: 1px solid #dddddd;
     margin: 5px 0px 1px 10px;
}

.photo_frame img {
	   border: none;
}
