
/* This is the AMPS Project Homepage style sheet */

body {
	background-color: #F0F0F0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}
#wrapper {
	margin-top:.625em;
	width:62.5em;
	border:thin solid #000000;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#header {
	margin-top:0;
	margin-bottom:0;
	background-color:white;
	font-size:2em;
	line-height:3em;
	font-weight:bold;
	height: 3em;
	text-align: left;
	background-image:url(http://www.ampsintl.com/homepage/gradient1x100.gif);
	background-position:0;
	background-repeat:repeat;
	border-bottom:thin solid #000000;
}

#fullbody {
	width:62.5em;
	overflow: auto;
}

h1 {
	padding: .3125em;
	font-size: .84em;
	margin-top: 0.5em;
	margin-bottom:.5em;
}
h1.bigger {
	padding: .3125em;
	font-size: 1.624em;
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
p {
	padding: .3125em;
	font-size: .84em;
	margin-top:.25em;
	margin-bottom:.25em;
	text-align: justify;
}

#columnL{
	float: left;
	padding-left: .3125em;
	width:12.5em;
	padding-top:.5em;
}
#columnR{
	float: right;
	padding-right: .3125em;
	width:48.75em;
	padding-top:.5em;
}
#columnL2{
	float: left;
	padding-left: .3125em;
	width:31.25em;
	padding-top:.5em;
}
#columnR2{
	float: right;
	padding-right: .3125em;
	width:30em;
	padding-top:.5em;
}
#columnL3{
	float: left;
	padding-left: .3125em;
	width:13.125em;
	padding-top:.5em;
}
#columnR3{
	float: right;
	padding-right: .3125em;
	width:48.75em;
	padding-top:.5em;
}
a {
	text-decoration:none;
	font-weight:bold;
	color: #808080;
	padding-left: .3125em;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #808080;
}
.footer {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}
.footer:hover{
	text-decoration:underline;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}
.more {
	text-decoration:none;
	font-size: .625em;
	text-align: right;
	color: #808080;
}
.small {
	text-decoration:none;
	font-weight: normal;
	color: #808080;
}
.small:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #808080;
}
.black{
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}
.black:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}
.amps {
	text-decoration:none;
	font-weight:bold;
	color: navy;
	/*font-size: .84em;*/
}
.amps:hover {
	text-decoration:underline;
	font-weight:bold;
	color: navy;
	/*font-size: .84em;*/
}
.scamps {
	text-decoration:none;
	font-weight:bold;
	color: #006633;
	/*font-size: .84em;*/
}
.scamps:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #006633;
	/*font-size: .84em;*/
}
.esi {
	text-decoration:none;
	font-weight:bold;
	color: #B8860B;
	/*#696969;*/
	/*font-size: .84em;*/
}
.esi:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #B8860B;
	/*#696969;*/
	/*font-size: .84em;*/
}
.otipm {
	text-decoration:none;
	font-weight:bold;
	color: #B22222;
	/*font-size: .84em;*/
}
.otipm:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #B22222;
	/*font-size: .84em;*/
}
.email{
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}
.email:hover{
	text-decoration:underline;
	font-weight:bold;
	color: #000000;
	/*font-size: .84em;*/
}

ul {
	padding:.3125em;
	margin:0;
	font: .84em sans serif, Verdana;
}
li {
	margin-left:35px;
	font-family: .84em sans-serif, Verdana;
	margin-right: .3125em;
	text-align: justify;
}

#secondList ul{
	padding:0;
	margin:2.1875em;
}
#secondList li{
	margin-left: 3.125em;
	margin-right: .3125em;
	text-align: justify;
}


 
 #footer {
	clear:both;
	width: 62.5em;
	height:6.25em;
	overflow: hidden;
	background-image:url(http://www.ampsintl.com/homepage/gradient1x100bottom.gif);
	background-position:0;
	background-repeat:repeat-x;
	margin-right: auto;
	margin-left: auto;
	border-top: thin solid #000000;
	float: bottom;
 }
 #footer p{
	/*font-size: .80em;*/
	text-align: center;
}


