
body {
	margin: 5px 0 15px 0;
	text-align: center;
	font-family: "Trebuchet MS", Times, serif;
	color: White;
	font-size: 15px;
	background-color: #C6CBD7;
}
a:link {
        color: #666;
        text-decoration: underline;
}
a:visited {
        color: #A8A8A8;
        text-decoration: underline;
}
a:hover {
	color: Aqua;
	text-decoration: underline;
}

p {
	font-family: Verdana;
	line-height: 1.4em;
	font-size: larger;
	color: White;
}

#wrap {
	width: 910px;
	height: auto;
	min-height: 650px;
	margin-left: 15px;
	background-color: Black;
	border: 2px Gray;
	padding: 10px 10px 10px 10;
	text-align: left;
	color: White;
}


.rightcol {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	font-weight : normal;
}

.photocol {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	font-weight : normal;
}
 
#toprow {
        width: 890px;
}
#navrow {
	width: 890px;
	height: 40px;
	background-color: Black;
	text-align:center;
	vertical-align: top;
}
#navrow ul {
        margin: 0;
        padding: 5px;
}
#navrow ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#navrow ul li a:link, #navrow ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#navrow ul li a:hover {
        text-decoration: underline;
}
#contentrow {
	width: 790px;
	text-align: left;
	background-color: Black;
}

#leftcol {
        width: 600px;
        padding: 20px;
		vertical-align: top;
		margin-top: 0px;
}
#rightcol {
		width: 118px;
		float: right;
		margin: 10px;		
		border: solid 1px;
		border-top-width: 5px;
		padding: 10px;
		border-color: Gray;
		text-align: left;
	
}

#photocol {
		width: 175px;
		float: right;
		margin: 10px;		
		border: solid 1px;
		border-top-width: 5px;
		padding: 10px;
		border-color: Gray;
		text-align: left;
	
}

.boldgold { 
font-weight: bold; 
color: #CE9C00;

}

#footer {
	width: 890px;
	height: 20px;
	background-color: Black;
	text-align:center;
	vertical-align: bottom;
}


#footer ul {
        margin: 0;
        padding: 0;
}
#footer ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#footer ul li a:link, #footer ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#footer ul li a:hover {
        text-decoration: underline;
}
#copyright {
        width: 790px;
        margin: 5px auto 15px auto;
        font-family: Times, serif;
        color: #999;
        font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
}
div.clear {
        clear: both;
}
h1 {
	font-family: Verdana;
	font-size: 30px;
	color: Silver;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	text-align: center;
	line-height: 100%;
}

h2 {
	font-family: Verdana;
	font-size: 28px;
	color: Blue;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	text-align: center;
	line-height: 100%;
}


h3 {
	font-size: 20px;
	font-weight: bold;
	color: Red;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding-top: 10px;
}
h4 {
        display: block;
        border-top: 1px dotted #666;
        font-size: 13px;
        color: #666;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}



