	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	font-size:13px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-image:url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e5dcce;
	font-size:13px;
	font-family:tahoma;
	line-height:20px;
	color:#000000;
}

h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#d22c03;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

a:link{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#00008c;
}

a:visited{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#00008c;
}

a:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#00008c;
}

a.footerlink:link{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#515151;
}

a.footerlink:visited{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#515151;
}

a.footerlink:hover{
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#515151;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:15px;
}

li{
	text-align:left;
	padding-top:5px;
}

.boldtext{
	font-weight:bold;
}

.italictext{
	font-style:italic;
}

.searchtextbar {
	width:131px; 
	height:15px; 
	background-color:#ffffff; 
	border:solid 1px #8f8f8f;
	margin-top:5px;
	margin-left:55px;
	color:#000000;
	float:left;
}

* html .searchtextbar {
	width:130px; 
	margin-top:6px;
}

.textbar {
	width:490px; 
	height:20px; 
	background-color:#545454; 
	color:#ffffff;
}

* html .textbar {
	width:480px; 
}

.textbox {
	width:540px; 
	height:150px; 
	background-color:#545454; 
	color:#ffffff; 
	font-family:tahoma;
}

*html .textbox {
	width:540px; 
}

.image{
	padding:1px;
	border:1px solid #000000;
}
	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:972px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:972px;
	height:225px;
	background-repeat:no-repeat;
	float:left;
}

.menubar{
	width:972px;
	height:28px;
	float:left;
}

* html .menubar{
	height:0px;
}

.menuleft{
	width:14px;
	height:28px;
	background-image:url(../images/layout/menuleft.png);
	float:left;
}

* html .menuleft{
	margin-bottom:-3px;
}

.search{
	width:213px;
	height:28px;
	background-image:url(../images/layout/search.png);
	background-repeat:no-repeat;
	background-color:#444444;
	float:left;
}

* html .search{
	margin-bottom:-3px;
}

.menu{
	width:731px;
	height:28px;
	float:left;
}

* html .menu{
	margin-bottom:-3px;
}

.menuright{
	width:14px;
	height:28px;
	background-image:url(../images/layout/menuright.png);
	float:left;
}

* html .menuright{
	margin-bottom:-3px;
}

.titlebar{
	width:972px;
	height:93px;
	float:left;
}

.titleleft{
	width:14px;
	height:93px;
	background-image:url(../images/layout/titleleft.png);
	float:left;
}

.title{
	width:193px;
	height:93px;
	background-image:url(../images/layout/title.png);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-right:20px;
	text-align:right;
	font-size:16px;
	color:#ffffff;
	float:left;
}

* html .title{
	width:213px;
	height:93px;
}

.subtitle{
	width:711px;
	height:63px;
	background-image:url(../images/layout/subtitle.png);
	padding-top:30px;
	padding-left:20px;
	color:#ffffff;
	float:left;
}

* html .subtitle{
	width:731px;
	height:93px;
}

.titleright{
	width:14px;
	height:93px;
	background-image:url(../images/layout/titleright.png);
	float:left;
}

.middle{
	width:932px;
	background-image:url(../images/layout/mainbg.png);
	background-repeat:repeat-y;
	padding-top:60px;
	padding-left:40px;
	float:left;
}

* html .middle{
	width:972px;
}

.content{
	width:892px;
	float:left;
}

.bottom{
	width:972px;
	height:39px;
	background-image:url(../images/layout/bottom.png);
	float:left;
}

* html .bottom{
	margin-top:-1px;
}

.footer{
	width:972px;
	height:60px;
	text-align:center;
	font-size:11px;
	line-height:15px;
	color:#515151;
	float:left;
}


img, div, a, input { behavior: url(css/iepngfix.htc) }