/* Start of CMSMS style sheet 'Main' */
body {
		color: #000000;
		font-size : 12pt;
		font-family : Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		border-color: #666666;
		background: #ffffff url(images/black.gif) repeat-y;
}

#header {
	width:100%;
	background: #000000 url(images/background.gif) repeat-x;
}
	#header img
	{
		border:0px;
		margin:0px;
		padding:0px;
		float:left;
	}
	#header #bar
	{
		clear:left;
		width: 780px;
		height:38px;
		float:none;
		padding: 0px;
		margin: 0px;
	}
	
img.profile
{
	float:left;
	padding: 0px 10px 10px 0px;
}

#navigation {
  float:left;
  background: black url(images/nav_bg.jpg) no-repeat;
  width:100%;
  font-size:75%;
  line-height:normal;
	padding: 0px;
	margin: 0px;
  }
#navigation ul {
  margin:0px;
  padding:10px 68px 0;
  list-style:none;
  }
#navigation li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#navigation a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 2px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
  color:#333;
  }
#navigation #current {
  background-image:url("images/left_on.gif");
  }
#navigation #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:3px;
  }

table#container {
	clear:both;
}
	
#content {
	margin: 20px;
	width: 850px;
}


h1 { 
	color: #b82617;
	font-size : 18pt;
	 }
	
h2 
{
	color: #b82617;
	font-size : 12pt;
	font-weight: bold;
	font-style : italic
}

a:link, a:visited	{color: #666666;}
a:hover {color: #b82617;}
/* End of 'Main' */

