body { 
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, serif;
    color: #C1B6A5;
    background-color: #493C8A;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4 { font-size: .9em; }
h5 { font-size: .7em; }
h6 {  font-size: .6em; }
h1,  h2,  h3,  h4,  h5,  h6 {
    color: #D77B5B;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
p, ul, ol { 
    font-family: verdana, arial, helvetica, serif;
    color: #C1B6A5;
    line-height: 140%;
    font-size: .8em;
    margin: 5px 0px 15px 0px;
}
ul, ol { 
    line-height: 140%;
    font-size: .8em;
	padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 16px;
}
ul {
	list-style-type: circle;
}

a           { text-decoration: none; }
a:link		{ color: #FF6070; background-color: transparent; }
a:visited   { color: #FF6070; background-color: transparent; }
a:hover     { color: #E0F000; background-color:  transparent; }
a:active    { color: #E0F000; background-color: transparent; }
.head {
    margin: 0px 0px 0px 0px;
}
#logo {
    margin-bottom:3px;
    margin-left:10px;
}
#foot, #checks {
    font-family: verdana, arial, helvetica, serif;
    text-align: center;
    font-weight: bold;
    font-size: .6em;
    margin-right: auto;
    margin-left: auto;
    padding-top:0px;
}
#checks {
    margin-top: 10px;
    font-size: .6em;
}
#date {
    font-family: verdana, arial, helvetica, serif;
    font-weight: bold;
    font-size: .6em;
}
#issue {
    font-family: verdana, arial, helvetica, serif;
    font-weight: normal;
    font-size: .6em;
    color: #936C3B;
    margin: 0px;
    padding: 0px;
}

#logo {
    margin-top:20px;
    margin-bottom:30px;
}
#main {
    padding-left:0px;
    padding-right:0px;
}
#box02 {
	background-image: url(../images/box_02.gif);
	background-repeat: repeat-y;
}
#box04 {
	background-image: url(../images/box_04.gif);
	background-repeat: repeat-y;
}
#box06 {
	background-image: url(../images/box_06.gif);
	background-repeat: repeat-y;
}
#box08 {
	background-image: url(../images/box_08.gif);
	background-repeat: repeat-y;
}
#leftcol, #rightcol {
    margin-top: 10px;
}
#leftcol {
    margin-right: 10px;
}
#rightcol {
    margin-left: 10px;
}
#sig {
    font-family: verdana, arial, helvetica, serif;
    font-weight: normal;
    font-size: .6em;
    text-align:right;
    margin-right:20px;
}
.code {
    font-family: andale mono, courier, monospace;
    font-weight: normal;
    font-size: .7em;
    color: #cccccc;
    line-height: 130%;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
.code1 {
    font-family: andale mono, courier, monospace;
    font-weight: normal;
    font-size: .8em;
    color: #cccccc;
    line-height: 130%;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
.photobox {
	border: #cccccc 1px solid;
	text-align: center;
	padding: 5px;
    width: 162px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:auto;
    margin-left:35px;
	background-color: transparent;
}
.photo {
    float:right;
    margin-left:5px;
    border: #cccccc 1px solid;
}
.quotebox   {
	border: #936C3B 1px solid;
	width:150px;
	padding: 12px;
    margin-left: 43px;
    margin-top: 25px;
    margin-bottom: 25px;
	background-color: #000000;
}                   
.quote { 
	font-family:  verdana,Arial,Times New Roman, times, serif, Verdana;
	font-size: .8em;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	text-indent: -0.5em;
	line-height: 120%;
	background-color: transparent;
 }
 .auth {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: .6em;
	color: #cccccc;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
}
.smalltext {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: .8em;
	color: #cccccc;
	background-color: transparent;
}
.whitetext {
	color: #FFFFFF;
	background-color: transparent;
}
.formfield {
	border: #E0F000 1px solid;
	font-size: .8em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:  #BFAFFF;
}