body {
    background-color : #FFFFFF;
    font-family : Myriad Pro Regular, Tahoma, Arial;
    font-size : 12px;
    text-align : center;
    color : #333366;
	 padding: 0;
	 margin: 0;
    /*background-image : url(images/gradient_bg.jpg);
    background-repeat : repeat-x;*/
}

a {
    color : #336699;
    text-decoration : underline;
}

a:visited {
    color : #336699;
    text-decoration : underline;
}

a:hover {
    color : #6BC6D9;
    text-decoration : none;
}

a:active {
    color : #6BC6D9;
    text-decoration : none;
}

#PageContainer {
    width : 100%;
	 height: auto;
    margin-left : auto;
    margin-right : auto;
    background-color : #FFFFFF;
    text-align : center;
}

#Container {
	width: 100%; /* change back to 1300 */
	height: 718px;
	margin-left : auto;
   margin-right : auto;
	/*border: 1px solid #336699;*/
}

#Left {
	width: 250px;
	height: 718px;
	float: left;
	text-align: left;
	/*border: 1px solid;*/
}

#Image {
	width: 250px;
	float: left;
	height: 718px;
	position: absolute;
	left: 250px;
   top: 0px;
}

#Content {
	width: auto;
	text-align: left;
	margin-left: 500px;
	/*border: 1px solid;*/
}

#Strapline {
	color: #336699;
	font-size: 24px;
	height: 145px;
	line-height: 30pt;
	padding: 30px 25px 25px 25px;
}

#Menu {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 16px;
	padding: 25px;
	height: 468px;
}

a.menu {
    color : #FFFFFF;
    text-decoration : none;
	 display: block;
}

a.menu:visited {
    color : #FFFFFF;
    text-decoration : none;
}

a.menu:hover {
    color : #6BC6D9;
    text-decoration : underline;
}

a.menu:active {
    color : #6BC6D9;
    text-decoration : underline;
}

#Header {
	background-color: #6BC6D9;
	color: #336699;
	font-size: 16px;
	height: 160px;
	padding: 20px 25px 25px 25px;
}

.title {
	/*font-size: 60px;*/
	font-size: 3.75em; /* 60px/16=3.75em */
}

.subtitle {
	/*font-size: 35px;*/
	font-size: 2.18em; /* 35px/16=2.18em */
}

#Text {
	color: #333366;
	font-size: 14px;
	padding: 24px;
	height: 465px;
	overflow: auto;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.label {
	float: left;
	width: 200px;
	text-align: left;
	clear: both;
}

.value {
	float: left;
	width: 400px;
	text-align: left;
}

input.width {
	width: 250px;
}

#Footer {
	background-color: #6BC6D9;
	color: #666666;
	text-align: left;
	height: 25px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 25px;
	clear: both;
}

a.footer {
	color: #666666;
	text-decoration: none;
}

a.footer:visited {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#Bar {
	background-color: #336699;
	height: 25px;
}