body
	{
	margin: 0px;
	display: block;
	text-align: center;
	background: url(bg.gif) repeat;
 	}

blockquote p 
	{
	  font-size: 11px;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

p a, p a:visited, p a:active
	{ 
	color: #91AACC; 
	text-decoration: none; 
	border-bottom: 1px dotted #5e80ad 
	}

p a:hover
	{ 
	color: #000000; 
	text-decoration: none; 
	border-bottom: 1px solid #000000 
	}

/* a img, a:visited img, a:active img, a:hover img { border: 0px } */

.item { padding: 14px; margin: 10px; border: 1px solid #dddddd; float: left; }

.caps, .intro
	{ font-size: 10px; text-transform: uppercase; letter-spacing: .09em; color: #91AACC; font-weight: bold; }

/* .intro { font-size: 14px; font-weight: bold; color: #91AACC;  } */ 

.copyright { font-size: 11px; font-style: italic; color: #cccccc; }

a.except,a:visited.except,a:active.except,a:hover.except
	{ border: none }

#main
	{
	width: 735px;
	border: none;
	text-align: left;
	padding: 0;
	margin: 4px auto 0px;
	background: url(screen_background.gif) repeat-y;
	}
	
#screen {
	width: 735px;
	margin: 0px;
	padding: 0px;
	min-height: 431px;
	position: relative;
	overflow: visible;
	visibility: visible;
	}
/* for Internet Explorer - thanks www.cssplay.co.uk */
/*\*/
* html #screen {
height: 431px;
	}
/**/
	
#btm {
		height: 88px;
		width: 735px;
		border: none;
		background-image: url(btm.jpg);
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

#content {
	float: left;
	text-align: left;
	clear: none;
	margin: 0px;
	width: 400px;
	padding: 20px 0px 0px 60px;
	overflow: visible;
	position: relative;
	visibility: visible;
	}	

#content p, #content input
	{
	  font-family: Verdana, sans-serif;
	  font-size: 11px;
	  line-height: 180%;
	  color: #444444;
	}

#content li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #444444;
	line-height: 17px;
	padding-bottom: 10px;
	}
#content a
	{ 
	color: #91AACC; 
	text-decoration: none; 
	border-bottom: 1px dotted #5e80ad 
	}

#content a:hover
	{ 
	color: #000000; 
	text-decoration: none; 
	border-bottom: 1px solid #000000 
	}

#menu {
	width: 188px;
	height: 414px;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 28px;
	top: 0px;
	background: url(menu_background.jpg) no-repeat left top;
	}

#menu ul {
		margin: 50px 0 0;
		padding: 0;
		
	}
		
#menu li {
		margin: 0;
		padding: 0;
		height: 28px;
		display: block;
		list-style-type: none;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 10px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		text-align: right;
		border-bottom: 1px solid #ccc;
	}

#menu li.last {
		border-bottom: 0px;
	}

#menu a:link, #menu a:visited {	
	 	line-height: 28px;
	 	color: #5e80ad;
		padding: 0px 12px 12px 0px;
		text-decoration: none;	
		border: 0px;
	}

#menu a:link.active, #menu a:visited.active, #menu a:hover 	{
		color: #000;
		background:url(tab.gif) no-repeat right top;

	}
#recipients li {
		color: #5e80ad;
		font-weight: normal;
		cursor: pointer;
		cursor: hand;
		
		list-style-type: none;
		list-style-image: url(right.gif);
		border-bottom: 1px solid #cccccc;
		margin-bottom: 0px;
		margin-top: 15px;
	}
	
#recipients div {
		display: none;
		padding: 13px;
		margin: 0px;
		color: black;
		background-color: #f4f4f4;
	    font-family: Verdana, sans-serif;
	    font-size: 10px;
	  	line-height: 180%;
	  	margin-bottom: 20px;	  	
	}
#recipients p {
	line-height: 17px;
	}

.tighter-leading {
	line-height: 17px;
	}

