
	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	font-size:14px;
	text-align:justify;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-image:url(../images/layout/gradientbg.png);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size: 14px;
	font-family: verdana; 
	letter-spacing:1px;
	line-height:25px;
	text-align:justify;
	color: #7c7c7c;
}

h1{
	color:#ffffff;
}

a:link{
	text-decoration:none;
	color:#ffffff;
}

a:visited{
	text-decoration:none;
	color:#ffffff;
}

a:hover{
	text-decoration:underline;
	color:#ffffff;
}

ol{
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:25px;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:25px;
}

li{
	text-align:left;
	padding-top:5px;
}

.pinktext{
	font-weight:bold;
	color:#bc1d46;
}

.rightalign{
	text-align:right;
	font-weight:bold;
}

.textbar {
	width:300px; 
	height:20px; 
	background-color:#ffffff;
	border:solid 1px #000000; 
	color:#f05329;
}

* html .textbar {
	width:290px; 
}

.textbox {
	width:540px; 
	height:150px; 
	background-color:#545454; 
	color:#ffffff; 
	font-family:tahoma;
}

*html .textbox {
	width:540px; 
}

.leftie{
	float:left;
	padding-right:10px;
	height:100px;
	width:150px;
}

.rightie{
	float:right;
	padding-left:10px;
	height:100px;
	width:150px;
}
	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:900px;
	text-align:center;
	background-image:url(../images/layout/patternbg.png);
	background-repeat:repeat;
}

.container{
	width:909px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:890px;
	height:111px;
	background: url(../images/layout/bg_top.png) no-repeat;
	float:left;
}

.flash{
	width:890px;
	height:300px;
	float:left;
}

.border{
	width:890px;
	height:6px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	background-image:url(../images/layout/bg_border.png);
	float:left;
}

.menu{
	width:890px;
	height:81px;
	float:left;
}

.content{
	width:890px;
	float:left;
}

.footerpad{
	width:890px;
	height:44px;
	background-image:url(../images/layout/bg_footerpad.png);
	background-repeat:no-repeat;
	float:left;
}

.footer{
	width:890px;
	height:115px;
	float:left;
}

.footerleft{
	width:445px;
	padding-top:45px;
	float:left;
}

.footerright{
	width:445px;
	padding-top:45px;
	text-align:right;
	float:left;
}


	/* Special

-----------------------------------------------------------------------------*/

.lefty{
	width:410px; 
	background-image:url(../images/layout/bg_lefty.png);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
}

.righty{
	width:410px; 
	background-image:url(../images/layout/bg_righty.png);
	background-repeat:no-repeat;
	float:left;
}

.divider{
	width:69px; 
	height:453px; 
	background-image:url(../images/layout/bg_divider.png);
	background-repeat:no-repeat;
	float:left; 
}

img, div, a, input { behavior: url(css/iepngfix.htc) }