/* This is the AMPS style sheet */

body {
	background-color: #F0F0F0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	overflow:auto;
}
#wrapper {
	margin-top:10px;
	width:1000px;
	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:1.6em;
	font-weight:bold;
	height: 100px;
	line-height:100px;
	background-image:url(http://www.otipm.com/images/1x100.gif);
	background-position:0;
	background-repeat:repeat;
	border-bottom:thin solid #000000;
	/*Will need to remove border when the menu is put in place!*/
}

#fullbody {
	width:1000px;
	overflow: auto;
}

h1 {
	padding: 5px;
	font-size: 15px;
	margin-top: 0.5em;
	margin-bottom:.5em;
}

p {
	padding: 5px;
	font-size: 15px;
	margin-top:.25em;
	margin-bottom:.25em;
	text-align: justify;
}


#navsite h4{
	display:none;
}
#navsite ul{
	padding: 3px;
	margin-left: 0;
	font: bold 15px Verdana, sans-serif;
	background-color:#000080;
	color: #B22222;
	text-align: justify;
}
#navsite ul li{
	list-style: none;
	margin: 0;
	display: inline;
}
#navsite ul li a{
	padding: 3px 0.5em;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	border-right: 1px solid white;
}
#navsite ul li a.first{
	padding: 3px 0.5em;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
#navsite ul li a:link{
	color:white;
}
#navsite ul li a:visited{
	color:white;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover{
	color:#000000;
	background:white;
}
#navsite ul li.current, #navsite ul li.current a{
	color:#000000;	
	background:#CD5C5C;
	padding-top: 3px;
	padding-bottom:3px;
	margin-left: 0px;
	font-style: italic;
}

#navsite2 h5{
	display:none;
}
#navsite2 ul{
	padding: 3px;
	margin-left: 0px;
	font: bold 14px Verdana, sans-serif;
	background-color:#CD5C5C;
	text-align: justify;
	border-bottom: 1px solid #000000;
}
#navsite2 ul li{
	list-style: none;
	margin: 0;
	display: inline;
}
#navsite2 ul li a{
	padding: 3px 0.5em;
	margin-left: 0px;
	text-decoration: none;
	border-right: 1px solid #000000;
}
#navsite2 ul li a.first{
	padding: 3px 0.5em;
	margin-left: 0px;
	text-decoration: none;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#navsite2 ul li a:link{
	color:#000000;
}
#navsite2 ul li a:visited{
	color:#000000;
}
#navsite2 ul li a:link:hover, #navsite2 ul li a:visited:hover{
	color:#000000;
	background: white;
}
 #navsite2 ul li.current, #navsite2  ul li.current a{
	background:#FFFFFF;
	font-style: italic;
	color: #000000;
	margin-left: 0px;
	border-bottom: 1px solid #FFFFFF;
	/*border-right: 1px solid #000000;
	border-left: 1px solid #000000;*/
	border-top: 1px solid #000000;
}
 
#columnL{
	float: left;
	padding-left: 5px;
	width:750px;
	padding-top:.5em;
	/*border-left: thin solid #000000;*/
}
#columnR{
	float: right;
	padding-right: 5px;
	padding-top:.5em;
	/*border-right: thin solid #000000;*/
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #B22222;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #000080;
}
.more {
	text-decoration:none;
	font-size: 10px;
	text-align: right;
	color: #000080;
}
.small {
	text-decoration:none;
	font-weight: normal;
	color: #000080;
}
.small:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #000080;
}
.amps {
	text-decoration:none;
	font-weight:bold;
	color: navy;
}
.scamps {
	text-decoration:none;
	font-weight:bold;
	color: #006633;
}
.esi {
	text-decoration:none;
	font-weight:bold;
	color: #FFD700;
}
.otipm {
	text-decoration:none;
	font-weight:bold;
	color: #B22222;
}
.email{
	text-decoration:none;
	font-weight:bold;
	color: white;
}
.email:hover{
	text-decoration:underline;
	font-weight:bold;
	color: white;
}
.question{
	color: navy;
	font:15px sans serif, Verdana;
	font-weight:bold;
	margin-left:5px;
}
.question:hover{
	color:#B22222;
	font:15px san serif, Verdana;
	font-weight: bold;
	margin-left:5px;
	text-decoration:none;
}

ul {
	padding:5px;
	margin:0px;
	font: 15px sans serif, Verdana;
}
li {
	margin-left:35px;
	margin-right: 5px;
	font-family: 15px sans-serif, Verdana;
	text-align: justify;
}

.answer
	{
	margin-left:30px;
	margin-right:30px;
	color: black;
	background-color: #E0E0E0;
	padding:5px;
	text-align:justify;
}


#secondList ul{
	padding:0px;
	margin:35px;
}
#secondList li{
	margin-left: 50px;
	margin-right: 5px;
}
 
 
 #footer {
	clear:both;
	width: 1000px;
	height:100px;
	overflow: hidden;
	background-image:url(http://www.otipm.com/images/1x100bottom.gif);
	background-position:0;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	border-top: thin solid #000000;

	/*background-color:#FFFACD;*/
	float: bottom;
 }
 #footer p{
	font-size: 12px;
	text-align: center;
}
