
/* Style Sheet For NRGR Website */

/* Styles for links */

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#015272;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#015272;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#660000;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	font-weight:bold;
	color:#015272;
	background-color: transparent;
}

body{
	font-family: Arial, Helvetica, Verdana, Sans-serif; Serif;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/gray-background.jpg);  /* April 2007 */
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;  /* top right bottom left */
}

#primary_template{
	font-size: 10pt;  /* July 2011 */
	width: 700px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: justify;
	margin: 0px 50px 0px 50px;  /* top right bottom left */
}


#primary_template table {
	border: 3px solid #800080;  /* purple, was #CD5C5C indian red */
	font-size: 10pt;  /* July 2011 */
}

#primary_template table tr td {
	border: 3px solid #DDA0DD;  /* medium purple, was #CD5C5C indian red */
	font-size: 10pt;  /* July 2011 */
}

/* Stlye to left/right-float an image within a paragraph */

#primary_template p img.f-left {
	float: left;
	margin: 5px 25px 5px 0px;  /* top right bottom left */
}

#primary_template p img.f-right {
	float: right;
	margin: 5px 0px 5px 25px;  /* top right bottom left */
}

#photo_thumbnails table {
	border: 0px solid #800080;  /* purple, was #CD5C5C indian red */
	font-size: 10pt;  /* July 2011 */
}

#photo_thumbnails table tr td {
	border: 0px solid #DDA0DD;  /* medium purple, was #CD5C5C indian red */
	font-size: 10pt;  /* July 2011 */
}

#text-in-a-box {
	background-color: #FFFFFF;  /* white */
	border: 1px solid #800080;  /* purple */
	padding: 0px 20px 0px 20px;  /* top right bottom left */
	margin: 10px 10px 10px 10px;  /* top right bottom left */
}

h1{
	font-size: 1.8em;
	/* text-decoration: underline; */
	font-weight: bold;
	color: #006600;  /* green */
}

h2{
	font-size: 1.6em;
	/* text-decoration: underline; */
	font-weight: bold;
	color: #006600;  /* green */
}

h3{
	font-size: 1.4em;
	/* text-decoration: underline; */
	font-weight: bold;
	color: #006600;  /* green */
}

h4{
	font-size: 1.2em;
	/* text-decoration: underline; */
	font-weight: bold;
	color: #006600;  /* green */
}


