@charset "UTF-8";

body  {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333; /*dark grey*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #000000;
	font-weight: normal;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:0px;
	overflow: hidden;  /*this is first of 3 part hack for even column heights - see sidebar1 padding*/
	background-color: #FFFFFF;
}
 
#header {
	padding-top: 0px;
	background-color: #000000;
	height: 142px;
	width: 800px;
	background: url(../media_jrpr/creative/pageheader_bg.jpg) no-repeat;
} 


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:300px;
	padding: 20px 0px 2000px 0px;  /*padding bottom is a hack to force columns to be same height*/
	margin: 0 0 -2000px 0;   /*margin bottom is second part of hack to force even columns*/
	background-color: #6633CC;
	
}

td {
	vertical-align: bottom;
}

						.year1 {
						color: #FF66FF;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 1.6em;
						font-weight: normal;
						padding-left: 14px;
						padding-right: 2px;
						padding-top: 0px;   /*remove padding top to align with title on rhs*/
						white-space: nowrap;
																}
																
						.year {
						color: #FF66FF;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 1.6em;
						font-weight: normal;
						padding-left: 14px;
						padding-right: 2px;
						padding-top: 7px;
						white-space: nowrap;
																}



						#sidebar1 a:link {
							color: #FFFFFF;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 1em;
							font-weight: bold;
							text-decoration: none;
							line-height: 1.7em;
																}
		
						#sidebar1 a:visited {
						color: #FF66FF;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 1em;
						line-height: 1.7em;
						font-weight: bold;
						text-decoration: none;

						}	
							
								
						
						#sidebar1 a:hover, #sidebar1 a:active {
						color: #FF66FF;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 1em;		
						line-height: 1.7em;
						font-weight: bold;
						text-decoration: none;
		
						}
						
								
				
				

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 325px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #FFFFFF;
	
} 

	h3 {          /*content title*/
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #6633CC;
	}
	

		
	
	

		
	p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 5px; /*to increase gap between paras*/
	}		
	
	.nowrap {
	white-space: nowrap;
}				
						#mainContent a:link {
	color: #6633CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
						}
						
						
						
						#mainContent a:hover {
							color: #000000;
							text-decoration:underline;
							
						}
						
						#mainContent a:active {
							color: #6633CC;
							
						}
						
						#mainContent a:visited {
							color: #9966CC;
							font-weight: bold;
							
						}






#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

