﻿body {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link {
color: #006699;
text-decoration: none;
}
a:active {
color: #006699;
text-decoration: none;
}
a:visited {
color: #006699;
text-decoration: none;
}
a:hover {
color: #ff3300;
text-decoration: underline;
}
.topblue {
background-image: url(/images/top_bg.jpg);
background-repeat: repeat-x;
height: 47px;
color: #FFFFFF;
padding: 3px;
vertical-align: top;
}
#leftcontent {
font-size: 12px;
text-align: left;
font-weight: bold;
}
#rightcontent {
text-align: right;
}
#rightcontent a:link {
text-decoration: none;
color: #FFFFFF;
}
#rightcontent a:active {
text-decoration: none;
color: #FFFFFF;
}
#rightcontent a:visited {
text-decoration: none;
color: #FFFFFF;
}
#rightcontent a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#maincontent {
text-align: left;
width: 575px;
margin-left: 23px;
}
#publications a:link {
text-decoration: underline;
}
#publications a:visited {
text-decoration: underline;
}
#publications a:active {
text-decoration: underline;
}
#publications a:hover {
text-decoration: none;
}
#txtComment {
width: 300px;
}
#feedbackbox {
width: 200px;
float: left;
text-align: left;
}
/* comment iframe */
#commentbox {
background-color: #f0d087;
width: 200px;
height: 300px;
border: 1px #000000 solid;
}
#feedbackhead {
font-size: 16px;
color: #ffffff;
font-weight: bold;
padding: 4px;
background-color: #e1ab53;
width: 192px;
border-left: 1px #000000 solid;
border-top: 1px #000000 solid;
border-right: 1px #000000 solid;
text-align: center;
}

/* Code from Jason */
input.text {
font-family: Arial;
}
textarea {
font-family: Arial;
}

