﻿* 
{
	margin: 0;
	padding: 0;
}

A:link { color: Black; text-decoration: none}
A:visited { color: Black; text-decoration: none}
A:active {text-decoration: none}
A:hover   { text-decoration: underline; }

.downloads A:hover   { text-decoration: none; border-bottom: 1px dotted #BDE0FF; }

/* Master Page */

body 
{
	background-color: #c0c0c0;
	text-align: center;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width:902px;
}

.content
{
	background-image: url(./Images/content.gif);
	background-repeat: repeat-y;
	width: 902px;
	text-align: left;
}

.gradient
{
	background-image: url(./Images/gradient.jpg);
	background-repeat: no-repeat;
	width: 902px;
}

#header
{
	background-image: url(./Images/header.gif);
	background-repeat: no-repeat;
	width: 902px;
	height: 73px;
}

#header #title
{
	text-align: left;
	padding-left: 27px;
	padding-top: 24px;
	font-family: Segoe UI;
	font-size: 13px;
	font-style: italic;
	color: White;
	position: relative;
}

#header #breadcrumbs
{
	text-align: left;
	padding-left: 100px;
	padding-top: 13px;
	font-family: Segoe UI;
	font-size: 13px;
	color: Black;
	position: relative;
}

#header #menu
{
	text-align: left;
	padding-left: 97px;
	padding-top: 55px;
	font-family: Tahoma;
	font-size: 10px;
	position: relative;
}

.Menu_StaticMenuItem
{
	color: Black;
	padding-right: 8px;
}

#footer
{
	background-image: url(./Images/footer.gif);
	background-repeat: no-repeat;
	width: 902px;
	height: 15px;
	line-height: 15px;
}

#footer-content
{
	background-image: url(./Images/footer-content.gif);
	background-repeat: repeat-y;
	width: 902px;
	padding-top: 5px;
	font-family: Georgia;
	font-size: 11px;
	color: White;
	position: relative;
}

#footer-content #copyright
{
	text-align: center;
}

.footer-footer
{
    background-image: url(./Images/footerfooter.gif);
	background-repeat: no-repeat;
	width: 902px;
	height: 23px; 
}

/* Content Pages */

#content-left-column
{
	padding-top: 20px;
	margin-left: 40px;	
	text-align: left;
	font-family: Georgia;
	font-size: 10pt;
	width: 500px;
	float:left;
}

#content-right-column
{
	padding-top: 20px;
	text-align: left;
	font-family: Georgia;
	font-size: 10pt;
	width: 290px;
	float: right;
}

.news-header
{
	color: #cc9966;
	font-size: 22px;
	font-family: Georgia;
	padding-bottom: 10px;
}

.news-content
{
	margin-left: 15px;	
	text-align: left;
	/*position: relative;*/
	padding-bottom: 20px;
}

.news-hr
{
	margin-top: 0px;
	width: 160px;
	background-color: #c0c0c0;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
}

.news-datetime
{
	color: #6699cc;
	font-size: 8pt;
	font-weight:200;
}

.news-items
{
   
}

.code
{
    background-color: #F0F8FF;
    font-family: Courier New;
    color: Black;
    width: 90%;
    padding: 8px;
    border: 1px dotted #BDE0FF;
}

.list
{
	list-style-image: url(./Images/bullet.gif);
	list-style-type: none;
	padding-left: 15px;
}

.list li
{
   
}


