@charset "utf-8";


/* -----------------------------
   CSS RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}
/* -----------------------------
   HTML TAG DEF
-------------------------------- */

body {
margin: 0;
padding: 0;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0 5px 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 30px;
	margin: 8px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0079E4;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #999999;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
}
a {
list-style:none;
}
a img {
border: 0;
}
a:link{
	color:#FFFFFF;
	text-decoration: none;
	
}
a:visited{
	color:#CCCCCC;
	text-decoration: none;
}
a:hover{
	color:#0079E4;
	text-decoration: none;
	list-style: none;
}
.imageList{
    float:left;
	margin-right:5px;
}
/* -----------------------------
   Classes
-------------------------------- */
.floatLeft {
     float:left;
}
.floatRight {
     float:right;
}
.clearBoth {
      clear:both;
}
/* -----------------------------
   Layout
-------------------------------- */
   
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1E2A42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	height: 100%;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: #FFFFFF;
	height: 185px;
	background-repeat: repeat-x;
	background-image: url(../images/background4.jpg);
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0079E4;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	padding-top: 0px;
	float: left;
}
#logotype {
	padding-top: 90px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}


#navbar {
	height: auto;
	float: right;
	width: 510px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}


#sidebar {
	width: 220px;
	float: left;
	height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079E4;
	padding: 10px 0 0 0;
	margin: 0px 10px 10px 10px;
}	
#SideBarTitle {
	line-height: 2em;
	text-align: left;
	width: 220px;
	margin: 10px 10px 0px 10px;
}
#sidebar h3 {
	color: #0079E4;
	font-weight: normal;
	font-size: 14px;
		
}

#sidebar li {
	list-style-type: none;
}
#mainContent {
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}


#mainContentText {
	padding-top: 10px;
	width: 495px;
	float: right;
	margin: 20px 10px 20px 10px;
}

#mainContentText .Textlarge {
	font-size: 165%;
	color: #0079E4;
}
#mainContentSubgroup {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContentSubgroupText {
	width: 340px;
	margin-left: 155px;




}
#HomepageTitle {
	padding-top: 5px;
	line-height: 2em;
	text-align: left;
	margin: 20px 10px 0px 10px;
}
#container #HomepageTitle h2 {
	color: #333333;
}

#HomepageText {
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 740px;
	margin: 0px 10px 10px 10px;
}
#HomepageText .Textlarge {
	font-size: 165%;
	color: #0079E4;
}



#EventBoxesHome  {
	background-color: #FFFFFF;
	width: 215px;
	float: left;
	border: 2px solid #0079E4;
	height: 100px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 11px;
	padding: 10px;
}
#podcastWrapper    {
	width: auto;
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0079E4;
	border-right-color: #0079E4;
	border-bottom-color: #0079E4;
	border-left-color: #0079E4;
}
#podcastImage                {
	width: 200px;
	float: left;
	height: 200px;
	
}
#podcastText                {
	width: 510px;
	float: right;
	height: 170px;
	margin-bottom: 10px;
}
#podcastPlayer                {
	width: 500px;
	text-align: right;
	float: right;
	height: 20px;
}
#infobox {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #0079E4;
	clear: both;
}

#footer {
	background-color: #0079E4;
	height: 50px;
	background-image: url(../images/header_blue5.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer p {

}
#footer    a {
	color: #999999;
	font-size: 100%;
}


#footer    li {
	list-style: none;
	display: inline;
}

#back {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	width: 300px;
	
}
