
/* CSS Document */

#DevLandingArea  /* Page Background - total height including padding must add up to 861px */
{
	height:731px;   /* Value = Subtract padding-top & Padding-bottom from 861px */
	min-height:731px; /* same as above */
	padding-top:040px; /* Depending on design */
	padding-bottom:50px; /* must be 50px */
	background-color:#fff; /* Color of the bottom part of the background image */
	background-position:left top; 
	background-repeat:no-repeat;	
	
}
/*  ie 6 doesn't understand the > selector and ignores it */
html>body #DevLandingArea {height:auto;}

#DevBodyArea .DevPageTitle /* Page Title */
{
	font-family: "Myriad Pro", Arial; /* Depending on design */
	font-size:20px;
	color:#00638f;/* Depending on design */
}

#DevBodyArea .DevPageLink /* Content List Title */
{
	font-family: "Myriad Pro", Arial; /* Depending on design */
	font-size:18px;
	color:#fff;/* Depending on design */
	text-decoration:none;
}

DevBodyArea P /* Content List Preview */
{
	font-family:Arial;
	font-size:12px;
	padding: 2px 10px 5px 0px;
	margin:0px;
}


#DevContentArea  /* Page Background - total height including padding must add up to 861px */
{
	height:401px;   /* Value = Subtract padding-top & Padding-bottom from 861px */
	min-height:401px; /* same as above */
	padding-top:350px; /* Depending on design */
	padding-bottom:50px; /* must be 50px */
	background-position:right top; 
	background-repeat:no-repeat;
	width:673px;
	position:relative;
	left:10px;
	background-color:#fff; /* Color of the bottom part of the background image */
}

a:link {
color:#009687;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color:#009687;
text-decoration: none;
}
