/* document - page structure */

	body { 
		font-size:.8em;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:center;
		margin:0;
	    padding:0;
		background-color:#000000;
		}
		
	#container {
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		width:960px;
		background-color:#ffffff;
		}	
		
	#full {
		width:940px;
		margin-left:10px;
		margin-right:10px;
		}
		
	#left {
		margin-left:10px;
		margin-right:10px;
		float:left;
		width:710px;
		}
		
	#right {
		background:url(images/keydates_bg.gif) repeat-y;
		float:left;
		margin-top:15px;
		width:220px;
		font-size:90%;
		}
		
		#right ul {
			padding-left:10px;
			padding-right:10px;
			margin-left:5px;
			margin-top:0;
			}
		
		#right ul li {
			margin-left:0;
			list-style-type:none;
			display:inline;			
			}
			
		#right h3 {
			padding: 10px 0 10px 30px;
			background:url(images/pin_icon.gif) 10px no-repeat;
			border-bottom:1px dotted #f2e6ce;
			}
		
		#keydatecap {
			background:url(images/keydatescap_bg.png);
			width:220px;
			height:109px;
			}

/* header */
		
	#header {
		background: url(images/header.jpg) no-repeat;
		width:960px;
		height:240px;
		}

/* navigation */
		
	#navbar { 
		background: url(images/navbar_bg.gif);
		text-align:left;
		margin: 0 auto;
		margin-bottom:0px;
		height:59px;
		width:960px;	
		}
		
		#navbar img {
			border:0;
			}
		
		#navbar ul {
			}
		
		#navbar ul li {
			list-style-type:none;
			display:block;
			}
		
/* main content */

	#content {
		overflow:auto;	
		margin:0;
		line-height:1.4em;
		}
		
/* page elements */

	p	{
		color:#333333;
		margin-top:1em;
		margin-bottom:1em;
		}
		
			
	/* headings */
	
	h1	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:160%; 
		color:#000000;	
		padding-top:5px;
		padding-bottom:5px;
		}

	h2	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:140%;
		color:#000000;
		padding-top:5px;
		padding-bottom:5px;
		}
	
	h3	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:120%; 
		color:#000000;
		padding-top:5px;
		padding-bottom:5px;
		}
											  
	h4	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:110%; 
		color:#000000;
		padding-top:5px;
		padding-bottom:5px;
		}
	
	h5	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:100%; 
		color:#000000;
		padding-top:5px;
		padding-bottom:5px;
		}
	
	h6	{ 
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-size:95%; 
		color:#000000;
		padding-top:5px;
		padding-bottom:5px;
		}		
		
/* links */
	
		a 			{ 
					font-weight: bold;
					color: #397bb4; 
					text-decoration: none;
					}

		a:hover		{ 
					font-weight : bold; 
					color : #448fcb; 
					text-decoration: underline;
					} 

		a:visited	{
        		    font-weight: bold; 
					color: #448fcb; 
	        	    text-decoration: none;
		        	}

		a:active	{ 
					font-weight : bold; 
				    color : #448fcb; 
				    text-decoration:underline;
					} 		
			
/* lists */
	
		ol li	{
				list-style-type: decimal;
				}
	
		ul li 	{ 
				list-style-type:square;
				}	
		
/* footer */

	#footer {
		background:url(images/footer_bg.gif);
		font-size:85%;
		text-align:center;
		clear:both;
		color:#ffffff;
		float:left;
		width:960px;
		height:144px;
		}
		
		#footer p {
			color:#ffffff;
			margin-top:45px;
			}
		
		#footer .important {
			font-size:120%;
			font-weight:bold;
			}
				
		#footer .offwhite, #footer .offwhite:visited {
			color:#ffffff;	
			font-weight:normal;		
			}
			
		#footer .offwhite:active, #footer .offwhite:hover {
			color:#ffffff;
			}	
			
	label.error { 
		color: #C00; 
		float:none;
		padding-left: .2em; 
		vertical-align: top; 
		font-weight:bold;
		font-variant:small-caps;
		display: none;
		}	
		

		
