﻿@charset "utf-8";
/* CSS for TDOP */
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@font-face {
    font-family: 'LeagueGothic';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'MuseoSans700';
 	src: url('182A85_0.eot');
	src: url('182A85_0.eot?#iefix') format('embedded-opentype'),
		 url('182A85_0.woff') format('woff'),
		 url('182A85_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	background-color: #f2f2f2;
	background-image:url(pattern.png);
	color: #525252;
    font-family: "MuseoSans500","Museo Sans",Tahoma, sans-serif;
}

#publicContent p 
{
    padding:7px 0;
}
a
{ 
    text-decoration:none;
    color:#244972;
}
#publicContent a
{
    text-decoration: underline;
}
#header{ 
	background-color: #787878;
	background-image:url(header_bkgrnd.png);
	background-repeat:no-repeat;
	height: 106px;
}
#logo{ 
	padding: 13px 0  0 34px;
	width: 233px;
	float: left;	
}

#lecture-pic 
{
    float: right;
}

#publicContent{ 
	background-color: #aeaeae;
	line-height: 1.4em;
	background-image:url(content_bkgrnd.jpg);
	background-repeat:repeat-x;
}

#publicContent h1 
{
    padding: 10px 0px;
    color: #990000;
	font-size: 1.5em;
}

#publicContent h2 
{
   font-size: 1.2em;
   color: #3587c0;
   padding-top: 15px;
}

#publicContent{
	background-color:#DBDBDB;
	padding: 35px 35px 0 35px;
}
#publicContent{ 
    background-color: #FFFFFF;
	background-image:url(content_bkgrnd_home.jpg);
	background-repeat:repeat-x;
    padding-top: 35px;
}