*
{
	margin: 0em;
	padding: 0em;
}

a {
    //color: #8DA359;
    color: #0026ff;
    text-decoration: none;
}

    a:hover {
        //color: #0026ff;
        text-decoration: underline;
    }
    a:active, a:visited {
        text-decoration: none
    }

body {
    content: inherit;
    background-color: #B2b2b2;
    //background-color: #ffffff;
    background-repeat: repeat-x;
    //color: #37371E;
    color: #000000;
    font-family: georgia, serif;
    font-size: 10pt;
}

#outer {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.0em;
    //background-color: #FEFEF2;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    padding: 1.0em;
    border-top: solid 1px #ffffff;
    margin-bottom: 1.0em;
}

#outer2 {
    content: inherit;
    //border: dotted 1px #6e6e6e;
    border: dotted 1px #0026ff;
    padding: 0.8em;
}

#menu {
    //background-color: #6C7424;
    background-color: #0026ff;
    background-image: url('images/b1.gif');
    background-repeat: repeat-x;
    //color: #ffffff;
    color: #cd7254;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0.8em;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #6D7B34;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

    #menu li a:hover {
        //background-color: #515815;
        background-color: #0b1d81;
        background-image: url('images/b2.gif');
        background-repeat: repeat-x;
    }

#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

    #header h1 {
        font-size: 2.0em;
        font-weight: normal;
        letter-spacing: -0.05em;
        color: #000000;
    }

    #header h2 {
        content: inherit;
        position: relative;
        top: -0.1em;
        font-size: 0.8em;
        //color: #4F4F2B;
        color: #000000;
    }

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}

#footer
{
	padding-top: 0.0em;
	font-size: 0.8em;
	color: #b2b2b2;
	padding-right: 0.0em;
	clear: both;
	text-align: right;
	position: relative;
	top: 1.0em;
}

#column1
{
	width: 480px;
	float: left;
	position: relative;
}

    #column1 p {
        text-align: justify;
        margin-bottom: 1.0em;
        //color: #4F4F2B;
        color: #000000;
    }

    #column1 h3 {
        font-size: 1.2em;
        border-bottom: dotted 1px #0026ff;
        margin-bottom: 1.0em;
        color: #000000;
    }

#column2
{
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
}

#column2 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}

#column2 h3
{
	font-size: 1.1em;
	border-bottom: dotted 0.5px #CECF8F;
	margin-bottom: 1.0em;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #EFEFD6;
}