#container
{
	width: 760px;
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0;
	top: 0;

}

#hpContent
{
	width: 356px;
	padding: 338px 20px 20px 20px;
}

#content
{
	width: 336px;
	padding: 30px 30px;
	background: url(../images/rounded2.jpg) 0 0 no-repeat scroll;
}

#RHS 
{
	margin: 0 0 0 533px;
	width: 474px;
	padding: 0;
	float: right;
}

#footer
{
	clear:both;
	width: 493px;
	text-align: center;
}

#r1
{
	position: absolute;
	left: 396px;
	top: 0px;
}

#r2
{
	position: absolute;
	left: 396px;
	top: 249px;
}


#r3
{
	position: absolute;
	left: 618px;
	top: 249px;
}

#r4
{
	position: absolute;
	left: 396px;
	top: 337px;
}

#r5
{
	position: absolute;
	left: 577px;
	top: 337px;
}

#r6
{
	position: absolute;
	left: 577px;
	top: 371px;
}

#r7
{
	position: absolute;
	left: 396px;
	top: 467px;
}

#flashcontent
{
	height: 100%;
}

/* Type and styling */

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: url(../images/background.jpg) top left repeat-x scroll;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.3em;
	color: #000;
	height: 100%;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #032D57;
	position: relative; 
}

a:hover
{
	color: #044691;
}

p.footer
{
	color: #333;
}

.center
{
	text-align: center;
}

h1
{
	font-size: 140%;
	font-weight: bold;
	color: #044691;
}

h2, h3
{	
	font-size: 120%;
	font-weight: bold;
	color: #044691;
}

h4
{
	font-size: 100%;
	font-weight: bold;
	color: #044691;
}

ul
{
	list-style-image: url('../images/bullet.gif');
}


/* Forms */

form
{
	width: 100%;
	color: #0769D7;
}

fieldset
{
	padding: 20px;
	border:1px solid #0769D7;
	font-weight: bold;
}

label
{
	color: #044691;
}

input, textarea
{
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
}

.ftext
{
	color: #3D6B8F;
	font-size: 1.2em;
	font-weight: normal;
}

img.linkage
{
	border-style: solid;
	border-width: 2px;
	color: inherit;
	vertical-align: top;
	padding: 5px;
	background-color: #000;
}

table
{
	margin: 0 20px;
	padding: 6px;
	border: 0;
}

.thumbnail
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}	

.thumbnailR
{
	float: right;
	margin: 0 0 5px 5px;
}

