/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

/* CONTENT TEXT */
body {
	background-color: #BBA48F;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

a{
   color: #400000;
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
}

#top_menu{
	width: 748px;
	height: 60px;
}
#sub_line{
	background-image:  url("images/sub_line.gif");
	background-repeat: repeat-x;
	width: 748px;
	height: 8px;
}
#sub_line_2{
	width: 748px;
	background-color: #400000;
	height: 7px;
}

#menu{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 180px;
	padding-top: 12px;
	padding-left: 8px;
}

#logo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(images/CS3.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 350px;
	font-size: 18px;
	font-weight: normal;
	color: #400000;
}

#left_frame{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 300px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 10px
}
#full_frame{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 695px;
	padding-left: 23px;
	padding-right: 30px;
	padding-bottom: 10px
}
#sub_line_3{
	width: 1px;
	background-color: #400000;
}
#right_frame{
	background-color: #FFFFFF;
	background-image:  url("images/frame_right.jpg");
	background-repeat: no-repeat;
	width: 321px;
	height: 202px;
	padding-left: 43px;
	padding-right: 30px;
	padding-bottom: 10px
}
#navlist
{
margin: 0;
padding: 0 0 14px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 12px;
	font-weight: normal;
	margin: 0 12px 0 12px;
	text-decoration: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #400000;
padding-bottom: 1px;
background: transparent;
color: #400000;
}

#navlist a:hover { color: #400000; }

#bottom_line{
	background-color: #400000;
	background-image:  none;
	background-repeat: no-repeat;
	width: 748px;
	height: 41px;
}

.menu_item{
   background-image:  url(images/menu_item.gif);
   background-repeat: no-repeat;
   width: 172px;
   height: 26px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #F4EED3;
   padding-left: 12px;
}
a.menu_link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #F4EED3;
   text-decoration:none;
}
a.menu_link:hover{
   text-decoration:underline;
}

H1{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   margin-top:10px;
   color: #400000;
}

P {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #7B7F7F;
   margin-top: 2px;
}
H2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #400000;
   margin-top: 5px;
   margin-bottom: 0px;
}

/* Generic form button style. */
.FormLt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	cursor: pointer;
}
