body { background : #cf0103; background-image : url(../images/BG.jpg); background-repeat : repeat-x; color : black; 
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 11pt; margin : 0; padding : 0;}
h1 { font-size : 1.6em;}
h2 { font-size : 1.3em;}
h3 { font-size : 1em; font-style : italic; font-weight : bold;}
h1, h2, h3 { margin-bottom : 0; padding-bottom : 0;}
ul, p { margin-top : 0; margin-bottom : 1em; padding-top : 0; padding-bottom : 0;}
li { padding-bottom : .5em;}
li li { padding-bottom : 0;}
li ul { margin-bottom : 0;}
img { border : none;}
a { font-weight : bold;}
.Right { float : right; margin-left : 1em;}
.Left { float : left; margin-right : 1em;}
.Warning { color : Red;}
#MainCell { background-image: url(../Images/ExtraRow.gif);
		background-repeat : repeat-y; background-position: center; 
		width: 970px;}
#nav img {
	padding: 0;     
	margin: 0;
	border: 0;
	display: block;
}
#nav, #nav ul, #nav li {
	padding: 0;     
	margin: 0;     
	list-style: none;
	background : black;
} 
#nav a 
{
	display: block;
} 
#nav li 
{
	float: left;
}
#nav ul a:link, #nav ul a:visited 
{ 
	color : White; 
	background : black; 
	text-decoration : none; 
	font-weight : normal;
	padding : .25em;
	width : 10em;
	text-align : left;
	font-size : 16px;
}
#nav ul a:hover { background : #d6d6d6; color : Black;}
#nav li ul 
{     
	position: absolute;     
	width: 10em;     
	left: -999em; 
} 
#nav li:hover ul, #nav li.sfhover ul 
{     
	left: auto; 
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 850px;
    margin: auto;
}
.header
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.main
{
    width: 600px;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 220px;
    float: right;
    /*background: #eee;*/
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: black;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px; font-size : small;
}
.sidebarText a:link,.sidebarText a:visited { color : #cf0103; text-decoration : none;}
.sidebarText a:hover { text-decoration : underline;}
