body {
   margin:0px 0px 0px 0px;
   background-image: url(/img/background.gif);
   font-family: Verdana;
   font-size: 13px;
   text-align: center;
}
a {
   text-decoration:none;
   color: #999;
}
h1, h2, h3 {
   padding: 0;
   font-weight:bold;
   margin: 0;
   color: #999;
}
h1 {
   font-size: 1em;
   color: #c4111a;
   padding-top: 0.4em;
}
h2 {
   color: #c4111a;
   padding-top: 0.4em;
   font-size: 0.8em;
}
h3 {
   font-size: 0.8em;
}
#container {
    margin: 2em auto;
    width: 90%;
    text-align:left;
    min-width: 720px;
    overflow: hidden;
}

#left {
    width: 165px;
    float: left;
    clear:none;
    padding-bottom: 600px;
    margin-bottom: -600px;
}

#logo {
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #c4111a;
    padding: 0em;
    margin: 0px;
}
#logo img {
    padding: 0;
    margin: 0;
    border: 0;
}
#logo a {
    text-decoration:none;
    border: 0;
}
#logo a:hover {
    text-decoration: none;
}
#menu {
    border-left: 2px solid #ddd;
    border-right: 1px solid #999;
    background-color: rgb(252, 252, 252);
    border-bottom: 1px solid #999;
    border-top: 1px solid #ddd;
}
#menu ul {
    margin: 0;
    background-image: url(/img/menu_back.gif);
    padding-left: 2em;
}
#menu li {
    list-style-image: url(/img/bullet.gif);
    vertical-align:middle;
    line-height: 2.45em;
    font-weight: bold;
    color: #999;
}
#menu li:hover {
    list-style-image: url(/img/bullet_high.gif);	
}
#menu li.selected {
    list-style-image: url(/img/bullet_high.gif);	
    color: #666;
}
#menu li a {
    text-decoration:none;
    color: #999;
}
#menu li a:hover {
    text-decoration:none;
    color: #666;
    background: transparent;
}
#contact {
    vertical-align: bottom;
    background-color: rgb(252, 252, 252);
    padding: 12.7em 0 0 1em;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #999;
    border-left: 2px solid #ddd;
}
#contact dl {
    background-color: rgb(252, 252, 252);
    
    font-size: 0.7em;
}
#contact dt {
    padding: 0;
    margin: 0 0 0.6em 0;
    font-weight: bold;
    color:#666;
}
#contact dd {
    padding: 0;
    margin: 0;
    color: #999;
}

/*
	CONTENT AREA
*/
#content {
    margin: 0;
    padding: 0;
    min-width: 350px;
    max-width: 700px;
    width: 75%;
    float:left;
    clear:right;
    font-size: 1.1em;
    border-top: 2px solid #ddd;
}
#content a:hover {
   color: #fff;
   background-color: rgb(161,34,19);
}
#content span.red {
	font-weight:bold;
	color:#c4111a;
}
#content h2.subarticle {
   font-size: 0.9em;
   color: rgb(161,34,19);
   font-weight: bold;
   padding: 0.4em 0 0 0;
   margin: 0;
}
#content hr {
    border:0;
    padding:0;
    margin:0 0 0.4em 0;
    border-bottom: 1px solid #c4111a;
}
#content p {
    padding: 0;
    margin: 0;
}
#content fieldset {
    margin: 1em 0.5em;
}
#content input, textarea {
    font-family: Verdana;
    font-size: 0.8em;
}
#content .note {
    font-size: 0.8em;
}
#content .picture {
    position:relative; 
    float: right; 
    padding: 1em; 
    text-align:center;
}
#content .article {
    padding-bottom: 1.3em;
    clear:left;
}
#content .article ul {
    padding-top: 0;
    margin-top: 0.3em;
}
#content .article ol li, .article ul li {
    font-size: 0.9em;
    list-style-image: url(/img/bullet.gif);
    vertical-align:middle;
}
#content .article ol li ol li, .article ul li ul li{
    font-size: 1em;
}
#content .article .links li a.nohover:hover{
    text-decoration:none;
}
#content .links img {
    border:none;
}
#content input.txt {
	width: 330px;
}
#content legend {
	color: #999;
}
#content img.screenshot {
    padding: 0px;
    margin: 0px;
}
#content dl {
	font-size: 0.9em;
	padding-left: 1em;
}
#content dt {
	font-weight: bold;
	color: rgb(161,34,19);
}
#content dd {
	padding: 0 0 1em 0;
	margin:0;
	
}
#topdisplay {
    height: 130px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0;
    margin: 0;
}
#topdivider {
    background-color: rgb(252, 252, 252);
    background-image: url(/img/topdivider.gif);
    border-right: 1px solid #ddd;
    height: 28px;
}
#bottomdivider {
    background-image: url(/img/bottomdivider.gif);
    background-color: rgb(252, 252, 252);
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 28px;
}
#news {
    background-image: url(/img/content_border.gif);
    background-repeat: repeat-y;
    border-right: 2px solid #ddd;
    color:#666;
    padding: 1.2em 1em;
    background-color: rgb(252, 252, 252);
    min-height: 359px;
}

#news p {
    font-size: 0.8em;
    padding-bottom: 0.5em;
    margin: 0.5em 0 0 0;
}
#menubot {
    padding-left: 0.9em;
}

/*
FOOTER AREA
*/
#copy {
    color:#999;
    font-size: 0.8em;
    text-align:right;
    padding-right: 0.6em;
    font-weight: bold;
}
#copy ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.3em 0;
}
#copy li {
    display: inline;
}
#copy a:hover {
    text-decoration: none;
}
