@charset "utf-8";
body {
	background: #FF6600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
}
#container {
	
	width: 700px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#information {
line-height: 18pt;
}
#logo {
float: right;
margin: 0px 40px 0 0;
height:80px;
width: 200px;
background-image: url(../images/elogo.png);
background-repeat:no-repeat;
background-position:center;
}
#identity {
height:70px;
padding: 10px;
/*background-image:url(../images/gradient.gif);*/
background-repeat: repeat-y;
border: #046380 thin ridge;
}
#signup { 
font-size: 11pt;
text-align:center;
padding: 10px;
border: #046380 thin dashed;
background-color:#FFCC66;
}
#signup form {
margin: 0px 60px 0px 0px;
}
.label {
font-size: 10pt;
}
#breadCrumb {
margin:-5px 0 -15px 5px;
font-size: x-small;
}
#footer 	{
	font-size: x-small;
	margin: 0 0 0 40px;
	text-align: left;
	padding: 10px;
}
a {
font-weight: bold;
color:#0066FF;
text-decoration: none;
border-bottom: 1px #F60 solid;
}
#action {
font-size:11pt;
border: #046380 thin dashed;
list-style-position:inside;

}
#action2 {
font-size:11pt;
text-indent: 40px;
list-style-position:inside;
border: #046380 thin dashed;
padding: 0 10px 0 0;
}


.smaller {
font-size: 11pt;
}
.smallerpad {
font-size: 11pt;
margin: 0 0 0 138px;
list-style-position:inside;
}

.smallest {
font-size: x-small;
}
.smallest2 {
padding:0 0 0 10px;
font-size: x-small;
line-height: 8pt;
}
img.floatLeft { 
    float: left; 
    margin: 20px 10px 0 0; 
}
img.floatLeft2 { 
    float: left; 
    margin: 7px 10px 0 0; 
}
img.floatLeft3 { 
    float: left; 
    margin: 2px -10px 0 0; 
}
img.floatLeft4 { 
    float: left; 
    margin: 20px 10px 30px 0; 
}
img.floatLeft5 { 
    float: left; 
    margin: 20px 10px 10px 0; 
}
img.floatLeft6 { 
    float: left; 
    margin: 20px 10px 60px 0; 
}
#title {
padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:16px;
font-weight:bold;
}
#title2 {
padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:16px;
font-weight:bold;
}
