	body{
		margin: 0;
		padding: 0;
		font-family: arial, sans-serif;
		font-size: 12px;
		background: #f1f9fd url(images/cali-mark-large.gif) top right no-repeat;
		}
		
		h1{
		font-size: 18px;
		margin: 0;
		padding: 0;
		}
		
		#logo{
		width: 740px;
		background-color: #f1f9fd;
		padding: 30px 0 10px 30px;
		}
		
		#logo-container{
		width: 770px;
		background-color: #f1f9fd;
		position: fixed;
		color: #fff;
		}
		
		#site-container{
		width: 770px;
		background: #021263 url(images/ds-side.gif) top right repeat-y;
		bottom: 0;
		color: #fff;
		}
		
		#navcontainer ul
		{
		padding: 0;
		margin: 0;
		background-color: #ffdb00;
		color: White;
		float: left;
		width: 765px;
		font-family: arial, sans-serif;
		border-top: 1px solid #e7b901;
		}
		
		#navcontainer ul li { display: inline; }
		
		#navcontainer ul li a
		{
		padding: 8px 10px;
		background-color: #ffdb00;
		color: #021263;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		float: left;
		border-right: 1px solid #e7b901;
		}
		
		#navcontainer ul li a:hover
		{
		background-color: #e7b901;
		color: #021263;
		}
		#left-col{
		width: 414px;
		float: left;
		margin: 30px 0 10px 30px;
		letter-spacing: .1em;
		line-height: 16px;
		}
		#right-col{
		width: 250px;
		float: right;
		color: #8193f7;
		border-left: 10px solid #ffdb00;
		font-family: Times, serif;
		font-size: 22px;
		padding: 0 0 0 20px;
		margin: 30px 10px 30px 0;
		}
		#footer{
		width: 745px;
		padding: 8px 10px;
		background-color: #ffdb00;
		color: #021263;
		letter-spacing: 1px;
		text-align: center;
		}
		
		.yellow{
		color: #ffdb00;
		}
		
		.presentation a:link {text-decoration: none; color: #8193f7; font-weight: normal;}
		.presentation a:visited {text-decoration: none; color: #8193f7; font-weight: normal;}
		.presentation a:active {text-decoration: none; color: #8193f7; font-weight: normal;}
		.presentation a:hover {text-decoration: none; color: #fff; font-weight: normal;}
		
		a:link {text-decoration: none; color: #fff; font-weight: bold;}
		a:visited {text-decoration: none; color: #fff; font-weight: bold;}
		a:active {text-decoration: none; color: #fff; font-weight: bold;}
		a:hover {text-decoration: underline; color: #fff; font-weight: bold;}
		
		.footer a:link {text-decoration: none; color: #021263; font-weight: normal;}
		.footer a:visited {text-decoration: none; color: #021263; font-weight: normal;}
		.footer a:active {text-decoration: none; color: #021263; font-weight: normal;}
		.footer a:hover {text-decoration: underline; color: #021263; font-weight: normal;}