body
{	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background-color: #dddddd;
	text-align: center;
	margin-top: 0px;
	padding-top:0px;
	min-width: 760px;
}

img
{	border: 0;
}

H1
{	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #072368;
}

#container
{	position: relative;
	width: 800px;
	margin: auto;
	text-align: left;
}

#logocontainer
{	position: absolute;
	top:  10px;
	left: 600px;
	width: 150px;
	z-index: 2;
}

#headercontainer
{	position: absolute;
	top:  0px;
	left: 0px;
	height: 125px;
	width: 760px;
	background-image: url(images/topback.png);
}

#fullcontainer
{	position: absolute;
	top:  155px;
	left: 20px;
	width: 760px;
	height: 335px;
	padding: 0px 10px;
	color: #555555;	
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	border-left: 1px solid;
	border-color: #aaaaaa;
	overflow: auto;
}

#contentcontainer
{	position: absolute;
	top:  155px;
	left: 350px;
	width: 380px;
	height: 335px;
	padding: 0px 10px;
	color: #555555;	
	font-size: 13px;
	line-height: 14px;
	font-style: normal;
	border-left: 1px solid;
	border-color: #aaaaaa;
	overflow: auto;
}

#contentcontainer H1
{	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

#contentcontainer A
{	color: blue;
	text-decoration: none;
}
#contentcontainer A:hover
{	color: red;
	text-decoration: none;
}

#logocover
{	float: right;
	top: 0px;
	width: 150px;
	height: 20px;
}


#footercontainer
{	position: absolute;
	top:  500px;
	left: 0px;
	width: 760px;
	height: 80px;
	border-color: #aaaaaa;
	text-align: center;
	padding-top: 25px;
	background-image: url(images/baseback.png);  
}

#validated
{	float: left;
	padding-left: 15px;
}

#footer
{	position: relative;
	width: 750px;
	top:  40px;
	text-align: center;
	color: #1c741c;
}

#footer P
{	font-size: 12px;
	font-weight: bold;
}

.link
{	float: right;
	width: auto;
}

#navigationcontainer
{	position: absolute;
	top:  25px;
	right: 15px;
	height: 25px;
	border-color: #aaaaaa;
	text-align: center;
}

#navigationcontainer a
{	background-color: #63749A;
	color: white;
	padding: 3px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid white;
}

#navigationcontainer a:hover
{	background-color: transparent;
	color: black;
	font-weight: bold;
}

#navigationcontainer a.selected
{	background-color: #072368;
}

#navigationcontainer a:hover.selected
{	background-color: transparent;
}

#leftcontainer
{	position: absolute;
	left: 0px;
	top: 155px;
	height: 335px;
	width: 335px;
}

#boxcontainer
{	position: absolute;
	left: 0px;
	top: 155px;
	height: 335px;
	width: 335px;
	background-image: url(images/couple2.png);
}

#boxcontainer A
{	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.box
{	position: absolute;
	width: 150px;
	height: 150px;
	padding: 5px;
	background-color: transparent;
	
}

.box A:hover div
{	background-image: url(images/transboxbg.png);
}

.box:hover
{	color: gray;
/*	background-color: #9ACD32;*/
	background-image: url(images/transboxbg.png);
}

#box1
{	left: 0px;
	top:  0px;
	color: #307e90;
	background-color: transparent;
/*	background-image: url(images/blueboxbg.png);*/
}
#box2
{	left: 175px;
	top:  0px;
	color: #009A00;
	background-color: transparent;
/*	background-image: url(images/greenboxbg.png);*/
}
#box3
{	left: 0px;
	top:  175px;
	color: #7D3FC2;
	background-color: transparent;
/*	background-image: url(images/purpleboxbg.png);*/
}
#box4
{	left: 175px;
	top:  175px;
	color: #FFA500;
	background-color: transparent;
/*	background-image: url(images/orangeboxbg.png);*/
}

.box H2
{	position: absolute;
	color: white;
	display: block;
	font-size: 24px;
	line-height: 40px;	
}

.box H2 a
{	color: white;
	font-size: 24px;
	line-height: 40px;	
	display: block;
	width: 100%;
	height: 100%;
}
.box H2 a:hover
{	color: black;
	font-size: 24px;
	line-height: 40px;	
	display: block;
	width: 100%;
	height: 100%;
}

#box4 H2, #box3 H2
{	bottom: 8px; 
}
#box2 H2, #box4 H2
{	right: 16px;
}
#box1 H2, #box2 H2
{	top: 8px; 
}
#box1 H2, #box3 H2
{	left: 16px;
}

.box:hover H2
{	color: black;
}

.box P
{	display: none;
}

.box:hover P
{	color: white;
	line-height: 16px;
	display: block;
	position: absolute;
}

#box2:hover P, #box4:hover P
{	right: 10px;
	text-align: right;
}
#box3:hover P, #box4:hover P
{	top: 5px;
}
#box1:hover P, #box2:hover P
{	bottom: 5px;
}
#box1:hover P, #box3:hover P
{	text-align: left;
	left: 10px;
}

SPAN.more
{	color: white;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
}
span.more a
{ color: white;
}

P.strong, SPAN.strong
{	font-weight: bold;
}
	