body, html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body
{
	background-color:#DBDBDB;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

img
{
	border:none;
}

p, div, dl, dt, .csc-textpic csc-textpic-center csc-textpic-below, .csc-textpic-imagewrap, .csc-textpic-image csc-textpic-lastcol, img
{
	margin:0;
	padding:0;
}

a
{
	
}

/* ----------------------------------------------------------------------------- */

#wrap
{
	width:650px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#6C6C6C;
	background-color:#817F7F;
}

#mainnav
{
	width:650px;
	height:22px;
	background-color:#817F7F;
}

#subnav
{
	width:650px;
	height:22px;
	background-color:#9A9999;
}

#subsubnav
{
	width:645px;
	height:22px;
	background-color:#B0ADAD;
	padding-left:5px;
}

#imgnav
{
	width:645px;
	height:22px;
	background-color:#9A9999;
	padding-left:5px;
}

#description
{
	width:630px;
	margin-left:0px;
	color:#DBDBDB;
}

#content
{
	width:650px;
	min-height:360px;
	background-color:#913830;
}

/* IE only */
*html #content
{
	height:360px;
}

.content-text
{
	width:565px;
	min-height:345px;
	padding-left:10px;
	padding-right:75px;
	padding-top:15px;
	text-align:justify;
}
/* IE only */
*html .content-text
{
	height:345px;
}

#description .content-text
{
	min-height:0px;
	height:auto;
}

/* ---- LINKS --------------------------------------- */

/*#content a*/
.internal-link, .download, .mail, .external-link-new-window
{
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
	font-weight:bold;
}

.internal-link:hover, .download:hover, .mail:hover, .external-link-new-window:hover
{
	color:#888888;
}

#description a
{
	color:#DBDBDB;
}

#description a:hover
{
	color:#555555;
}


/* ---- LINKS --------------------------------------- */

#content a
{
	background-image:none;
	padding-left:0;
}

.imgwrap
{
	width:650px;
	height:360px;
}

.back-link
{
	padding:4px 0px 0px 5px;
}

.back-link a
{
	color:#555555;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0px 0px 5px;
}

.back-link a:hover
{
	color:#DBDBDB;
}


.mainnav-img-last
{
	position:relative;
	left:123px;
}


