/*
424241 - dk 
757375 - lgt
CCCBBC - yellow
8e4120 - red
FFFFFF - white
*/


body {
	background-image: url(../images/bg_main.jpg);
	background-position:left top;
	background-color:#f6f6f5;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

html, body {
	margin: 0;
	padding: 0;
	border: none;
}


a:link {
	color: #8e4120;
	text-decoration: none;
}
a:visited {
	color: #8e4120;
	text-decoration: none;
}
a:hover {
	color: #8e4120;
	text-decoration: underline;
}
a:active {
	color: #8e4120;
	text-decoration: none;
}

/* Used for links that go to pages outside the site -optional */
.outside_link a {
}
.outside_link a:visited {
}
.outside_link a:hover {
}
.outside_link a:active {
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #424241;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-variant:small-caps;
	color: #424241;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #8e4120;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-variant:small-caps;
	color: #424241;
	font-weight: bold;
}

/* Main content that is next to nav */
#contentmainsmall {
	background-color: #FFFFFF;
	background-image: url(../images/bg-content-main-sub.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a090;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

/*Main content that is full width */
#contentmain {
	margin:0 auto;
	background-color:#FFFFFF;
}
#contentmainhome {
	padding: 12px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d0cfc0;
	border-bottom-color: #d0cfc0;
	border-left-color: #d0cfc0;
}
#contentmainsmallhome {
	background-color: #f1f1e8;
	background-image: url(../images/bg-content-main.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a090;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentmainsmallcourses {
	background-color: #FFFFFF;
	background-image: url(../images/bg-content-main-sub.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a090;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0a090;
}



/*main wrapper table */
#table1 {
	background-color: #f1f1e8;
}

/* table with a border - used on forms and course plan */
.table2 {
	border: #cccccc 1px solid;
}
.table2 td {
	border: #CCCccC 1px solid;
}


.indext {
	border: 1px solid #757375;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* usually for names */
.name { 
	font-size: 13px;
	color: #8e4120;
	font-weight: bold;
	font-style:italic;
}

/* Headers with a color background - usually for table headers */
.bgh { 
	color: #ffffff;
	background: #757375;
	font-weight: bold;
}

/*Required items in forms*/
.required { 
	color: #8e4120;
	font-style:italic;
}



#topnav {
	height: 20px;
	color: #ffffff;
	padding:3px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bg_nav_top.gif);
	background-color: #792602;
}
#topnav a:link, #bottomnav a:link {
    color: #CCCBBC; 
	text-decoration: none; 
}
#topnav a:visited, #bottomnav a:visited {
    color: #CCCBBC; 
	text-decoration: none; 
}
#topnav a:hover, #bottomnav a:hover {
	color: #CCCBBC;
	text-decoration: underline;
}
#topnav a:active, #bottomnav a:active {
	color: #CCCBBC;
	text-decoration: none;
}


#bottomnav {
	padding: 10px 10px 10px 10px;
	background-color: #2e2e15;
	color:#ffffff;
	font-size:9px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#left_column_content {
	color: #FFFFFF;
	background-color: #ebe9da;
	background-image: url(../images/bg-left-column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0a090;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
#left_column_content p {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}


#right_column_content {
	background-color: #e8e6da;
	background-image: url(../images/bg-right-column.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #d0cfc0;
	border-right-color: #d0cfc0;
	border-bottom-color: #d0cfc0;
}

.rss_box {
	background-color: #807c6b;
	border: 1px solid  #807c6b;
}
.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: #757375 1px solid;
	color: #666666;
}
.button {
	background:#CCCBBC;	
	font-size: 11px;
	color:#333;
	border:#424241 1px solid;
	font-family:Arial, Helvetica, sans-serif;
}

.products {
	background:url(../images/prod_back_07.jpg) repeat-x;
	border-top: solid 1px #d0cfc0;
	margin: 0 auto 15px auto;
	width:172px;
	color:#333333;
	font-size:9px;
}
.products img {
	padding-bottom:5px;
}
.products div {
	padding: 0 7px;
}

/*various classes used in eLearning courses*/
.wfootnote {font-size: 9px; color:#FFF;}
.footnote {font-size:9px; color:#333333; font-weight:normal;}
.imageborder {
	border: 1px solid #61534F;
	padding: 1px;
	margin: 6px;
}
.marginleftright {
	margin-right: 4%;
	margin-left: 4%;
}

.blockquoteitalicized {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
.tabledashedborder {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.numberedbullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	vertical-align: 120%;
}
.textloginheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A2703;
	padding: 6px;
	font-size: 13px;
}
