/* permanently show scrollbar */
html {
        overflow: scroll;
}

body,td    {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: black;
	font-size: 13px;
	height: 100%;
	margin: 0px;
}

#content {
	width: 980px;
	margin: auto;
	background-color: #eeeeee;
	overflow: hidden;
}

#header {
	height: 85px;
	width: 980px;
	background: #EF3C39;
	margin: 0px;
	float: left;
}

#navigation {
	width: 980px;
	height: 25px;
	background: #eeeeee;
	margin: 0px;
	float: left;
	border-bottom: 1px solid #EF3C39;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
}

#navigation li {
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid black;
	display: inline;
}

#navigation li#last {
	border: 0px;
}

#navigation #search {
	float: right;
	margin:0px;
	margin-right:10px;
	padding:0px;
}

#navigation #search input {
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	border: 1px solid #bbbbbb;
	margin-top: 2px;
	width: 100px;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.active {
	font-weight: bold;
}


#left {
	width: 230px;
	float: left;
	background: #eeeeee;
	padding-top: 50px;
}

#left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

#left ul.subnavigation {
	padding-bottom: 20px;
}

#left li {
	padding: 4px;
	padding-left: 20px;
	
}

#left li.header {
	/*list-style-image: url('../images/arrow.gif'); */
	background: #DCDCDC url('../images/arrow.gif') no-repeat center left;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#left a.active {
	font-weight: bold;
}

#left a {
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left #left_content {
	padding: 20px;
}


#main {
	width: 710px;
	float: left; 
	padding: 0px;
	padding-left: 40px;
	padding-top: 40px;
	background-color: #ffffff;
	text-align: justify;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	line-height: 150%;
}

#footer {
	width: 980px;
	height: 25px;
	background: #EF3C39;
	float: left;
}

#lastfooter {
	width: 980px;
	height: 25px;
	background: #ffffff;
	clear:both;
}

#lastfooter #language {
    margin:0px;
	list-style-type: none;
	padding: 0px;
	padding-top: 4px;
	padding-left: 0px;
	white-space: nowrap;
}

#lastfooter li {
	float: left;
	padding-right: 4px;
}

.placeholder {
	height: 40px;
}

#language a.active {
	font-weight: bold;
}

#language a {
	text-decoration: none;
}

#language a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
	
	padding-top: 6px;
	padding-bottom: 8px;
	
	font-size: 15px;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 13px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}

p {
	margin: 0px;
	padding: 0px;
	
	padding-top: 4px;
	padding-bottom: 4px;
}

a:visited {
    color: black;
}

a:active {
	color: #000000;
}	

a {
	color: #000000;

}

a:hover {
	text-decoration: none;
	color: #000000;

}

.important {
    color: red;
}

table th, table td {
	vertical-align: top;
}

table.contact {
	color: #000000;
	background-color: #DCDCDC;
	padding: 0px;
	margin: 0px;
}

table.contact th {
	padding: 5px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.contact td {
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	background-color: #DCDCDC;
}

table.course {
	width: 100%;
	color: #000000;
	background-color: #DCDCDC;
	padding: 0px;
	margin: 0px;
}

table.course th {
	padding: 5px;
	padding-right: 10px;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #DCDCDC;
}

table.course td {
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	background-color: #DCDCDC;
}

.csc-mailform {
	border: none;
}