/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

body {
	background-image: url(../images/background.jpg);
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
	color: #660000;
	text-decoration: none;
}
	
a:link {
	color:#660000; 
}

a:visited {
	color:#660000; 
}

a:hover {
	color: #666666;
}


h1 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size:16px;
}
	
h2 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size:11px;
}
	
h3 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size:14px;
	color:#FFFFFF;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:10px;
}



/* IDs */
#content {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#contentText {
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#diamond {
	margin-top: 4px;
}
#dot {
	border-top: 1px;
	border-top-color:#990000;
	border-bottom-style:solid;
} 

#footer {
	color: #666666;
	padding-top: 0px;
}

#header {
	padding-bottom: 18px;
	padding-top: 27px;
}

#line-left {
	border-left: 1px solid #CCCCCC;
}

#line-top {
	border-top: 1px solid #CCCCCC;
}

#photos {
	padding-top: 5px;
	padding-left: 3px;
}



#tline {
	border-bottom: 1px dashed #CCCCCC;
}

/* Classes */	

.contentText {
	padding-right: 15px;
	padding-top: 45px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.leftnavbox {
	font-weight:bold;
}


.leftnavbox a:hover {
	color: #000000;
}

.leftnavtext {
	border-bottom: 1px solid #666666;
	background-color:#ECEBE4;
}

.navbarbox {
	border-bottom: 1px solid #74736E;
}
.navbartext {
	padding-left: 10px;
	font-weight:bold;
}

.navbar a:link {
	color:#FFFFFF;
}

.navbar a:visited {
	color:#FFFFFF;
}

.navbar a:hover {
	color: #D67900;
}

.navtop a:link {
	color:#FFFFFF;
}

.navtop a:visited {
	color:#FFFFFF;
}

.navtop a:hover {
	color: #333333;
}
.pic {
	padding-top: 1px;
	padding-bottom: 1px;
}

.rightColumn {
	color:#FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.rightColumn a:link {
	color:#FE9601;
}

.rightColumn a:visited {
	color:#FE9601;
}

.rightColumn a:hover {
	color: #333333;
}

.split {
	border-bottom: 1px dashed #CCCCCC;
}
	
.important {
	font-weight: bold;
	color: red;
}

.footnote {
	color: #666666;
}

.leftalign {
	text-align: left;
}

.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.hiddenform {
	display: none;
}

.small {
	font-size: 9px;
}

.subnav {
	color:#333366;
}
