@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../layout/background.gif);
	background-repeat:repeat-x;
	background-color:#292c2d;
	text-align:center;
	margin:0;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin-top:25px;
}
td{
	font-size:.8em;
}
a{
	color:#ce9c6b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	color: #CCCCCC;
	font-size:1.8em;
}
h2{
	color:#ce9c6b;
}
h3{
	color:white;
}
h4{
	color:white;
	text-transform:uppercase;
}
hr{
	border:none;
	border-bottom:1px dashed #ce9c6b;
}
#shell{
	background-color:black;
	background-image:url(../layout/shell_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:760px;
	border:1px solid #392b1d;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	height:124px;
	background-image:url(../layout/441_logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
	border-bottom:1px solid #392b1d;
}
#nav{
	width:170px;
	float:left;
	margin-top:30px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	margin:0;
	padding:0;
}
#content{
	width:405px;
	float:left;
	margin-top:30px;
}
#column3{
	width:140px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	background-image:url(../layout/column3_gradient_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#column3 ul{
	list-style:none;
	color:#ce9c6b;
	margin:0;
	padding:0;
}
#column3 ul li{
	padding-bottom:10px;
}
#footer{
	clear:both;
	text-align:center;
	padding:15px;
}
#bottomNav{
	margin-top:15px;
}
#bottomNav a{
	color:#666666;
	text-decoration:none;
}
#bottomNav a:hover{
	text-decoration:underline;
}
.border{
	border:1px solid #ce9c6b;
}
.applicationHeader{
	font-weight:bold;
	color:#ce9c6b;
	font-size:1.5em;
	text-align:center;
}
