html, body {
	padding:0;
	margin:0;
	border:0;
	background-color:#080e05;
	font-size:12px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

.shell {
	width:783px;
	background-image:url(images/swirl1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:auto;
	z-index:0;
	min-height:370px;
	*height:370px;
}

.albumen {
	background-image:url(images/swirl2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:53px 46px 28px 21px;
	min-height:100%;
	*height:100%;
}

/* Left Column Styles */
.lcol {
	width:235px;
	float:left;
	padding-left:19px;
	position:absolute;
	z-index:3;
}

.logo {
	height:49px;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.photo {
	height:292px;
	background-image:url(images/photo.jpg);
	background-repeat:no-repeat;
}

#nav {
	width:177px;
	margin:0 9px;
	background-color:#2d451f;
	background-image:url(images/lnav-btm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:20px;
	font-family:Georgia, "MS Serif", "Garamond Premier Pro", "Times New Roman", "Garamond", serif;
	font-style:italic;
	color:#ececf0;
	font-size:18px;
}

	/* Lnav list styles */
#nav ul {
	margin:0;
	list-style-type:none;
	padding:0;
	border:0;
	width:177px;
}
#nav li {
	margin:0;
	list-style-type:none;
	padding:0;
	border:0;
	width:177px;
}
#nav a {
	margin:0;
	padding:0;
	border:0;
	color:#ececf0;
	text-decoration:none;
	width:177px;
	/*height:19px;*/
	line-height:19px;
	display: block;
	border-bottom:1px dotted #CCCCCC;
}

#nav a:hover {
	color:#636726;
	border-color:#636726;
}
#nav a#current { 
	/*color:#CCCCCC;
	border-color:#636726;*/
	text-align:right;
}
	/* END Lnav list styles */

.footer {
	width:220px;
	margin:0 9px;
	color:#2d451f;
	text-align:center;
}
/* End Left Column Styles */
/* Right Column Styles */
.rcol {
	width:442px;
	float:right;
	margin-left:261px;
	margin-top:34px;
	position:absolute;
	z-index:3;
}

.rcol-yolk {
	background-color:#e9e9ec;
	background-image:url(images/content_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:306px;
	_height:306px;
	padding:17px 19px 20px 20px
}
.rcol a#current { 
	text-decoration:none;
}

.rcol_left {
	width:265px;
	float:left;
}

.rcol_right {
	width:120px;
	float:right;
	border-left:2px dashed #bebfac;
	margin-top:15px;
	text-align:right;
}

.rcol_full {
	width:385px;
	float:left;
}

.rcol_right img {
	border:2px solid #636726;
	margin-bottom:20px;
}

.rcol-btm {
	height:10px;
	background-image:url(images/content_btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.footernav {
	text-align:center;
	color:#e9e9ec;
}
.footernav ul {
	padding:4px 0;
	margin:0;
	list-style:none;
	
}
.footernav li {
	padding:0 0;
	margin:0;
	display:inline;
}
.footernav a {
	padding:0px 7px 0px 7px;
	border-left:1px solid;
	border-color:#584b0e;
}
.footernav ul li:first-child a {
	border-left:0px;
}
.footernav a#current { 
	color:#3d3408;
}
/* End Right Column Styles */
.bridge {
	height:278px;
	background-color:#dee1e0;
	z-index:1;
	position:absolute;
	top:104px;
	background-image:url(images/bridge_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:716px;
	float:left;
}

.bridgein {
	height:278px;
	background-image:url(images/bridge_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}
a.button {
	position:absolute;
	width:259px;
	height:59px;
	text-align:center;
	line-height:50px;
	padding:20px 0 20px 0;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	margin:10px auto;
	color:#FFFFFF;
	text-decoration:none;
}
a.button:hover { color:#990000;}

/************* TEXT STYLES ****************/
p, h1, h2, h3, h4, h5 {margin:0;}
p, h2, h3, h4, h5 {
	padding-top:8px;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, Garamond, "Times New Roman", "MS Serif", serif;
	color:#2d451f;
	font-weight:normal;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:11px;
}
a{color:#584b0e;}
a:hover{text-decoration:none;}
li {
	padding:8px 0 0 0;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
}
ul {
	padding-left:10px;
	margin-left:10px;
	padding-bottom:8px;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
}
img {
	border:none;
}
.colorgreen {
	color:#2d451f;
}
.colorgray, .colorgray a { color:#999999;}
.colorblue {color:#000099;}
.colorred {color:#ff0000;}
.colorbrown {color:#990000;}
.colormagenta {color:#990099;}
.colorpink {color:#ff00ff;}
.colorbrblue {color:#0000ff;}
.colordkblue {color:#000099;}
.colorturq {color:#009999;}
code
{
	font:.9em Monaco, monospace, Courier, "Courier New";
	font-family:Consolas, "Lucida Console", Monaco, monospace;
	font-size:12px;
	padding:0 3px
}

pre
{
	font-family:Consolas, "Lucida Console", Monaco, monospace;
	font-size:11px;
	color:#000;
	margin:0;
	padding:0
}

pre code
{
	font-size:1em;
	background:transparent;
	padding:0
}
.codeblock
{
	overflow-y: hidden;
	overflow-x: scroll;
	scrollbar-face-color: #c2c2c2;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-color:#FFFFFF;
	border:1px dashed #CCCCCC;
}
.short { overflow-x:hidden;}

.codeblock .line_numbers
{
	text-align:right;
	overflow:visible;
	background-color:#fff;
	padding-right:5px
}

.codeblock pre
{
	font-size:11px;
	line-height:14px
}
/*********** END TEXT STYLES **************/

/* Form definition list styles */
dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:both;
}

dt {
	float: left;	
	width: 50%;
	text-align: left;
	display: block;
	margin: 0px;
}

dd {
	margin-left: 49%;
	vertical-align: top;
	margin: 0px;
}
/* Hover Effects */

dl:hover {
	background-color: #eaebdc;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

.inputwidth { width:120px;}
.textareadims { width:120px; height:80px;}
