html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times New Roman, sans-serif;
	background: #888;
}
div.clear {
    clear: both;
}
div.container 
{
	margin: 0 auto 0px auto;
	width: 900px;
	min-height:724px;
	background: #b92324;
        color:#fff;

}
div.header
{
	height:140px;
}

div.header img
{
	clear:both;
	float:left;
	margin:10px 25px;
	padding:0;	
}


div.search
{
	float:right;
	margin:-10px 10px 0 0;
	padding:0;
	text-align:right;
	font-size:16px
}
div.search form
{
	margin:-13px 0 5px 0;
	padding:0;
	font-size:18px;	
}
div.search span
{
	font-size:32px;
	margin:0;	
}

div.search i
{
	font-size:28px;
	font-style:normal;	
}
/*nav*/

/*left menu*/

div.menu
{
	float:left;
}
div.menu ul
{
	list-style-type: none;	
	margin:13px 11px;
	padding:0;
}
div.menu li
{
	margin:10px 0;
	padding:0;
}
div.menu a img
{
	border:solid 1px;
	color:#fff;
}
div.content
{
	background:#f0eec5;
	min-height:482px;
	margin:0px 210px;
	width:690px;
        color:#000;
        text-align:left;
}
div.left-text
{
       float:left;
       text-align:left;
       width:360px;
       margin:0;
       padding:15px 0 5px 30px;
       font-size:14px;
       line-height:15px;
}
table.img-table
{
       margin:0;
       padding:0;
}
div.left-text a img
{
      border:0;
}

div.left-text h1
{
      color:#91262a;
      font-size:30px;
      font-weight:lighter;
      margin:-15px 0 -15px -25px;
     line-height:25px;
}
div.left-text h2
{
      color:#003370;
      font-size:15px;
      margin:0;
}
div.left-text h3
{
      color:#91262a;
      font-size:14px;
      margin:0;
}
div.left-text p
{
      margin:0 0 12px 0;
}
div.left-text hr
{
      color: #91262a;
      background-color: #b92324;
      height: 3px;
}
div.left-text a
{
           color:#91262a;
           font-size:20px;
           line-height:22px;
}
/* start of table stuff*/
table.stuff
{
           margin:0px 0 40px 0px;
}
table.stuff tr 
{
          border-bottom:solid 2px #b92324;
}

b.black
{
          color:#000;
}
b.red
{
          color:#91262a;
}
table.stuff a
{
        color:#91262a;
        text-decoration:none;
}
table.stuff a:hover
{
        text-decoration:underline;
}
img.stuff
{
          border:solid 3px #91262a;
          margin:0 0 10px 0;
         padding:0;
}
/* end of table stuff*/
/*wide text */
div.text
{
       text-align:left;
       margin:0;
       padding:0 20px 5px 20px;
       font-size:14px;
       line-height:15px;
}
div.text hr
{
      color: #91262a;
      background-color: #b92324;
      height: 3px;
}
div.text h1
{
      color:#91262a;
      font-size:30px;
      font-weight:lighter;
      margin:0px 0 -30px -35px;
      line-height:25px;
}
div.text h2
{
      color:#91262a;
      font-size:20px;
      line-height:25px;
      margin:0 0 -12px 0;
}
div.text b
{
      color:#91262a;
}
/*end of wide text*/
/*menus table*/
table.menus
{
           margin:0px 0 40px 15px;
}
table.menus h1
{
      color:#91262a;
      font-size:18px;
      margin:0px 0 -30px -30px;
      line-height:20px;
}

table.menus ul
{
      line-height:15px;
      margin:0px 0 0px -25px;
      font-size:12px;
}
table.menus tr td table
{
     border-bottom:solid 3px #b92324;
}
table.menus tr td
{
     margin:0;
     padding:0 0 7px 6px;
}
table.menus tr td h1.justified
{
margin:-12px 0 -30px -30px;
}
/*menus table*/
/*forms*/
div.text form
{
     margin:0 0 20px 0;
     padding:0;
}
/*forms*/
img.head
{
     margin:30px 0;
}
div.left-text table  
{
       font-size:12px
}
div.image
{
      float:right;
      margin:40px;
      padding:0;
}
/*Footer*/
div.footer
{
	font-family:Tahoma;
	background:#003370;
        margin-left:210px;
	width:690px;
	height:25px;
	text-align: left;
}
div.footer ul
{
	float:left;
	margin:5px;
	padding:0px;
	font-size:9pt;
	list-style-type: none;

}
div.footer ul li 
{
	float: left;
   	margin:0;
    	padding: 0px 10px;
}
div.footer ul li a	
{
	color:#fff;
}
div.leftcontent{
        float: left;
        width: 300px;
        margin-left: 30px;
}
img.rightpic{
        float: right;
        width: 270px;
        height: 340px;
        margin-right: 10px;
       border: 2px solid black;
}
h1 {
       color: #900;
       font-size: 27px;
       padding: 30px;      
 }
/*Drop Down List*/

select.ddl
{
      width:200px;
      margin:10px 0 0 0;
      padding:0;
}
/*buttons*/
input.button
{
       background:#91262A;
       border:0;
       color:#fff;
       font-family:Times New Roman;
       font-size:20px;
       margin:5px 15px 0 0;
       padding:0;
      cursor:pointer;
      width:150px;
}
