*
{
	margin:          0;
	padding:         0;
}

body
{
  text-align:      center;
  min-width:       1000px;
  background:      #999999;
}

#wrapper 
{
  text-align:      left;
  width:           1000px;
  margin-left:     auto;
  margin-right:    auto;
}

#layout_header 
{
  clear: both;
  background:      url('images/layout_header.jpg');
  width:           1000px;
  height:          81px;
}

#layout_header_text
{
  position:        relative;
  left:            710px;
  top:             63px;
  width:           200px;
  height:          16px;
  font-family:     Verdana, Verdana, Geneva, sans-serif;
  font-size:       10px;
  color:           #ffffff;
  font-weight:     bold;
  text-align:      right;
  overflow:        hidden;
}

#layout_header_text  a:link
{
  color:           #ffffff; 
  text-decoration: none;
}

#layout_header_text a:visited
{
  color:           #ffffff; 
  text-decoration: none;
}

#layout_header_text a:hover
{
  color:           #ffffff; 
  text-decoration: underline;
}

#layout_header_text  a:active
{
  color:           #ffffff; 
  text-decoration: underline;
}

#layout_title
{
clear: both;
  background:      url('images/layout_title.gif');
  width:           1000px;
  height:          74px;
}

#layout_title_text
{
  position:        relative;
  left:            55px;
  top:             40px;
  width:           750px;
  height:          30px;
  font-family:     Georgia, Georgia, serif;
  font-size:       24px;
  font-weight:     bold;
  color:           #c93128;
  text-align:      left;
  overflow:        hidden;
}

#layout_main
{
  clear:           both;
  overflow:        auto;
  background:      url('images/layout_main.gif') repeat-y;
  width:           1000px;
  min-height:      450px;
  height:          100%;
}

#layout_content 
{
  width:           720px;
  height:          100%;
  float:           left
}

#layout_content_text
{
  margin-top:      15px;
  height:          100%;
  margin-left:     55px;
  margin-right:    20px;
  font-family:     Georgia, Georgia, serif;
  font-size:       12px;
  line-height:     1.75;
  text-align:      justify;
  color:           #202020;
}

#layout_content_text ul
{
	list-style:      none;
	text-align:      left;
	margin:          3px 0px 8px 0;
	padding:         0;
	text-decoration: none;
}
#layout_content_text ul li 
{
	background:      url(./images/layout_bullet.gif) no-repeat 2px 3px ;
	padding:         2px 0 2px 25px;
}

#layout_content_text ul li 
{ 
  height:          1%; 
}


#layout_content_text  a:link
{
  color:           #666666; 
  text-decoration: none;
}

#layout_content_text a:visited
{
  color:           #666666; 
  text-decoration: none;
}

#layout_content_text a:hover
{
  color:           #666666; 
  text-decoration: underline;
}

#layout_content_text  a:active
{
  color:           #666666; 
  text-decoration: underline;
}


#layout_menu
{
  width:           280px;
  float:           right
}

#layout_menu_text
{
  margin-left:     5px;
  margin-right:    40px;
  font-family:     Georgia, Georgia, serif;
  font-size:       12px;
  line-height:     1.75;
  color:           #202020;
}

#layout_menu_text h2
{
  color:           #c93128;
}

#layout_menu_text  a:link
{
  color:           #666666; 
  text-decoration: none;
}

#layout_menu_text a:visited
{
  color:           #666666; 
  text-decoration: none;
}

#layout_menu_text a:hover
{
  color:           #666666; 
  text-decoration: underline;
}

#layout_menu_text  a:active
{
  color:           #666666; 
  text-decoration: underline;
}

#layout_menu_text ul.sidemenu 
{
	list-style:      none;
	text-align:      left;
	margin:          3px 0px 8px 0;
	padding:         0;
	text-decoration: none;
}
#layout_menu_text ul.sidemenu li 
{
	border-bottom:   1px solid #999999;
	background:      url(./images/layout_bullet.gif) no-repeat 2px 3px ;
	padding:         2px 0 2px 25px;
}

#layout_menu_text ul.sidemenu li 
{ 
  height:          1%; 
}

#layout_menu_text ul.sidemenu a 
{
  font-size:       11px;
	font-weight:     bold;
	padding:         2px 0;
	background:      none;
	color:           #202020; 
  text-decoration: none;
}

#layout_menu_text ul.sidemenu li a:link
{
	font-weight:     bold;
	color:           #202020; 
  text-decoration: none;
}

#layout_menu_text ul.sidemenu li a:visited
{
	font-weight:     bold;
	color:           #202020; 
  text-decoration: none;
}

#layout_menu_text ul.sidemenu li a:hover
{
	font-weight:     bold;
	color:           #202020; 
  text-decoration: underline;
}

#layout_menu_text ul.sidemenu li a:active
{
	font-weight:     bold;
	color:           #202020; 
  text-decoration: underline;
}

#layout_menu_text ul.sidemenu li a.selected 
{
	font-weight:     bold;
	color:           #666666; 
  text-decoration: none;
}

#layout_footer
{
  clear:           both;
  background:      url('images/layout_footer.gif');
  width:           1000px;
  height:          69px;
}

#layout_footer_text
{
  position:        relative;
  left:            120px;
  top:             39px;
  width:           750px;
  height:          16px;
  font-family:     Verdana, Verdana, Geneva, sans-serif;
  font-size:       10px;
	color:           #666666;
  text-align:      center;
  overflow:        hidden;
}

#layout_footer_text  a:link
{
  color:           #666666; 
  text-decoration: none;
}

#layout_footer_text a:visited
{
  color:           #666666; 
  text-decoration: none;
}

#layout_footer_text a:hover
{
  color:           #666666; 
  text-decoration: underline;
}

#layout_footer_text  a:active
{
  color:           #666666; 
  text-decoration: underline;
}




