	body
	{
		background-color:#C6EDF8;
		margin:10px 0px 0px 0px;
		padding:0px;
		font-size:1em;
		line-height:1.5em;
		font-family:  "Lucida Grande", "Arial" ,Helvetica, sans-serif;	
	}

/* Div for content centering */
	div.wrap
	{
		margin: 0 auto 0 auto;
		text-align:left;
		border-top: solid 1px #6EAABB;
		background-color:#C6EDF8;
		width:760px;
	}
	
	table
	{
		border-collapse:collapse;
		width:100%;
		text-align:left;
	}

	tr
	{
		vertical-align:top;		
	}


/* top Banner */
	div.top
	{
		margin: 0 auto 0 auto;
		text-align:left;
		border: solid 1px #6EAABB;
		border-bottom:none ;
		background-color:#8FDCF2;
		min-width:749px;
		width:748px;
		padding: 55px 0px 0px 10px;
		font-size:32px;
		color:#00627E;
		height:35px;
	}


/* left side bar */
	td.left
	{
		width:160px;
		background-color:#BAE9F7;
		border-right:solid 1px #69C3DE;
		border-left:solid 1px #6EAABB;
	}


/* left sidebar link */
	td.left a
	{
		display:block;
		padding:5px 0px 5px 10px;
		text-decoration:none;
		color:#00627E;
		letter-spacing:2px;	
	}


/* left sidebar mouseover */
	td.left a:hover
	{
		background-color:#E1EBF8;
	}


/* left sidebar visited */
	td.left a:visited
	{
		text-decoration:none;
		color:#00627E;
	}


/* left sidebar link list */
	td.left ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
		border-bottom:solid 1px #DFF8FF;		
	}

	td.left li
	{
		border-top:solid 1px #DFF8FF;
		border-bottom:solid 1px #69C3DE;
	}

	td.left li.first
	{
		border-top:none;
	}

/* right side bar */
	td.right
	{
		width:190px;
		background-color:#BAE9F7;
		border-left:solid 1px #69C3DE;
		border-right:solid 1px #6EAABB;
		text-align:center;
		padding: 4px 4px 4px 4px;
	}


/* bottom section */
	div.bottom
	{
		margin: 0 auto 0 auto;
		text-align:center;
		border: solid 1px #6EAABB;
		background-color:#8FDCF2;
		font-size:10px;
		line-height:16px;
		color:#00627E;
		padding: 4px 0px 4px 0px;
		width:758px;	
		min-width:759px;
		letter-spacing:2px;
	}


/* bottom link */
	div.bottom a
	{
		font-size:12px;
		text-decoration:none;
		color:#00627E;
	}


/* bottom link mouseover */
	div.bottom a:hover
	{
		text-decoration:underline;
	}


/* bottom link visited */
	div.bottom a:visited
	{
		text-decoration:none;
		color:#00627E;
	}


/* bottom link list */
	div.bottom ul
	{
		margin:0px;
		padding: 0px 0px 3px 0px;
		list-style:none;
	}

	div.bottom li
	{
		list-style:none;
		display:inline;  
	}


/* main content */
	td.content
	{
		width:445px;
		font-size:11px;
		line-height:13px;
		letter-spacing:1px;
		word-spacing:2px;
		color:#646464;
	}


	div.content
	{
		padding:6px 6px 6px 6px;
		margin:5px;
		border:solid 1px #8FDCF2;
	}
	

/* content link */
	td.content a
	{
		font-size:11px;
		color:#00627E;
	}

/* p tag style */
	p
	{
		margin-bottom:10px;	
		margin-top:0px;	
	}


/* H1 tag style */
	h1
	{
		font-size:24px;
		color:#00627E;
		margin: 5px 0px 5px 0px; 
		padding-bottom:5px;
		font-weight:normal;
		border-bottom:solid 1px #69C3DE;
	}
	
/* H1 title tag style */
	h1.title
	{
		font-size:64px;
		color:#00627E;
		margin: 0px 20px 20px 0px; 
		padding-bottom:25px;
		padding-top:25px;
		font-weight:bold;
	}



/* H2 tag style */
	h2
	{
		font-size:18px;
		color:#00627E;
		font-weight:normal;	
		border-bottom:solid 1px #69C3DE;
		margin: 5px 0px 2px 0px; 
		padding-bottom:3px;
	}
	
	div.dummy
	{
		height:500px;
		background-color:#BAE9F7;	
		border: solid 1px #8FDCF2;
	}

