	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background: rgb(232,0,52);
		}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:0px;
		width:101px;
		height:100%;
		background: rgb(232,0,52);
		}

	#centercontent {
		background:#fff;
 		margin-left: 100px;
 		margin-right:100px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware bRowsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 102px;
   		margin-right:102px;
		}
	html>body #centercontent {
   		margin-left: 102px;
   		margin-right:103px;
		}

	#top_section h1 {
		width: 207px;
		height: 112px;
		padding: 0px;
		margin: 0px;
	}	
	
	#top_section h1 a {
		float: left;
		width: 207px;
		height: 0px !important; 
		height /**/:112px; /* for IE5/Win only */
		padding: 112px 0 0 0;
		background:url(/images/common/camsclogo.gif) no-repeat 0 0;
		overflow: hidden;
		text-decoration: none;
		text-indent: -5000px;
	}
	
	#top_navigation {
		background: url(/images/common/bottom_divider_gradient.gif) top repeat-x;
		height: 66px;
		padding-top: 10px;
		font-family: Arial;
		font-size: 12px;
		color: rgb(232,0,52);				
	}

	#top_navigation_links {
		list-style-type: none; 
		text-align: right;
		padding: 0; margin: 0;
	}

	#top_navigation_links li {
		display: inline;
		padding-left: 21px;
		padding-right: 21px;
		border-left: 1px solid #000;
	}
	
	#top_navigation_links li.first {
		border-left: none;
	}
	
	#top_navigation_links li.last {
		padding-right: 40px;
	}
	
	#top_navigation_links a {
		text-decoration: none;
		color: rgb(0,0,0);
	}
	
	#top_navigation_links a:hover {
		color: rgb(232,0,52);
	}

	#top_navigation_links_2 {
		list-style-type: none; 
		text-align: right;
		padding: 0; margin: 0;
		padding-top: 5px;

		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
		color: rgb(232,0,52);
		margin-bottom: 10px;
		letter-spacing: -0.5px;
	}

	#top_navigation_links_2 li {
		display: inline;
		padding-left: 22px;
		padding-right: 23px;
	}

	#top_navigation_links_2 a {
		text-decoration: none;
		color: rgb(0,0,0);
	}	

	#top_navigation_links_2 a:hover {
		color: rgb(232,0,52);
	}

	#top_navigation_links_2 li.last {
		padding-right: 40px;
	}
	
	#maincontent {
		overflow: auto;
		height: 100%;
		font-family: "Trebuchet MS";
		font-size: 10pt;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
		
	#copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 15px;
		background: url(/images/common/dotted_horizontal_divider.gif) top repeat-x;
		color: #000;
		font-family: "Trebuchet MS";
		font-size: 12px;
	}
	
	#copyright a {
		color: #000;
	}

	h3 {
		font-family: Arial;
		font-weight: bold;
		font-size: 13pt;
		color: rgb(232,0,52);
		margin-bottom: 13px;
		letter-spacing: -0.5px;
	}		
	
	#side_navigation {
		float: left;
		margin-left: 15px;
		width: 220px;
		padding-top: 10px;
		margin-top: 1px;
	}
	
	#side_navigation h3 {
		font-family: Arial;
		font-weight: bold;
		font-size: 13pt;
		color: rgb(232,0,52);
		margin-bottom: 10px;
		letter-spacing: -0.5px;	
	}

	#side_navigation h3 a {
		color: rgb(232,0,52);
	}
	
	#side_navigation h3 a:hover {
		color: rgb(232,0,52);
	}
	
	#side_navigation ul {
		margin-left: 15px;
		margin-top: 0px;
	}
	
	#side_navigation li {
		padding-bottom: 1em;
		font-size: 12px;
	}

	#side_navigation a {
		text-decoration: none;
		color: #000;
	}	
	
	#side_navigation a:hover {
		color: #000;
		background: rgb(216,217,218);
		border-bottom: 1px dotted rgb(216,217,218);
	}	
	
	#body_content {
		float: left;
		width: 475px;
		padding: 10px;
		border: 1px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		overflow: scroll;
		height: 304px;
	}

	#bottom_navigation_links {
		padding: 0; margin: 0;
		padding-top: 1px;
	}

	#bottom_navigation_links li {
		display: inline;
		padding-left: 4px;
		padding-right: 2px;
		border-left: 1px solid #000;
	}
	
	#bottom_navigation_links li.first {
		border-left: none;
	}
	
	#bottom_navigation_links a {
		text-decoration: none;
		color: rgb(0,0,0);
	}
	
	#bottom_navigation_links a:hover {
		color: rgb(232,0,52);
	}

