/* CSS Document */

body{
	padding : 0;
	margin : 0;
/*	background-color : #ffffff;*/
/*	background-color : #C1C1C1; */
	background-color:#333333;
}


/* Layer Positioning */

#Content {
	position:absolute;
	left : 50%;
	top : 25px;
	height : 600px;
	width : 760px;
	margin-left : -380px;
	background-color : #FFFFFF;
	z-index : 10;
	}
	
#parentdiv{
	position:absolute;
	left : 50%;
	top : 25px;
	width : 760px;
	margin-left : -380px;
	background-color : #FFFFFF;
	z-index : 20;
}

#logo{
	height : 118px;
	width : 730px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-color : #2c3d61;
	z-index : 50;
}

#menu{
	height : 24px;
	width : 730px;
	margin-left: 15px;
	margin-right: 15px;
	background-color : #2c3d61;
	z-index : 60;
}

#leftheading{
	height : 30px;
	width : 415px;
	margin-top: 48px;
	margin-left: 15px;
	z-index : 50;
}

#leftcolumn{
    float: left;
	margin-top: 10px;
	padding-left: 15px;
	left : 15px;
	width : 415px;
	z-index : 60;
}

#rightimages{
    float: right;
	margin-top: -20px;
	padding-right: 15px;
	padding-bottom: 15px;
	height : 420px;
	width : 275px;
	z-index : 50;
}

#widecolumn{
    float: left;
	margin-top: 10px;
	padding-left: 15px;
	left : 15px;
	width : 730px;
	z-index : 60;
}

#footer {
  background: #333333;
  clear: both; 
  height: 25px;
  width: 760px;
  z-index : 100;
}

/* Text Styling */

p{  /* body text */
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0px;
}

h1{  /* heading */
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0px;
}

h2{  /* heading */
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #2c3d61;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : -10px;
}

a:link, a:visited, a:active{
	text-decoration : underline;
	color : #2c3d61;
}

a:hover{

	color : #000000;
}


/* classes */
.bold{ font-weight:bold; }

a.pudding_link:link{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #003399;
 text-decoration: none;
}

a.pudding_link:visited{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #003399;
 text-decoration: none;
}

a.pudding_link:hover{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #003399;
 text-decoration: underline;
}
