/* ----------------------
=== Content ===
This file specifies the design of the different content elements
which mainly concerns the font and text colours. At the end there
is also a section that covers all non-menu links.

Part of Template Alpha.
Imported by main.css
   ---------------------- */

#content-secondary .bodytext {
         color: #003c79;
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
         margin-bottom: 10px;
}

#content-secondary h1 {
	color: #003c79;
         padding: 0;
         margin: 0;
         font-size: 12pt;
         font-weight: bold;
         font-family: Arial, Helvetica, sans-serif;
}

/* === Content records in main column === */

#content-primary .bodytext {
	margin-top: 0;
	margin-bottom: 20px;
      	color: #000;
        font-family: arial, helvetica, sans-serif;
}

#content-primary .article-date {
      	color: #BBBBBB;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	display:none;
}

#content-primary h1 {
         padding: 0;
         margin: 0;
         color: #003c79;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14pt;
}

#content-primary li {
      	color: #003c79;
        font-family: Arial, Helvetica, sans-serif;
}

/* === Styles for RTE === */
span.free-admission {
	color: #FF3300;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

/* === Page Header === */

#page-header {
         color: #F30;
         font-weight: bold;
         font-size: 14pt;
         font-family: Arial, Helvetica, sans-serif;
}

/* === Links ==== */

#menu-oneline a {
	text-decoration: none;
}

#menu-oneline a:hover {
	text-decoration: underline;
}

#menu-oneline a:visited  {
	color: #003c79;
}

.link-section {
	color: #000;
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
}

.link-section a {
         text-decoration: none;
         color: #003c79;
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
}

.link-section a:hover {
	color: #F30;
}


#footer a {
        	text-decoration: none;
         color: #003c79;
         font-size: 10pt;
         font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover {
      	color: #F30;
}