			body {
				font-size:12px;
				font-family:Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";
				background-image:url(images/bg-main.jpg);
				background-repeat:repeat-x;
				margin:0 auto;
				background-color:#FEEDB7;
			}			

			div.content {
				width: 100%;  /* this will create a container 80% of the browser width */
				height:100%;
				margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		
			}			
			
			div.footer {
				background-image:url(images/bg-footer.jpg);
				background-repeat:repeat-x;
				background-color:#B5C6FE;	
				width:100%;
			}
			
			a.link { 
				font-size:14px;
				color:#003366;
			}
			a.link:hover { 
				color:#fff;
			}
			
			a.linkDark { 			
				font-size:14px;
				color:#003366;
			}
			a.linkDark:hover { 
				color:#0066CC;
			}						
			
			input.forms {
				border:1px solid #99CCFF;
				padding:5px;
				font-size:14px;
				font-family:Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";			
				background-image:url(images/bg-forms.png);
				background-repeat:no-repeat;
			}
			
			textarea.forms {
				border:1px solid #99CCFF;
				padding:5px;
				font-size:14px;
				font-family:Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";			
				background-image:url(images/bg-forms.png);
				background-repeat:no-repeat;				
			}			
			
			select.forms {
				border:1px solid #99CCFF;
				padding:5px;
				font-size:14px;
				font-family:Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";			
				background-image:url(images/bg-forms.png);
				background-repeat:no-repeat;				
			}			