﻿/* General styles */
body
{
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin: 0px;
    background-color: #f5fae6;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url(images/bg.jpg);
    height: 100%;
}

a
{
	color: #616c5a;
	font-weight: normal;
}

/* Header, footer & content */
#page
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	margin: 0px auto;
	width: 100%;
	line-height: 1.5em;
	font-family: 'Arial Unicode MS' Arial 'Sans-Serif';
	font-size: 14.5px;
	color: #f5fae6;
	border-color: #d6e3bc;
	border-width: 3px;
	border-style: solid;
	background-color: #f5fae6;
}

.normaltext
{
	line-height: 1.5em;
	font-family: 'Arial Unicode MS' Arial 'Sans-Serif';
	font-size: 14.5px;
	font-weight: normal;
	color: #4f6228;
}

#topheader
{
	height: 150px;
}

#header
{
	position: relative;
	/* background-color: #f5fae6;*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-image: url(); */
	height: 50px;
}

#content
{
	padding-bottom: 0px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 60px;
	margin: 0px auto;
	color: #000;
	width: 80%;
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	min-height: 500px;
	min-width: 640;
}

.logo
{
    height: 155px;
    width: 279px;
}

.guidance
{
    height: 48px;
    width: 250px;
}

/* Page shadow */
#shadow
{
    width: 97%;
    float: right;
    background: url(images/dropshadow.jpg) no-repeat top right !important;
    background: url(images/dropshadow.gif) no-repeat top right;
    margin: 0px 0px 10px 10px !important;
    margin: 0px 0px 10px 5px;
}

#shadow #page
{
    display: block;
    margin: 6px 6px -6px -6px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.pagetitle
{
	color: #616c5a;
	font-weight: bold;
	font-size: 16px;
	margin-right: 50px;
}

.miniframe
{
    border-color: #4F6228;
    border-width: 1px;
    border-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
    line-height: 1.1em;
    font-size: 12px;
    background-color: #e9eeda;
}

.media_marquee
{
    background-color: #000000;
    color: #df7f1f;
}

.instruction
{
    font-weight:bold;
}

.simpletable
{
    border-style: solid;
    border-width: 1px;
    border-color: #5f632a;
    border-collapse: collapse;
    
}

.simpletable tr td
{
    color: Black;
    border-width: 1px;
    border-color: #4F6228;
    border-style: solid;
    padding: 0px 15px 0px 15px;
}

.simpletable tt td
{
    /*color: #df7f1f;*/
    /*font-weight: bold;*/
    border-color: #4F6228;
    background-color: #bfc8b0;
}

/* DEBUG
div
{
	border: solid 1px black;
}
*/

