@charset "UTF-8";

/* GENERAL
*/

body {
	background-image: url(../images/bg.gif);
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
}

h1 {
	font-size: 1.8em;
	color: #21417a;
	line-height: 1.1em;
}

.csc-header h1{
	font-size: 1.6em;
	margin-bottom:0.7em;
}

h2 {
	font-size: 1.17em;
	color: #feac58;
}

p {
	margin-bottom: 10px;
}

a {
	font-weight: bold;
	color: #21417a;
}

ul, ol {
	margin-bottom: 10px;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

ol {
	list-style: decimal;
	margin-left: 25px;
}


/* MENU
*/

#current a {			color: #366bc7;}
#menu li a:link,
#current li a {		color: #21417a;}
/*#menu li a:visited { color: #000000;}*/
#menu li a:hover {		color: #00c6ff;}
#menu li a:active {	color: #366bc7;}


/* SPECIFIC
*/

#info a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#info {
	background-color: #feac58;
	color: #ffffff;
}

#menu {
	margin-left: 0px;
	list-style: none;
	font-size: 0.92em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;	
}

#bottom {
	background-image: url(../images/bottom.gif);
	color: #ffffff;
	font-size: 0.92em;
	font-style: italic;
}
