/* Global Styles */
html, body {height: 100%;}

body {
	margin:0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #9999cc;
	font-size: 1em;
	}

.wrapper
{
    position: relative;
    margin: 5px 10px;
    z-index:-1;
    
}
.wrapper2col
{
    position: relative;
    padding:2px 5px;
}
.narrowwrapper
{
    position: relative;
    width: 500px;
    margin: 0px auto;
}
.mediumwrapper
{
    position: relative;
    width: 900px;
    margin: 0px auto;
}

.leftimage
{
    position: relative;
    float: left;
}
.rightcontent
{
    position: relative;
    left: 10px;
    text-align: left;
    
}

a {
	color: #9999cc;
	text-decoration:underline;
	}
	
a:hover {
	color: #9999cc;
	text-decoration:none;
	}
	
a:visited {
font-size:10;
color: #6666CC;
}

a:active {
font-size:10;
color: #9999cc;
}

#Header h1 { font-family: Book Antiqua, Arial, Helvetica, sans-serif;
 font-size:36px}

/*h1
{ font-size:14px;
color:#333399:
}*/

h2 { font-family:Book Antiqua, Arial, Helvetica, sans-serif;
 font-size:30px}

h3 { font-family: Arial, Helvetica, sans-serif;
 font-size:18px}

.MainMenuStyle
{
    background: #00f;
    margin: 0px auto;
    padding: 0px;
    height: 5px;
    /*border: solid 2px #f0f;
    /*height: 25px;*/
    /*border: solid 1px #f00;*/
}
.StaticSelectedStyle 
{
    background: #000000;
    color: #ffff00;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px;
    margin: 0px auto;
    height: 5px;
}
.StaticMenuItem 
{
    background: #000000;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px;
    margin: 0px auto;
    height: 5px;
}
.StaticMenuStyle 
{
    background: #000000;
    color: #ffff00;
    font-weight:bold;
    padding: 0px;
    margin: 0px  auto;
    height: 5px;
    /*padding: 5px;*/
    text-decoration:none;
    /*border: solid 1px #f00;*/
}
.StaticHoverStyle 
{
    background: #000000;
    color: #ff3300;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px;
    margin: 0px auto;
    height: 5px;
}

.DynamicMenuItem 
{
    background: #000000;
    /*background-image: url(../images/blueglossyback2.gif);*/
    /*border: solid 2px #0f0;*/
    color: #ffff00;
    font-weight:bold;
    /*margin: 0px;*/
    /*padding: -5px -100px;*/
    /*height: auto;*/
    /*width: auto;*/
    text-decoration:none;
    z-index:1000;
}
.DynamicMenuStyle 
{
    background: #000;
    /*background-image: url(../images/blueglossyback2.gif);*/
    color: #ffff00;
    font-weight:bold;
    /*padding: -10px;*/
    /*margin: -10px;*/
    /*height: 10px;*/
    text-decoration:none;
    z-index:1001;
    /*border: solid 2px #f00;*/
}
.DynamicHoverStyle 
{
    background: #000000;
    color: #ff3300;
    /*padding: 10px;*/
    /*height: 10px;*/
    text-decoration:none;
    z-index:1000;
    /*border: solid 2px #0f0;*/
}
.DynamicSelectedStyle 
{
    background: #000000;
    color: #fff;
    /*padding: 5px;*/
    text-decoration:none;
    /*border: solid 2px #0f0;*/
}
