@charset "UTF-8";
/* CSS Document */

a {
	color: #AFA;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

body {
	background-color: #327302;
	background-image: url(../images/background.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    width: 800px;
	}

div.body {
	background-image: url(../images/body_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 530px;
    text-align: left;
	width: 500px;
	}

div.body_index {
	background-image: url(../images/body_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 530px;
    text-align: left;
	width: 500px;
	}

div.body a {
	color: #390;
	text-decoration: none;
	}

div.body a:hover {
	text-decoration: underline;
	}

div.body_index a {
	color: #390;
	}

div.container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
	text-align: left;
    width: 800px;
    }

div.content {
	color: #003300;
	padding: 8px;
	width: inherit;
	}

div.content img.left {
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 8px;
        margin-top: 5px;
	padding: 2px;
	}

div.content img.right {
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
        margin-bottom: 5px;
        margin-left: 8px;
        margin-right: 0px;
        margin-top: 5px;
	padding: 2px;
	}
	
div.content_background {
	background-image: url(../images/content_background.png);
	background-repeat: repeat;
	}

div.content_border {
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	margin-top: 5px;
	padding: 2px;
	width: inherit;
	}

div.copyright {
	margin-top: 15px;
	text-align: center;
	}

div.copyright_index {
	margin-top: 125px;
	text-align: center;
	}

div.disclaimer {
	font-size: 11px;
	line-height: 13px;
	}

div.generic_background {
	background-image: url(../images/sidebar_background.png);
	background-position: top center;
	background-repeat: no-repeat;
    margin: 0px;
	height: 260px;
	width: 275px;
	}

div.generic_background1 {
	background-image: url(../images/sidebar_background1.png);
	background-position: top center;
	background-repeat: no-repeat;
    margin: 0px;
	height: 260px;
	width: 275px;
	}

div.generic_background2 {
	background-image: url(../images/sidebar_background2.png);
	background-position: top center;
	background-repeat: no-repeat;
    margin: 0px;
	height: 260px;
	width: 275px;
	}

div.generic_content {
    padding-bottom: 65px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 40px;
    text-align: left;
    }

div.login_background {
	background-image: url(../images/login_background.png);
	background-position: top center;
	background-repeat: no-repeat;
    margin: 0px;
	height: 260px;
	width: 275px;
	}

div.login_content {
    padding-bottom: 65px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 40px;
    text-align: left;
    }

div.menu {
	background: url('../images/menubar.png') top center no-repeat;
	font-size: 16px;
	height: 200px;
	text-align: left;
	width: 820px;
	}

div.menu img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

div.prices_background {
	background-image: url(../images/prices_background.png);
	background-position: top center;
	background-repeat: no-repeat;
    margin: 0px;
	height: 270px;
	width: 275px;
	}

div.prices_content {
    padding-bottom: 80px;
	padding-left: 35px;
	padding-right: 50px;
	padding-top: 25px;
    text-align: right;
    }

div.sidebar {
	color: #FFFFFF;
	height: 530px;
	margin-left: 515px;
	position: absolute;
	top: 160px;
	width: 275px;
	}

div.sidebar_index {
	color: #FFFFFF;
	height: 780px;
	margin-left: 515px;
	position: absolute;
	top: 467px;
	width: 275px;
	}

div.submenu {
	font-size: 15px;
    }

div.submenu2 {
	float: right;
	font-size: 15px;
	width: 250px;
    }

h1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

img {
     border: 0px;
	}
