/* Selectors */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00554A;
}
a {	}
h1 {
	color: #00554A;
	font-size: 1.3em;
	margin: 5px 0 5px 10px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 3px 10px;
}
p {
	margin: 5px 10px 10px 10px;
}
/* Classes */
.disclaimer {
	margin-top: 10px;
	font-size: .8em;
}
.greenbutton {
	background-image: url(../images/greenbutton.jpg);
	list-style-type: none;
	width: 144px;
	height: 36px;
}
.agcreditbutton {
	background-image: url(../images/agcreditbutton.jpg);
	list-style-type: none;
	width: 144px;
	height: 52px;
}
.leftmargin {
	margin: 0;
	margin-left: 5px;
}
.course_descriptor_td {
	font-weight: bold;
	background-color: #C7C7C7;
	line-height: 2em;
}
.course_suite {
	color: #00554A;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #E6E6E6;
	width: 100%;
	line-height: 2em;
	border: 1px solid #c7c7c7;
}
.course_title {
	color: #00554A;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-left: 0px;
}
.course_description {
	color: #00554A;
}
.course_delivery_method {
	color: #00554A;
	margin-left: 5px;
}
.course_price {
	color: #00554A;
	margin-left: 5px;
}
.no_link a {
	text-decoration: none;
}
no_link img {
	margin-left: 0 3px 0 -10px;
}
/* IDs */
#container {
	width: 100%;
	border: 0;
	background-color: #00554A;
}
#body {
	width: 760px; 
	height: 95%;
	border: 0;
}
#content {
	background-color: silver;
}
#nav {
	width: 144px;
	background-color: #fff;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	text-align: center;
	line-height: 36px;
}
#nav a { color: #fff; font-size: 1.1em; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
#bodycopy {
	background-color: #fff;
}
#bodycopy p {
	margin: 5px 20px 10px 10px;
	line-height: 1.4em;
}
#bodycopy a {color: #4D7661; text-decoration: underline; }
#bodycopy ul {	margin: 0 0 10px 25px; padding: 0; }
#bodycopy ul li {color:#4D7661;  list-style-type: disc; margin-right: 20px;}
#bodycopy ol li {color:#4D7661; 	width: 80%;}
#bodycopy img {margin: 0 0 0 0px;}
#bodycopy table {margin: 0 0 0 8px;}

/* course info popup styles */
#courseinfo_bodycopy {
	background-color: #fff;
}
#courseinfo_bodycopy p {
	margin: 5px 20px 10px 15px;
	line-height: 1.4em;
}
#courseinfo_bodycopy a {color: #4D7661; text-decoration: underline;}
#courseinfo_bodycopy ul {margin: 0 30px 10px 35px; padding: 0; }
#courseinfo_bodycopy ul li {color:#000; line-height: 1.75em;  list-style-type: none;  list-style-image: url(../images/bullet.gif):  }

#courseinfo_bodycopy td {
	margin-left: 20px;
}
#courseinfo_bodycopy h1 {
	margin: 5px 0 5px 20px;
}
#courseinfo_bodycopy h2 {
	margin: 5px 0 5px 20px;
}
#courseinfo_bodycopy h3 {
	margin: 3px 0 3px 20px;
}
#courseinfo_bodycopy p {
	margin-left: 20px;
}

#nobullet ul {	margin: 0 0 10px 25px; padding: 0; }
#nobullet ul li {color:#000; line-height: 2em;  list-style-type: none; width: 500px;	}
.nobullet {list-style-type: none;}

