/* DEPD 2 column styles */

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#wrapper {
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#headercontainer {
	margin:0 0 10px 0;
	padding:0;
	background-color:#EAE0BF;
	background-image:url(gfx/depd_head_bg.png);
	background-repeat:repeat-x;
	background-position:0% 100%;
	min-height:125px;
}
*html #headercontainer {height:125px;}

#header {
	margin: 0;
	padding: 10px;
	height: 64px;
}

#topmenu {
	margin:0;
	padding:6px;
	text-align:right;
	color:#000000;
}

#topmenu a:link, #topmenu a:hover, #topmenu a:visited {
	color:#000000;
}

/* content on the right */
#contentContainer {
	margin: 0 5px 0 0;
	padding:0;
}

/* fix ie6 problem of dropping wide content below menu */
* html #contentContainer {
	width:900px;
}

#content {
	padding: 10px;
	margin:0 0 0 220px;
	min-height:600px;/* about the same as the left menu length to even out the columns */
}
/* fix ie6 min-height problem */
* html #content {
	height:700px;
}
/* for pages with no left info */
#contentfull {
	padding: 10px;
	margin:0;
	min-height:600px;/* about the same as the left menu length to even out the columns */
}
/* fix ie6 min-height problem */
* html #contentfull {
	height:700px;
}

/* menu on the left */
#leftMenuContainer {
	padding:0px;
	margin:0px 0px 10px 0px;
	float:left;
	font-size:small;
	line-height:130%;
	width:220px;
}

#menutop {
	padding:0;
	margin:0;
	background-image:url(gfx/menu_bg_top.png);
	background-repeat:no-repeat;
	background-position:center;
	height:32px;
}

* html #leftMenuContainer {line-height:100%;}

/* text and links for left menu with leftMenuContainer */
#leftMenu {
	margin: 0px 10px 0 10px;
	padding: 2px 0x 2px 0;
	min-height:500px;
	background-color:#970F00;
}

/* fix ie6 min-height problem */
* html #leftMenu {
	height:650px;
}

#leftMenu ul a:link, #leftMenu ul a:visited {
	display: block;
	text-decoration:none;
}
#leftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftMenu li {
	padding:0;
}

#menu{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menu a:link, #menu a:visited {
	padding: 4px 10px 4px 10px;
	width: auto;
	color:#ffffff;
	font-weight:bold;
}

#menu a:hover{
	padding: 4px 10px 4px 10px;
	color:#ffffff;
	font-weight:bold;
}

#menu li.navhdg {
	font-weight:bold;
	padding:4px 10px 4px 10px;
	background-color:#F1E6B8;
	color:#000000;
}

#menu li.navhdg a:link, #menu li.navhdg a:visited, #menu li.navhdg a:hover {
	font-weight:bold;
	padding:4px 0px 4px 0px;
	text-decoration:underline;
}

#menu li.navsub {
	background-image:url(gfx/nav_bullet.png);
	background-position:4px 8px;
	background-repeat:no-repeat;
	padding-left:20px;
}

#menu li.affprog {
	font-weight:bold;
	padding:4px 10px 4px 10px;
	color:#ffffff;
	margin-top:30px;
	font-style:italic;
}

#menu li.affprogsub a:link, #menu li.affprogsub a:visited, #menu li.affprogsub a:hover {
	background-image:url(gfx/nav_bullet.png);
	background-position:4px 8px;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#EAE0BF;
	text-decoration:underline;
	font-size:90%;
}

#menubottom {
	padding:0;
	margin:0;
	background-image:url(gfx/menu_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	height:32px;
}

.featureContainer {
	margin:0 0 10px 10px;
	padding:0;
	float:right;
	width:285px;
}

.featureC_top {
	background-image:url(gfx/feature_bg_top.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	width:265px;/* 285 - 20 for padding */
	min-height:100px;
	padding:20px 10px 2px 10px;
}
*html .featureC_top {height:100px;}

.featureC_bottom {
	background-image:url(gfx/feature_bg_bottom.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:25px;
	width:285px;
}

/* for use on the prof cert in online teaching pages - different look from the rest */
.featureCtan_top {
	background-image:url(gfx/feature_bg_top.jpg);/* was gfx/feature2_bg_top.jpg for a different look */
	background-position:0% 0%;
	background-repeat:no-repeat;
	width:265px;/* 285 - 20 for padding */
	min-height:100px;
	padding:20px 10px 2px 10px;
}
*html .featureCtan_top {height:100px;}

.featureCtan_bottom {
	background-image:url(gfx/feature_bg_bottom.png);/* was gfx/feature2_bg_bottom.png for a different look */
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:25px;
	width:285px;
}

#footerContainer {
	clear:both;
	margin:0;
	padding:10px;
	background-color:#ffffff;
	min-height:90px;
	border-top:6px solid #FF8F00;
}
*html #footerContainer {height:90px;}

#footer {
	color:#333333;
	font-size: x-small;
	font-weight:bold;
	padding: 10px;
	margin:0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #333333;
	font-size: x-small;
	text-decoration:underline;
}

a:link, a:visited, a:hover {
	color: #334B73;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
	margin:0px 0px 10px 0px;
}

h1 {
	font-size: 140%;
	font-weight:bold;
	color: #970C00;
}
/* for use on the prof cert in online teaching pages - different look from the rest */
.v2 {
	font-size: 140%;
	font-weight:bold;
	color:#C16100;
}

h2 {
	font-size: 110%;
	color: #334B73;
	font-style:italic;
	background-image:url(gfx/nav_bullet_whitebg.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:16px;
}

h3 {
	font-size:100%;
	color:#333333;
	font-style:italic;
}

img, a img {
	border:0;
}

.errorText {
	color:#FF0000;
	font-weight:bold;
	border:1px solid #FF0000;
	padding:5px 5px 5px 5px;
}

.tbHeader {
	background-color:#970C00;
	font-weight:bold;
	color:#FFFFFF;
}
/* for use on the prof cert in online teaching pages - different look from the rest */
.tbHeadertan {
	background-color:#D5DCE6;
	font-weight:bold;
	color:#000000;
}

.tbHeader a:link, .tbHeader a:visited, .tbHeader a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.tbsubHeader {
	background-color:#cccccc;
	font-weight:bold;
	color:#004040;
}

/* use on lists */
.linebottom {
	border-bottom:1px solid #263857;
	padding-top:10px;
}

.required {
	color:#FF0000;
}

.noShow {
	position:absolute;
	left:-10000px;
}

#skipTxt {
	position:absolute;
	left:-10000px;
	font-size:0px;
}

#sfield {display:none;}

fieldset {
	border:2px solid #BDDFDF;
	padding:6px;
}

#sfield {display:none;}

@media print {

body {
	width:100%;
	background-color:#FFFFFF;
}

#headercontainer {
	background-image:none;
	background-color:#FFFFFF;
}

#contentContainer {background-color:#FFFFFF; width:100%;}
#leftMenuContainer {display:none;}
#content, #contentfull {width:75%; margin-left:0; height:auto;}
* html #content {width:70%; height:auto;}
* html #contentfull {width:70%; height:auto;}

#footerContainer {
	display:none;
}
#footer {
	display:none;
}
}
