body 
{
	background-color: #e5f4f4;
	font-family: Arial, Verdana, Times New Roman;
	font-size:14px;
	color: #383838;
	overflow:scroll;
	text-align: center;
}

#page 
{
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width:1024px;
}
		
#body
{
	background-color: #ffffff;
	border-left: solid 2px #cddada;
	border-right: solid 2px #cddada;
	margin-top: -11px;
}

img
{
	border: 0;
}

.header
{
	position:relative;
	top: 30px;
	left: -34px;
	width:1093px;
	height:56px;
	background-image: url('../images/header_background.jpg');
	background-repeat:no-repeat;
}

.logo
{
	position:relative;
	top: -27px;
	left:35px;
}

.menuitem
{
	top: -45px;
	position:relative;
	left:145px;
}

.menu_selected { top: -40px; }

#menu_twitter
{
	top: -54px;
	position:relative;
	left:195px;
}

#swoosh_text
{
	text-indent: -9999px;
	background-position:center;
	background-repeat:no-repeat;
	width:524px;
	height:26px;
	position:absolute;
	left: 250px;
	top: 100px;
	z-index:1;
	margin-top:18px;
}

#content
{
	position:absolute;
	top:180px;
	left:40px
}
			
#swoosh
{
	left:159px;
	top:120px;
	position:absolute;
}

.greenarrow
{
	padding-bottom:1px;	
}
	
.footer
{
	position:relative;
	width:1093px;
	height:56px;
	left: -34px;
	background-image: url('../images/footer_background.jpg');
	margin-bottom:30px;
	font-family:Arial Rounded MT Bold;
	text-align:center;
	line-height:56px;
	color: #ffffff;
}

.footer a
{
	color: #ffffff;
}

.footer a:hover 
{
	text-decoration:none;
}

.arrowitem
{
	background-image: url('../images/greenarrow.png');
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:3px;
}

.arrowitem span
{
	margin-left:18px;
}

.arrowitem p
{
	padding-left: 26px;
	padding-bottom:5px;
}
			
.highlight_text
{
	color: #2A983F;
	font-weight:bolder;
}
			
h2
{
	font-family:Arial Rounded MT Bold;
	font-weight:normal;
	font-size:24px;
	color: #2B494E;
	padding-bottom:4px;
	margin-bottom: 15px;
	border-bottom: solid 1px #93C6CE;
	width:100%;
	font-variant:small-caps;
}		
			
h3
{
	font-family:Arial Rounded MT;
	font-size:24px;
	font-variant:small-caps;
	color: #2B494E;
	padding-bottom:4px;
	margin-bottom: 15px;
	border-bottom: solid 1px #93C6CE;
	width:100%;
}

.background .main
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url('../images/rounded_400x400.png');
	background-position:left top;
	z-index:0;
}

.background .right
{
	position:absolute;
	top:0px;
	right:0px;
	width:34px;
	height:100%;
	background-image:url('../images/rounded_400x400.png');
	background-position:right top;
	z-index:0;
}

.background .bottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height:34px;
	background-image:url('../images/rounded_400x400.png');
	background-position: left bottom;
	z-index:0;
}


.background .rightbottom
{
	position:absolute;
	bottom:0px;
	right:0px;
	width: 34px;
	height:34px;
	background-image:url('../images/rounded_400x400.png');
	background-position: right bottom;
	z-index:1;
}
            

            		