/* This is my own opinion of what I think looks good, you are welcome to change anything you like though. BUT no what you are doing or the sky will fall on your head and I won't be there to fix it! */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background:#e8e8e8;}

/* STRUCTURAL */

.td,tr {
vertical-align: top;
font-family: Tahoma, Arial; 
font-size: 11px; 
line-height: 13px; 
color: #565656; 
text-align: justify;}

.sidebar {
vertical-align: top;
font-family: Tahoma, Arial; 
font-size: 11px; 
line-height: 13px; 
color: #565656; 
text-align: justify;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;}

.title {
border-bottom: 3px solid #ffffff;
background:#ffffff url(img/title.jpg);
background-attachment: scroll;
background-repeat: no-repeat;
font-family: Arial; 
font-size: 10px; 
line-height: 11px; 
text-transform: normal;
font-weight: bold;
letter-spacing: 0px;
color: #a2a2a4; 
text-align: justify;
padding-left: 31px;
padding-top: 2px;
padding-right: 1px;
padding-bottom: 14px;}

.upper {
font-family: Verdana; 
font-size: 11px; 
line-height: 13px; 
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0px;
color: #b6af72; 
text-align: justify;
padding-left: 6px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 0px;}

.mainimg {
padding-left: 3px;
padding-top: 5px;
padding-right: 4px;}

.boxtitle {
font-family: Arial; 
font-style: italic;
font-size: 11px; 
line-height: 11px; 
text-transform: normal;
letter-spacing: 0px;
color: #404040; 
text-align: justify;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;}

.boxcontent {
vertical-align: top;
font-family: Trebuchet MS; 
font-size: 9px; 
line-height: 11px; 
text-transform: normal;
letter-spacing: 0px;
color: #636363; 
text-align: justify;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 2px;}

h1  {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	letter-spacing: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CFCFCF;
	margin: 0px;
	text-align: center;
}

h2 {
	color: #444444;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	letter-spacing: 3px;
	padding: 0px;
	background-color: #EFEFEF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}
/* FONT COLORS */

a:link {
text-decoration: none; 
cursor: hand;
color: #414B1B;
letter-spacing:0px; 
text-align: justify;}

a:active {
text-decoration: underline; 
cursor: hand;
color: #414B1B;
letter-spacing:0px; 
text-align: justify;}

a:visited {
text-decoration: none; 
cursor: hand;
color: #CFAE97; 
letter-spacing:0px; 
text-align: justify;}

a:hover {
text-decoration: underline; 
cursor: hand;
color: #794009;}

