﻿
html
{ 
	/*
	background: url(/App_Themes/Default/images/htmlBG.jpg) repeat-x 0px -2px;
	*/
	 background: #666666;
	
}

body
{
	font-family: helvetica, georgia, sans-serif;
	line-height: 1.6em;
	color: #444444;
}

ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #002d56;
	/* text-transform: uppercase; */
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h3
{
	background: url(/App_Themes/Default/images/silverGradient.jpg) repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em .5em;
	text-align: left;
	font-weight: bold;
}

h2
{
	font-family: georgia;
}


p
{
	padding: 0 10px 0 10px;

}


#container
{
	margin: auto;
	width: 1000px;
	/*
	background: url(/App_Themes/Default/images/containerBG.png) repeat-y;
	*/
}

#container ul li p
{
	padding: 0 10px 0 10px;
	margin-top: -5px;
}

/*
Menus css
*/
#container
{
    width: 700px;
    border-width: 2px;
    border-style: solid solid solid solid;
    border-color: #000;
    margin-top: 0px;
    background: #eae9e9;
    font-size: .8em;
    font-weight: normal; 
    text-align: left;   
    font-family: helvetica, georgia, sans-serif;
    line-height: 1.5em;
    color: #000000;
}

