*
{
	margin: 0px;
	padding: 0px;
}

#scrollcontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	margin-left: 90px;
	margin-right: 90px;
	color: #464648;
	
	width: 624px;
	height: 440px;
	position: absolute;
	overflow:auto;
	
	z-index:100;
}

p
{
	padding-bottom:20px;
}

ul
{
	margin-left:20px;
	list-style:square;
	margin-bottom:20px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #143578;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #143578;
}

span.blue
{
	font-family: Arial, Helvetica, sans-serif;
	color: #143578;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a
{

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #143578;
}

div.span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:5px;
}

body
{
	background-color: #a2a3a5;
}

#container
{
	width: 1024px;
	height: 694px;
	margin: auto;
}

#bannerleft
{
	width: 260px;
	height: 100%;
	float: left;
	position: relative;
	background-image: url(../images/bannerleft.jpg);
}

#copyright
{	
	height: 52px;
	width: 260px;
	bottom: 0px;
	position: absolute;
    opacity: 0.2;   
    filter: alpha(opacity=23);   
    -moz-opacity: 0.23;   
    background-color: #143578; 
	z-index: 1;
}

#copyrighttext
{
	line-height: 52px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	padding-left: 45px;
}

#copyrighttext, #copyrighttext a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
}

#menu
{
	width: 764px;
	height: 51px;
	float: left;
	background-color: #c9d0e0;
	border-bottom: 1px #FFF solid;
}

#menu, #menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.menuitem
{
	width: 143px;
	height: 51px;
	border-right: 1px #FFF solid;
	float: left;
}

.menuitemactive
{
	width: 143px;
	height: 51px;
	border-right: 1px #FFF solid;
	float: left;
	cursor: pointer;
}

#item1 .menuitemtop
{
	background-image: url(images/menuitem2.jpg);
}

#item2 .menuitemtop
{
	background-image: url(images/menuitem2.jpg);
}

#item3 .menuitemtop
{
	background-image: url(images/menuitem2.jpg);
}

#item4 .menuitemtop
{
	background-image: url(images/menuitem2.jpg);
}

.menuitemtop
{
	width: 100;
	height: 32px;
	border-bottom: 1px #FFF solid;
}

.menuitemtop img
{
	display: none;
}

.menuitembottom
{
	width: 100;
	height: 18px;
	background-image: url(../images/menu.jpg);
	line-height: 18px;
	text-align: center;
}

.menuitembottomactive
{
	width: 100;
	height: 18px;
	background-image: url(../images/menu_over.jpg);
	line-height: 18px;
	text-align: center;
}


#contentcontainer
{
	width: 764px;
	height: 642px;
	background-image: url(../images/content_gradient.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #FFF;
	float: left;
}

#content
{
	width: 674px;
	height: 505px;
	padding-top: 85px;
	padding-left: 50px;
	padding-right: 40px;
	position: relative;
}

#contentbg
{
	width: 477px;
	height: 159px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/content_bg.png);
}

#ticker
{
	width: 764px;
	height: 52px;
	clear: both;
	background-color: #c9d0e0;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	color: #143578;
}