﻿/*	DEFAULT.CSS
==================================
ALL FORMATTING SHOULD BE INCLUDED
IN THIS STYLESHEET
==================================
*/
body 
{
	background-color:#BFFEBF;
	background-image:url(_header.png);
	background-repeat: no-repeat;
	background-position:top center;
	text-align:center;
}

.container 
{
    background-color:#ffffff;
    border: solid 1px #004000;
    width:950px;
    margin:0 auto;
    margin-top:160px;
    text-align:left;
}
.containerbottom
{
    background-image: url(_container_bottom.png);
    background-repeat: no-repeat;
    width:952px;
    height:19px;
    margin:0 auto;
}
.menu
{
    width:950px;
    text-align:center;
    background-color:#004000;
    background-image:url(_menubg.png);
    padding: 5px 0px 5px 0px; 
}
.menu a
{
    border:0px;
    vertical-align:middle;
}
.menu img
{
    border:0px;
    vertical-align:middle;
}
.menushadow
{
    background-image:url(_menushadow.png);
    width:950px;
    height:10px;
}
.content
{
    width:930px;
    padding:10px;
}
.footer
{
    width:1000px;
    margin:0 auto;
    margin-top:-15px;
}
.footer a:link
{
    text-decoration:none;
    color:#000000;
}
.footer a:visited 
{ 
	color:#000000;
	text-decoration:none;
}
.footer a:hover
{
    text-decoration:underline;
    color:#000000;
}
.clear
{
	clear:both;
	margin:0px;
	padding:0px;
}
/*Text Settings*/
h1
{
    font-variant:small-caps;
    font-size:x-large;
    letter-spacing:1px;
    margin-top:0px;
    margin-bottom:10px;
    color:#004000;
}
h2
{
    font-size:large;
    margin:0px;
}
h3
{
    margin:0px;
}
p
{
    text-indent:15px;
}
.red
{
    color:#af0000;
}
/*Picture Settings*/
.photoright
{
    float:right;
    margin-right:10px;
    margin-left:25px;
    padding:5px;
    display:inline;
}
.photoleft
{
    float:left;
    margin-right:25px;
    margin-left:10px;
    padding:5px;
}
.photocaption
{
    font-size:small;
    margin-top:-5px;
    margin-bottom:-10px;
}
.imgborder
{
    border:solid 1.5px #BFFEBF;
    padding:5px;
}
.textcenter
{
    text-align:center;
}
.orderform
{
    width:600px;
    height:198px;
    background-image:url(_downloadnow.png);
    background-repeat:no-repeat;
    background-position:center top;
}
hr
{
    width:75%;
    color:#004000;
}