﻿body
{
  background-color:#E1E1E1;
  margin:0;
  padding:10px;
}

.footer
{
  border-top:1px black solid;
}

table
{
  border-top:1px black solid;
}

table tr td
{
  padding:7px;
  vertical-align:top;
}

img
{
  margin:7px;
}

.wrapper
{
  min-width:950px;
  text-align:center;
  background-color:white;
  margin:0;
  padding:0;
  border:1px black solid;
}

.header
{
  padding:5px;
  background-image:url('images/AMCS Logo.png');
  background-position:left center;
  background-repeat:no-repeat;
  height:180px;
}

.secheader
{
  height:165px;
  background-image:url('images/van.jpg');
  background-position:right center;
  background-repeat:no-repeat;
}

.alltitle
{
	margin-left:170px;
	margin-right:370px;
	padding-top:0px;
}

.left
{
  width:225px;
  background-color:#f8efef;
  margin:10px;
  padding:0.5px;
}

.leftwrap
{
  width:235px;
  overflow:hidden;
  float:left;
  margin:0;
  padding:0;
}

.box
{
  padding:0px;
  text-align:left;
}

 div.box h1
{
  font-size:14px;
  color:white;
  padding-bottom:0;
  margin:10px 5px 10px 5px;
  background-image:url('images/lrheading.jpg');
  text-align:center;
}

.box ul
{
 list-style:none;
 color:#a10300;
 font-family:"Arial Rounded MT Bold", sans-serif;
 margin-left:25px;
 margin-top:0;
 margin-bottom:0;
 padding:0;
}

.box ul
{
 margin:3px 10px;
}

.box a{ color:black; }
.box a:hover{ color:red;}

.content
{
  border-left:1px black solid;
  text-align:left;
  margin: 0 0 0 240px;
  min-width:350px;
  padding:15px;
  font-family:"Calisto MT";
}

div.content h1
{
  text-align:center;
  font-size:26px;
}

div.content h2
{
  font-size:20px;
  text-align:center;
}

.copyright
{
  margin:0;
  clear:both;
}

.redline
{
  height:10px;
  background-color:#a10300;
  margin:0;
  border-top:1px black solid;
  border-bottom:1px black solid;
}

ul.top-message
{
	margin:10px 0 10px 0;
	padding:0;
	overflow:visible;
	white-space:nowrap;
}

ul.top-message li
{
  display:inline;
  color:black;
}

ul.top-message li a
{
 background-image:url('images/lrheading.jpg');
 background-repeat:repeat-x;
 color:white;
 text-decoration:none;
 font-weight:bold;
 padding:0 10px 0 10px;
 }

.clear
{
	clear:both;
    height:1px;
}