﻿body
{
	margin: auto;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	text-align: center;
	background-image: url(images/bgd2.png);

}


.tdlen
{
	width: 6.2%;
	text-align: center;
}

.brick
{
	font-size: 9pt;
	color: #ffffff;
	background-color: firebrick;
	text-align: center;
}


#container
{
	width: 850px;
	margin: auto;
}

H1
{
	color: #d92b2c;
	font-weight: bold;
	font-size: 10pt;
}

.leftBox
{
	background-color:#fe6943; 
	height:450px; 
	text-align:left; 
	padding-left:2px; 
	padding-right:2px; 
	font-size: 8pt; 
	vertical-align: top; 
	font-family: arial;
}


.midBox
{
	background-color:#FCB712; 
	height:450px; 
	font-size:8pt; 
	text-align:left;  
	padding-left:2px; 
	padding-right:2px; 
	vertical-align: top;
}
.rightBox
{
	background-color:#4E83FD; 
	height:450px; 
	text-align:left; 
	padding-left:2px; 
	padding-right:2px; 
	font-size: 8pt; 
	vertical-align: top;
}



A.regular
{
	font-size: 9pt;
	color: #32385c;
	text-decoration: underline;
}

A.regular:HOVER
{
	color: #d52e25;
	text-decoration: none;
}

A.admin
{
	color: whitesmoke;
	text-decoration: none;
}
A.admin:HOVER
{
	text-decoration: underline;
}

#container2
{
	width: 850px;
	margin: auto;
	text-align: center;
	background-position: left top;
	vertical-align: top;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	margin: auto;
}

#heading
{	
	background-image: url(images/sa_heading.png);
	background-repeat: no-repeat;
	height:355px;
	
}

#headingd
{	
	background-image: url(images/sa_heading_d.png);
	background-repeat: no-repeat;
	height:355px;
	
}
.submita
{
	padding-top: 5px;
}
.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
	font-size: 8pt;
}	

.modalBackground
{
	background-color: dimgray;
	filter: alpha(opacity=90);
	opacity: 0.1;
}

.modalPopup
{
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 500px;
	background-image: url(images/popup.png);
	background-repeat: repeat-x;
}
