
body {
	margin: 20px 0;
	padding: 0;
	background: #000000 url(../images/bg2.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
h1, h3 {
	margin: 0;
	font-weight: normal;
	color: #AEE4FF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
	background: #BEBCBF;
	color: #000066;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 140%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #990066;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}


/* Header */

#header {
	width: 750px;
	height: 190px;
	margin: 0 auto 0px;
	background: #03666E url(../images/header_sloanes.jpg);
}

#header * {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 130px 0 0 30px;
}

#header h2 {
	float: left;
	margin: 0;
	padding: 148px 0 0 0;
	background: none;
	font-size: small;
}
/* nav*/
#nav {
	width: 750px;
	height: 30px;
	padding: 10px 0 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#nav ul {
	height: 30px;
	margin: 0;
	padding: 0;
	background: #999999 url(../images/sloanes_nav.jpg) repeat-x;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	height: 22px;
	padding: 10px 10px 5px;
	background: url(images/sloanes_nav) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0E0F79;
	width: 120px;
}
#nav a:hover {
	color: #FFFFFF;
	background: #666666;
	height: 22px;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: /*url(images/img7.gif) repeat-y*/;
	
}

#colOne {
	float: left;
	width: 710px;
	padding: 20px 20px 10px 20px;
	background: #0e0f79 /*url(images/img2.gif) no-repeat left top*/;
}
#colOne img {
	float: left;
		padding: 20px 20px 10px 20px
	
}
#colTwo {
	float: right;
	width: 230px;
	padding: 25px 20px 0 20px;
	background: #ffffff /*url(images/img3.gif) no-repeat right top*/;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo h2 {
	margin: 20px 0 10px 0;
}

#colTwo ul ul {
	margin-left: 25px;
}

/* Content2 */

#content2 {
	clear: both;
	width: 710px;
	margin: 0 auto;
	padding: 0;
}

#content2 h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	background: none;
	font-size: medium;
}

#content2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content2 li {
	display: block;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#content2 li li {
	display: list-item;
	float: none;
	padding: 0;
}

/* Footer */
#footer {
	height: 60px;
	color: #999999;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding-top:0px;
	text-align: center;
	background-image:url(../images/footer_sloanes.jpg)
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #999999;
}
#from_wrap{
	margin-left:auto;
	margin-right: auto;
	width: 500px;	}		
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  /*font:100% verdana,arial,sans-serif;*/
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  width: 560px; 
  margin-left: auto;
  margin-right:auto;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #999999;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #DFDFDF;
	font-weight: bold;
	text-decoration: underline;	  /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 210px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	padding-right:5px;
}
form select {
	/*display: block; */ /* block float the labels to left column, set a width */
	/*float: left; */
	min-width: 50px;
	max-width: 70px;
	width: 45px;
	margin: 5px 5 0 20; /* set top margin same as form input - textarea etc. elements */
	padding-left: 20px;
	}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-transform: capitalize;                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.drop{
	margin-left:5px;
	width:30px;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	padding-right:5px;}
.date{
	margin-left:10px;
	}	
.btn{
   color: #003399;
   font-family:'trebuchet ms', helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   margin-left:280px;}
   
   .bold{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
		.mijas_bold{
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #B00058;
	}
	.sloanes_bold{
		font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #0FB1FF;}
	#clr{
	clear:both;
	background-color:#0E0F79;
	height:4px;
		}