/* CSS Style Sheet for ROSWELL DOCS */
/* written by Drew Celestino for Roswell Park Cancer Institute, 2008 */


/* Layout Controls */

body	{
	background: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	}

#wrapper	{
	width: 794px;
	border: 2px solid #003399;
	margin: 0 auto;
	height: 900px;
	background: url(images/background.gif) no-repeat #FFFFFF;
	background-position: top;
	}

#container	{
	width: 794px;
	height:120%;
	min-height: 700px;
	padding: 0px;
	text-align: left;

	}
	
#head	{
	width: 794px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	background-position: top;
	}
	
#center	{
	width: 475px;
	margin: 85px 165px 0px 130px;
	padding-bottom: 10px;
	}
	
#maincontent	{

	}
	
	
#left	{
	width: 120px;
	margin: 50px 0px 0px 0px;
	padding-top:40px;
	padding-bottom: 2px;
	float: left;
	}
	
#right	{
	width: 163px;
	min-height: 384px;
	margin: 0px;
	padding-bottom: 65px;
	float: right;
	}
	
#leftlinks	{
	width: 120px;
	padding: 5px;
	}
	
#rightlinks	{
	width: 124px;
	margin-left: 37px;
	padding: 5px;
	}
	
#headbuttons	{
	text-align: right;
	margin: 2px 2px 0px 0px;
	}
	
#headlinks	{
	margin-left: 200px;
	}
	
#headlinks	ul	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#headlinks li	{
	margin: 0px 5px;
	display: inline;
	}

.headerul	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	list-style-type: none;
	}

#video	{
	width: 475px;
	}

#videoleft	{
	float: left;
	width: 320px;
	}
	
#videoleft object	{
	border: 1px solid #003399;
	}
	
#videoright	{
	float: right;
	width: 148px;
	margin-left: 5px;
	}

/* Text & Link Attributes */

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	visibility: hidden;
	}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	}
	
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	}

.boldunderline	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	}

#headlinks a:link	{
	color: #FF0000;
	text-decoration: none;
	}
	
#headlinks a:active	{
	color: #003399;
	text-decoration: none;
	}
	
#headlinks a:hover	{
	color: #003399;
	text-decoration: none;
	}
	
#headlinks a:visited	{
	color: #FF0000;
	text-decoration: none;
	}	

#leftlinks a:link	{
	color: #003399;
	text-decoration: none;
	}
	
#leftlinks a:active	{
	color: #FF0000;
	text-decoration: none;
	}
	
#leftlinks a:hover	{
	color: #FF0000;
	text-decoration: none;
	}

#leftlinks a:visited	{
	color: #003399;
	text-decoration: none;
	}
	
#rightlinks a:link	{
	color: #003399;
	text-decoration: none;
	}
	
#rightlinks a:active	{
	color: #FF0000;
	text-decoration: none;
	}
	
#rightlinks a:hover	{
	color: #FF0000;
	text-decoration: none;
	}

#rightlinks a:visited	{
	color: #003399;
	text-decoration: none;
	}
	
#maincontent a:link	{
	color: #FF0000;
	}
	
#maincontent a:active	{
	color: #003399;
	}
	
#maincontent a:hover	{
	color: #003399;
	}
	
#maincontent a:visited	{
	color: #FF0000;
	}
	
#footer a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	}
	
#footer a:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	}
	
#footer a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	}
	
#footer a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	}	
