* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font: 1.2em Arial, sans-serif;
	/*background: #666666;*/
	/*background: #332978; */
	background: #01144D; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: small;
}
p {
	color: #000000;
	font: 1.2em arial,sans-serif;
} 
ul {
	list-style-type: disc;
}
li {
	font: 1.2em arial,sans-serif;
	margin-left: 20px;
}

pre {
	font-size: 1.2em;
}
.center {
	color: #000000;
	font: 1.2em arial,sans-serif;
	text-align:center;
} 
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	position: relative;
	width: 960px;
	font-size: 0.9em;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	/*height: 175px;*/
	background: #f0f0f0;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	/*background-image:url(images/23_background.png);
	background-position:center;
	background-repeat:no-repeat;*/
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* testing */
	width: 800px;
	/*max-width: 700px;*/
	border: 1px solid #000000;
	margin-left: 70px;
	margin-top: -10px;
	/*z-index: 50;*/
	position: relative;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent_bg {
	background-image:url(images/23_background.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* testing */
	width: 800px;
	border: 1px solid #000000;
	margin-left: 70px;
	margin-top: -10px;
	/*z-index: 50;*/
	position: relative;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
}
.oneColFixCtrHdr #center {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.oneColFixCtrHdr #footer {
	font: 0.8em Arial, sans-serif;
	position: relative;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	/*background: url(footer.jpg) no-repeat;*/
	/*background: #ED51D3;*/
	background: #499BF2;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
}
.oneColFixCtrHdr #survey{
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 212px;
	height: 32px;
	text-align: center;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #7CD95F;*/
	background-image:url(images/button_survey.jpg)
	/*bottom:0;*/
}
.oneColFixCtrHdr #survey a{
	height: 32px;
	display: block;
	/*background-color: #7CD95F;*/
}
.oneColFixCtrHdr #survey a:hover{
	/*background-color: #ED51D3;*/
	background-image:url(images/button_survey_01_sel.jpg)
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.bottom_text {
	width:960px;
	position: inherit;
	text-align:center;
	bottom: 0px;
	/*border: solid 1px black;*/
}

/* styles for expandable links */
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

.strong {
	color: #000000;
	font: 1.0em arial,sans-serif;
	font-weight:bold;
} 
