/*Core style sheet for TEV-CDS.*/

div { }

body {
font-family: Times, "Times New Roman", serif;
font-size: 18px;
margin: 0;
text-align: center;
color: #2f2f2f;
background-color: #ffffff;
background-image: url(images/bg_cols2.jpg);
background-repeat: repeat-y;
background-position: 50% 0px;}
/*background: #ffffff url(images/bg_cols.jpg) 50% 0px;}*/

#header {
height: 160px;
background-image: url(images/banner3.jpg);
background-repeat: no-repeat;
background-position: 0px 5px;
background-color: #9197a3;
}

/*wrapper*/
#content {
margin: 0 auto;
position: relative;
width: 750px;
text-align: left;
}

/*leftPanel*/
#navbar {
position: absolute;
top: 175px;
left: 0;
width: 150px;
}

#rightPanel {
width:150 px;
position: absolute;
top: 175px;
left: 605px;
color: #000000;
}

ul {}

li {}

ul.events {	}
ul.events li {
padding-bottom: 10px;}

#navbar ul {
margin: 0em;
padding: 0em;}

#navbar ul li {
list-style-type: none;
margin: 0em;
padding: 0em;}

a {}

a:link, a:visited {
color: #000000;
text-decoration: none;
font-weight: bold;}


a:hover {
background-color: #313a63;
color: #bdbdbd;}

a:active {
background-color: #5a497d;
color: #ffffff;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
font-weight: bold;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
color: #313a63;}


#navbar ul li a:hover {
color: #bdbdbd;}

/*contentArea*/
#main-text {
width: 430px;
position: absolute;
top:160px;
left: 150px;
padding: 10px;}

h1 {
font-size: 22px;
text-align: right;
letter-spacing: 5px;
font-weight: bold;
color: #313a63;}

h2 {
font-size: 18px;
text-align: right;
text-decoration: none;
color: #313a63;
letter-spacing: 3px;}

h3 {
font-size: 18px;
font-weight: bold;
font-family: Times, "Times New Roman", serif;
text-align: right;
color: #313a63;}

p {
font-size: 14px;
text-align: left;
line-height: 1.2em;
color: #313a63;
font-family: Verdana, Helvetica, Arial, sans-serif;}

p.footer {
font-size: 12px;
text-align: center;
font-weight: bold;
text-decoration: overline;
font-family: Times, "Times New Roman", serif;}

p.intro {
font-size: 14px ;
text-align: center;
font-family: Times, "Times New Roman", serif;
line-height: 1.2em;
color: #313a63;
background-color: #dad7ea;
}

.plaintext {
font-size: 14px;
font-family: Times, "Times New Roman", serif;
text-align: right;
color: #313a63;
}