/* styles (start) */
html {
	width: 100%;
}
body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	text-indent: 0;
	padding: 0 0 50px 5mm;
	width: 92%;
	color: #ffffff;
	font-size: 1.2em;
}
a {
	color: #ffffff !important;
	background: transparent;
	text-decoration: underline;
}
p, ul, li, ol {
	font-size: 8pt;
}
/* styles (end) */




/* layout (start) */	
#header {
	color: #333;
	width: 950px;
	float: left;
	padding: 0em;
	height: 30px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000;
	background: transparent;
}
	#header_menu {
		position: relative;
	    top: 0px;		
		height: 37px;
		padding: 0em 0em 0em 0em;
		font-size: 1.0em;
		font-weight: bold;
		z-index: 1000;				
	}


#leftcolumn { 
	 color: #ffffff;
	 border: 0px solid #ccc;
	 background: #000000;
	 margin: 0px 0px 0px 0px;
	 padding: 8px;
	 									width: 100%;
	 float: left;
}
	#leftcolumn p { 
		color: #ffffff;
	}

#leftColumn_main {
									float: left; 
									width: 100%;
	height: 100%; 
	margin-left: 8px;
	border: 0px dotted #000; 
}
#leftColumn_mainFull {
									float: left; 
									width: 100%;
	height: 100%; 
	margin-left: 8px;
	border: 0px dotted #000; 
}
/* layout (end) */





/* leftcolumn (start) */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	color: #000;
}
#main {
	overflow-x:hidden;
	overflow-y:auto;
}
#main a {
	color: #000;
}
#main a:hover {
	color: #f68b1f;
}


/* image classes */
/*
#main img {
	display: none;
}
#main img.left {
	float: left; 
	padding-right: 15px; 
	padding-bottom: 15px;
}
#main img.right {
	float: right; 
	padding-left: 15px; 
	padding-bottom: 15px;
}
#main img.top {
	float: right;
}
*/
img {
	/*display: none;*/
}
img.left {
	float: left; 
	padding-right: 15px; 
	padding-bottom: 15px;
}
img.right {
	float: right; 
	padding-left: 15px; 
	padding-bottom: 15px;
}
img.top {
	float: right;
}


#hide_image {
	display: none;
}
/* leftcolumn (end) */


/* rightcolumn (start) */
#text_purple_large {
	font-size: 1.5em; 
	font-weight: bold; 
	font-family: Arial Black, Arial; 
	color: #000;
}
#text_purple_normal {
	font-size: 1.0em; 
	font-weight: bold; 
	font-family: Arial Black, Arial; 
	color: #000;
}
#course_search_table {
	width: 100%; 
	border: 0px;
}
#course_search_form, #course_search_form_small {
	padding: 10px; 
	/*background: #fab665; */
	border: 1px solid;
}
/* rightcolumn (end) */


/* footer (start) */
#footer {
	color: #000;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #F68b1f;
}
 #footer .blacktext  {
 	color: #fff;
 }
/* footer (end) */




/* suckertreemenu (start) */
.suckertreemenu {
	background: transparent;
	font: 1.2em Arial;	
}
/* suckertreemenu (end) */




/* Hide content */
#upbg, 

#header_telephone, #header_email,

#leftColumn_menu,
#rightcolumn,
  {
	display: none;
}
