html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #DCE3EF url(../images/page/bg-tile.gif) top center repeat;
}
td, th, div, img, li { behavior: url(src/iepngfix.htc)}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #493F73;
}
#bg {
	background: url(../images/page/bg-birds.gif) top center no-repeat;
}
#container {
	margin: 0 auto;
	width: 980px;
	background: #FFFFFF url(../images/page/content-bg.gif) top left repeat-y;
}
#header {
}
#message {
	float: right;
	display: inline;
	position: relative;
	margin: 40px 30px -70px 0;
	line-height: 30px;
}


#nav {
	padding: 0 0 0 47px;
	height: 26px;
	position: absolute;
	z-index: 2;
}


#content {
	padding: 60px 80px 20px;
	clear:both;
	background: url(../images/page/swan-edge.gif) top right no-repeat;
}
h1 {
	margin: 0 0 25px;
	padding: 0 0 11px;
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #363B74;
	background: url(../images/page/dot.gif) bottom left repeat-x;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #94A5C5;
	text-transform: uppercase;
}
p {
	margin: 15px 0;
}

#standard p {
	font-size: 12px;
	line-height: 20px;
	color: #636072;
}
#standard h2 {
	margin-top: 40px;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 980px;
}
#tag {
	margin: 0 0 -46px;
	position: relative;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
#tag div {
	padding-left: 30px;
	white-space: nowrap;
	font: 13px/30px Georgia, "Times New Roman", Times, serif;
	color: #C3C8DA; /* softer colour */
	color: #363B74;
	letter-spacing: 1px;
}
#tag div strong {
/*	color: #9B9FBC;
	font-weight: normal;*/
}

#legal {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 20px;
}
#legal a {
}
#legal a:hover {
}


a {
	color: #363B74;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #CCCCCC;
	padding: 1px 2px 0;
}
input, select {
	height: 18px;
}

.pic {
	margin: 7px 0 10px 30px;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
.mini {
	font-size: 9px;
	line-height: 12px;
}

.infotable, .infotable_side {
	margin: 10px 0;
}
.infotable th, .infotable_side th {
	background: #DCE3EF url(../images/page/dot.gif) bottom left repeat-x;
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #363B74;
	padding: 7px 10px 10px;
}
.infotable td, .infotable_side td {
	padding: 7px 10px 10px;
	background: url(../images/page/dot.gif) bottom left repeat-x;
}
.infotable tr:hover, .infotable_side tr:hover {
	background-color: #F8F8F8;
}

.infotable_side th {
	text-align: left;
	width: 20%;
}
