html, #preheader, #navigation, #tab_nav, #tab_nav li, .clearer, #left_nav {
  margin: 0px;
  padding: 0px;
}
body {
	background-color:#ddd;
	/*background-color: #fafaf2;*/
 	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #444;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 15px 0px;
}
a:link, a:active, a:visited {
  text-decoration: underline;
  color: #444;
}
a:hover {
  text-decoration: none;
}
#wrapper {
	width: 780px;
	height: 1%;
	padding: 10px;
	margin: 0px auto 0px auto;
	border:solid 1px #999;
	/*border: 1px solid #CED5D1;*/
	/*background-color: #fff;*/
	background-color:#cfcece;
	text-align: left;
}
#preheader {
	height: 35px;
	width: 778px;
	border:1px solid #CED5D1;
	background-color:#9BA19A;
	/*background-color:#EDEFEC;*/
	/*background-color: #E4E5D3;*/
    padding:0px;
	margin:0px;
}
#pre_nav {
  list-style: none;
  list-style-image: none;
  margin:0px 10px 0px 0px;
  padding:0px;
}
#pre_nav li {
  float: right;
}
#pre_nav li a:link, #pre_nav li a:visited, #pre_nav li a:active {
  display:block;
  height:25px;
  text-align: center;
  padding: 11px 10px 0px 10px;
  margin: 0px;
  text-decoration: none;
  /*color: #7F7B5F;*/
  color:#f1f1f1;
  float: left;
  font-size:10px;
}
#pre_nav li a:hover {
  text-decoration: none;
  color: #fff;
}
#header {
	width: 778px;
	height: 180px;
	margin: 10px 0px 10px 0px;
	background-color: #fafaf2;
	border: 1px solid #ABB6B0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
}
#navigation {
  background-color: #CECEC2;
  height: 30px;
  width: 780px;
  background-image: url(../images/nav.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-attachment: scroll;
}
#tab_nav {
  width: 780px;
  height: 1%;
  list-style: none;
  list-style-image: none;
}
#tab_nav li {
  float: left;
  background-image: url(../images/devider.gif);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-attachment: scroll;
}
#tab_nav li a:link, #tab_nav li a:visited, #tab_nav li a:active {
	display: block;
	height: 22px;
	width: 156px;
	text-align: center;
	padding: 6px 0px 2px 0px;
	margin: 0px;
	text-decoration: none;
	color: #333;
	float: left;
}
#tab_nav li a:hover {
	text-decoration: none;
	color: #666;
}
#container {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 778px;
	height: 1%;
	border: 1px solid #CED5D1;
	background-color: #F9FAF8;
	line-height: 1.8em;
	background-image: url(../images/devider_left.gif);
	background-repeat: repeat-y;
	background-position: 180px 0px;
	background-attachment: scroll;
}
#left {
  float: left;
  width: 180px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  display: block;
}
#left_nav {
  width: 180px;
  height: 1%;
  list-style: none;
  list-style-image: none;
}
#left_nav li {
  display: block;
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  background-attachment: scroll;
  width: 130px;
  height: 1%;
  padding: 0px;
  margin: 0px 15px 0px 15px;
}
#left_nav li a:link, #left_nav li a:visited, #left_nav li a:active {
	padding: 0px 5px 0px 15px;
	display: block;
	margin: 0px;
	width: 130px;
	height: 1%;
	text-decoration: none;
	color: #172937;
	font-weight:bold;
}
#left_nav li a:hover {
  text-decoration: none;
  color: #aaa;
}
#right {
  float: left;
  width: 558px;
  padding: 0px 20px 20px 20px;
  margin: 0px;
  display: block;
}
.ptitle, .ptitleleft {
	display: block;
	/*color: #6F6A4C;*/
	color:#f1f1f1;
	font-weight: bold;
	font-size: small;
	/*background-color:#EDEFEC;*/
	background-color:#50534E;
}
.ptitleleft {
	padding: 3px 20px 3px 15px;
	margin: 0px 0px 20px 0px;
	/*text-indent:-999999px;
	overflow:hidden;*/
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CED5D1;
}
.ptitle {
	padding: 3px 20px 3px 20px;
	margin: 0px -20px 20px -20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CED5D1;
 }
.clearer {
  clear:both;
  height: 0px;
  width: auto;
  display: block;
  font-size: 0px;
}
#footer {
	/*background-color: #A7A598;*/
    /*background-color:#494D50;*/
	background-color:#9BA19A;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 1.8em;
}
#footer p {
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #f1f1f1;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #f1f1f1;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.orangeBold {
	color:#CC5906;
	font-weight:bold;
}
.redBold {
	color:#990000;
	font-weight:bold;
}
/************************** [WYSIWYG style] ***************************/
.CAPITAL_ORANGE {
	color:#CC5906;
	text-transform:uppercase;
}
.CAPITAL_ORANGE_BOLD {
	color:#CC5906;
	text-transform:uppercase;
	font-weight:bold;
}
.lower_case_orange {
	color:#CC5906;
	text-transform:lowercase;
}
.lower_case_orange_bold {
	color:#CC5906;
	text-transform:lowercase;
	font-weight:bold;
}
.image_with_frame {
	padding:10px;
	border:solid 1px #aaa;
	background-color:#fff;
}
/************************** [/WYSIWYG style] ***************************/

/*************************** [table] ************************************/
#formatform {
	padding:0px;
	margin:20px 0px 0px 0px;
}
#inserttable {
	padding:0px;
	margin:0px 0px 20px 0px;
}
#inserttable caption {
	text-align:left;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	margin:0px;
	color:#343839;
}
#inserttable th {
	padding:3px 10px 3px 10px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}
#inserttable td{
	padding:3px;
	text-align:left;
	vertical-align:middle;
}
#formatform .smallfield {
	width:300px;
	border:solid 1px #aaa;
}
#formatform .largefield {
	width:500px;
	border:solid 1px #aaa;
}
#formatform input#button {
	width:100px;
	height:22px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background-image: url(../images/send.png);
	background-position: 0px 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -999999px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
}
/*************************** [/table] ************************************/

/*************************** [link exchange] *****************************/
#linkcat {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
#linkcat li {
	margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
}
#linkcat li a:link, #linkcat li a:visited, #linkcat li a:active {
	display:block;
	padding:3px 0px 3px 10px;
	margin:0px;
	height:auto;
	background-color:#E4E5D3;
	border:solid 1px #aaa;
	text-decoration:none;
}
#linkcat li a:hover {
	display:block;
	padding:3px 0px 3px 10px;
	margin:0px 0px 10px 0px;
	height:auto;
	background-color:#E4E5D3;
	border:solid 1px #CC5906;
	text-decoration:none;
}  
#displinks {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	line-height:1.5em;
}
#displinks li {
	display: block;
	width:100%;
	height:1%;
	padding:0px;
	margin:0px 0px 15px 0px;
}
#displinks li a:link, #displinks li a:visited, #displinks li a:active {
	color:#CC5906;
	font-weight:bold;
	text-decoration:underline;
}
#displinks li a:hover {
	text-decoration:none;
}
.linkgrey {
	color:#aaa;
	font-style:italic;
}
/*************************** [/link exchange] *****************************/

#linkexch {
	width:536px;
	height:1%;
	background-color:#fff;
	border:solid 1px #aaa;
	margin:20px 0px 20px 0px;
	padding:5px 10px 5px 10px;
}
/************************* [custom formatting] ******************************/
.tblcourse {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border:none;
}
.tblcourseth, .tblcourse th, .tblcoursetd, .tblcourse td {
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border:none;
}
.tblcourseth, .tblcourse th {
	width: 30%;
	padding: 3px 10px 3px 0px;
	font-weight:bold;
}
.tblcoursetd, .tblcourse td {
	padding:3px 0px;
}
/************************* [/custom formatting] ******************************/