*{
	margin:0;
	padding:0;
}

html,
body{
	height:100%;
}

body{
	text-align:center;
	font:62.5% arial, sans-serif;
	color:#333;
	background:#87A9AE url('images/bg_repeat.gif') repeat-x;
}

.clearAll{
	clear:both;
}

h1,
h2{
	font-family:times, serif;
}

#wrapper{
	height:100%;
	min-height:100%;
	position:relative;
	width:770px;
	margin:0 auto;
	background:transparent url('images/nav_repeat.gif') repeat-x;
	text-align:left;
}

html>body #wrapper{
	height:auto;
}

h1#logo{
	text-indent:-1000em;
	background:transparent url('images/logo.jpg') no-repeat;
	width:234px;
	height:160px;
}

h1#logo a{
	display:block;
	width:234px;
	height:160px;
}

ul#nav{
	position:absolute;
	top:83px;
	right:0;
	list-style-type:none;
	font-size:1.2em;
}

ul#nav li{
	float:left;
	margin-left:1.5em;
}

ul#nav li a{
	color:#666;
	text-decoration:none;
}

ul#nav li a:hover{
	color:#3C7E8C;
}

#content{
	text-align:left;
	margin:2em 0;
	font-size:1.2em;
}

#content h2{
	margin:1.4em 0 .5em 0;
	font-size:1.3em;
}

#content p{
	line-height:1.5em;
	margin-bottom:1em;
}

#content em{
	text-decoration:underline;
	color:#3C7E8C;
	font-weight:bold;
}

#content img{
	border:none;
	margin-top:1.5em;
}

div.thirty{
	position:relative;
	float:left;
	width:32.5%;
	height:100px;
	margin-right:2px;
	background:#C9D8DD url('images/thirty_repeat.gif') repeat-x;
	border:1px solid #ccc;
}

#content div.thirty p{
	font-size:.95em;
	line-height:1.1em;
	margin:0 .5em 0 .5em;
}

div.thirty h3{
	font-size:1em;
	margin:.5em .5em 0 .5em;
}

div.thirty a{
	position:absolute;
	bottom:0;
	right:.5em;
}

h2 span,
h3 span{
	color:#3C7E8C;
}

p.class_slide{
	padding:10px;
	margin:1px;
	background:#C9D8DD url('images/thirty_repeat.gif') repeat-x;
	border:1px solid #ccc;
	float:left;
	font-size:1.1em;
	width:188px; 
}

html>body p.class_slide {
  width:168px;;
}


/* form control */

form{
	width:340px;
	float:left;
	margin-bottom:2em;
}

fieldset{
	border:none;
}

Legend{
	visibility:hidden;
}

input,
select,
textarea{
	margin-bottom:1em;
}

label{
	font-weight:bold;
}

input,
select,
textarea{
	border:1px solid #ccc;
	font-size:1.2em;
	padding:2px 0;
}

input#submit{
	border:none;
}

textarea{
	overflow:auto;
}

#full_name,
#email_addr,
textarea{
	width:340px;
}

div#slide_right{
	float:left;
	margin-left:60px;
}
div#slide_right h2{
	margin-bottom:1em;
}

#footer{
	text-align:left;
	color:#333;
	position:absolute;
	bottom:0;
	left:0;
}

#footer a{
	color:#333;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
}

#footer p{
	margin:1em 0;
}
span#foot_right{
	float:right;
}

table#delete{
	width:100%;
	border-top:1px solid #999;
}

table#delete td{
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #999;
}

td.tbl_right{
	width:100px;
	text-align:center;
}

tr{
	background:#C9D8DD url('images/thirty_repeat.gif') repeat-x;
}

input#del_but,
input#add_but{
	border:none;
}
.Special-list{
   margin-left:15px;
}
.special_topics{
	color:#c9d8dd;
}




