@charset "utf-8";
/* CSS Document */

body {
	background:#999999;
	text-align:center;
}

a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */ 
a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */ 
a:hover {color: #CCCCCC}   /* mouse over link */ 
a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */

p {
 margin-top:0px;
 }

div.wrap {
	width:950px;
	background:#B4BEC0;
	border:#000000 thin solid;
	text-align:left;
	margin:auto;
}

div.header {
	height:188px;
	background:url(../images/header.jpg);
}

div.nav {
	float:left;
	width:287px;
	height:421px;
	position:relative;
/*	background:url(../images/nav.jpg);*/
}

div.middlecontainer {
	width:950px;
	overflow:hidden;
}

div.maincontent {
	float:left;
	width:663px;
	background:url(../images/main_middle.jpg) repeat-y;
}

div.mainhead {
	height:29px;
	background:url(../images/main_top.jpg);
}

h1 {	
	font-size:18px;
	color:#100F2F;
	font-weight:bold;
	padding-bottom:10px;
}

div.mainmiddle {
	padding-left:20px;
	padding-right:32px;
	min-height:280px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#100F2F;
	font-size:15px;
}

* html .mainmiddle {height:280px;}

div.mainbottom {height:106px;background:url(../images/graphic_excellence.jpg)}

/*div.mainbottom {height:46px;background:url(../images/main_bottom.jpg);}*/

div.bottom {
	height:20px;
	background:url(../images/bottom.jpg);
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	letter-spacing: -1px;
}

div#flash {
	position:relative;
	width:415px;
	height:50px;
	/*background-color:#0000FF;*/
	top:128px;
	left:534px;
}