body {
    text-align:center;
    margin: 0px 0px 5px 0px;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3, h4, h5 {
    font-size: 13px;
}

h3.oblique {
    margin-bottom: 0px;
    font-style : oblique;
}

table.grid {
    background: gray;
}
table.grid td {
    background: #dbe4e1;
    padding: 2px;
}
table.grid th {
    background: #dbe4e1;
    padding: 2px;
}

li.summary {
    margin-bottom:10px
}


#frame {
    width:770px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
}
#frame img {
    border: none;
}

/* links top right of page */
#toplinks {
    font-weight:normal;
    text-align: right;
}
#toplinks a {
    color:#003399;
}
/* main menu on the left side */
#menu {
    margin-top: 10px;
    width:120px;
    padding:0px;
    float:left;
    background:#fff;
}
#menu h1 {
    border-bottom: solid 1px #dbe4e1;
}
#menu a, #menu a:visited {
    line-height: 150%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #003399;
    display: block;
    border-bottom: 1px solid white;
}
#menu a:hover {
    border-bottom: 1px solid #dbe4e1;
}

#content {
    margin-top: 10px;
    width:628px;
    padding: 0px 10px 10px 10px;
    float:left;
    background: #dbe4e1;
}

#content > h1 {
}

#content a {
    color: #003399;
}
#content a:hover {
    color: #cc6600;
}

#content a:visited {
}

#content li {
    line-height: 170%;
    list-style-type : disc;
    list-style : circle;
}

#quicksearch input {
    font-size: 10px;
}

#contentheader {
    background:#fff;
    clear : both;
    padding: 0px;
}

#latest_news {
    float: left;
    width: 60%;
}
#latest_news h2 {
    margin-top: 0px;
}

#hot_topics {
    float: right;
    width: 39%;
    background:lightblue;
    font-size: 12px;
}
#hot_topics h2 {
    text-indent: 5px;
    margin-top: 0px;
    background-color: #336699;
    color: white;
}

td.partnerlogo {
    text-align: center;
}

#disclaimer {
    clear: both;
    font-size:11px;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted white;
}

#footer {
    border-top: 1px dotted white;
    padding-top: 5px;
    background-image: url('images/rounded_squares.gif');
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    padding-bottom: 5px;
    font-size: 11px;
    color: #767676;
}

a:link.doc {
	background: url(images/doc_small.gif) left no-repeat;
	padding-left: 20px;
}
a.doc:visited {
	background: url(images/doc_small.gif) left no-repeat;
	padding-left: 20px;
}
a:link.pdf {
	background: url(images/pdf_small.gif) left no-repeat;
	padding-left: 20px;
}
a.pdf:visited {
	background: url(images/pdf_small.gif) left no-repeat;
	padding-left: 20px;
}
a:link.ppt {
	background: url(images/ppt_small.gif) left no-repeat;
	padding-left: 20px;
}
a.ppt:visited {
	background: url(images/ppt_small.gif) left no-repeat;
	padding-left: 20px;
}
a:link.xls {
	background: url(images/xls_small.gif) left no-repeat;
	padding-left: 20px;
}
a.xls:visited {
	background: url(images/xls_small.gif) left no-repeat;
	padding-left: 20px;
}

/*******************************************
	GOOGLE MINI RELATED
*******************************************/
/*class to display "Search" in the search input field, otherwise this field looks like a login input field
Basically, it places the labeltext 9999 pixels to the left.
*/
/*
.structSearch {
	position:absolute;
	left:-9999px;
}*/

#searchbox{
	 
	padding: 2px;
}

.metaresults {
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	padding:4px;
}
#results{
	clear:both;
}
.sponsored{
	display:block;
	background-color:#e8eef6;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size:10px;	
}
.sponsored h1{
	text-align:right;
	margin:0px;
	padding-right:5px;
	font-size:10px;
	font-weight:normal;
}
.sponsored dt{
	font-size:12px;
	font-style:normal;
}
.sponsored dd{
	color:#6D6D6D;
	margin-left:0px;
	margin-bottom:5px;
}
.navigate{
	font-weight: bold;
	/*color:#000;*/
}
.navigate #synonym{
	float:left;
	width:50%;
	text-align:left;
	margin-bottom:10px;
}
.navigate .pagego{
	float:right;
	text-align:right;
	width:50%;
}
.navigate .pagego a{
	font-weight:normal;
	color:#6d6d6d;
	text-decoration:none;
}

.navigate .pagego a:hover{
	text-decoration:underline;
}


a:link.pdf, a:visited.pdf {
	background: url(gfx/icons/pdf-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.ppt, a:visited.ppt{
	background: url(gfx/icons/ppt-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.plain, a:visited.plain {
	background: url(gfx/icons/txt-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.doc, a:visited.doc{
	background: url(gfx/icons/doc-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.xls, a:visited.xls{
	background: url(gfx/icons/xls.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.audio, a:visited.audio {
	background: url(gfx/icons/audio-small.png) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.image, a:visited.image {
	background: url(gfx/icons/jpg.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.rss, a:visited.rss {
	background: url(gfx/icons/rss.png) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.zip {
	background: url(gfx/icons/zip-small.html) left no-repeat;
	padding: 4px 0 4px 20px;
}

