﻿
body {	
		font-family:Arial, Helvetica, sans-serif;
		line-height: 1.4; /*adds a little extra space between the lines */	
		font-size:12px;
		padding:0px 5px 5px 5px;
			}
	

a:link {color:#008000;}      /* unvisited link */
a:visited {color:#008000;}  /* visited link */
a:hover {color: blue;}  /* mouse over link */
a:active {color:#008000;}  /* selected link */
.sidenav a:hover {color: #008000;}  /* mouse over link */


.sidenav {position:relative;
		left: 0px;
		top: 25px;
		width: 14%;
		height:auto;
		float: left;
		border-color: #008000;
		border-style: solid;
		border-left: 0px;
		border-top: 0px;
		border-bottom: 0px;
}

.sidenav p{font-size: 10pt;
		font-weight: bold;
}



.content {
		position:relative;
		width: auto;
		float: left;
		width: 75%;
		background-image:url('../EPGCLogowmk650.JPG');
		background-position:center;
		background-repeat:no-repeat;
		padding:5px;
					}


h1 {font-size: 16pt;
	color:#008000;	}

h2 {font-size: 12pt;
	color:#008000;	}

h3 {font-size: 10pt;
	color:#008000;	}
	
h4 {font-size: 9pt;
	color:#000;	}

	
hr {height: 2px;
	width: 95%;
	color: #008000;	}	
	
p {	font-size: 9pt;
	color:black;
	}	

#headlines {
	font-size: 9pt;
	float: right;
	border: 1px solid #666366;
	width: 30%;
	border-style:dashed;
	padding:5px 5px 5px 10px;
	background-color:#d7ebd7;
	margin:5px 0px 5px 10px;

}
#headlines p{
	font-size: 10pt;

}



#footer { padding:10px;
	margin:10px;
	}

.clear {
	clear:both;
}

p.center {
	text-align:center;
}

.center {
	text-align:center;
}

.leftblock {
	float:left;
}

.rightblock {
	float:right;
}

.column123 {
	width:30%;
	float:left;
	padding:5px;
}

a.boldbuttons{
background: transparent url('../images/roundedge_green_left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:active.boldbuttons_sm{
color: white; /*button text color*/
}

a:hover.boldbuttons_sm{
color: white; /*button text color*/
}

a:visited.boldbuttons_sm{
color: white; /*button text color*/
}

a:link.boldbuttons_sm{
color: white; /*button text color*/
}

a:active.boldbuttons{
color: white; /*button text color*/
}

a:hover.boldbuttons{
color: white; /*button text color*/
}

a:visited.boldbuttons{
color: white; /*button text color*/
}

a:link.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge_green_right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
display: inline;
}

a.boldbuttons_sm{
background: transparent url('../images/roundedge_green_left_small.gif') no-repeat top left;
display: block;
float: left;
font: bold 10px Arial; /* Change 13px as desired */
line-height: 11px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 20px; /* Height of button background height */
padding-left: 5px; /* Width of left menu image */
text-decoration: none;
}

a.boldbuttons_sm span{
background: transparent url('../images/roundedge_green_right_small.gif') no-repeat top right;
display: block;
padding: 5px 5px 5px 1px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons_sm{ /* Hover state CSS */
text-decoration: underline;
}

.spacer {	width: 10px;
float:left;
		}

