@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/


/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	font-size:0.875em;
}

 
.twoCol #container { 
 	width: 100%;   
	background: #FFFFFF url(pepinimages/topbg.jpg) repeat-x left top;
	margin: 0 0;  
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCol #header{
	background: url(pepinimages/logo2.jpg) no-repeat left top;
	border:0;
	height:114px;
	width: 100%;
	padding-left: 0;
	display: block;
	 
}

.twoCol #header img{
 padding:0px;
 border:0px;
 margin:0px;
} 
.twoCol #mainContent {
 	
	width:auto;
	text-align:left;
	padding-left:150px;
	padding-right: 30px;
	
	 
	 
} 
.twoCol #mainContent img{
	padding:10px;
}
.twoCol #sidebar1 {
	float: left;
	width: 140px;
	background: #ffffff url(pepinimages/leftcolumn.jpg) repeat-y left top;
	padding: 0;
	margin: 0;
}
.twoCol #sidebar1 p{
 padding: 5px;
 font-size:12px;
}
/*-----------------------------------------------------------------------------*/
 
.twoCol #footer{
	background:#ffffff;
	padding: 0 10px 0 0px;
	background: #ffffff url(pepinimages/leftcolumn.jpg) repeat-y 1px top;
	line-height: 14px;
	margin-left: -1px;
	
}

 
/*----- END STRUCTURE --------------*/

 
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
#hdrbox{ 
 width: 225px;
 height:150px;
 float:right;
}

	.notice4{
	width:340px;
	float:right;
	text-align:left;
	padding:2%;
	border: thin solid #CCCCCC;
	background-color:#efefef;
	font-size:12px;
	 
	}
.tbar{
	width: 600px;
	background-color:#efefef;
	border: thin solid #cccccc;
	padding: 3px;
}
.mbar{
	width:600px;
	background-color:#FFFFCC;
	border-left: thin solid #cccccc;
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	padding:3px;
	font-size:0.875em;
}
.leftbox{
	width:280px;
	float:left;
}
.rightbox{
	width: 280px;
	float:right;
	
	}
.notice3{
	width:auto;
	margin:10px;
	text-align:left;
	padding:10px;
	border: thin solid #CCCCCC;
	background-color:#EAEEF7;
}
.menuformat{
	position: fixed;
	padding:10px;
	background-color: #ACBBDF;
}
.menuformat a{
	text-decoration:none;
	color:#000;
	 
}
.menuformat a:hover{
	text-decoration:underline;
	color:#174013;
}
.breadcrumb{
	font-variant: small-caps;
	color: #374A7B;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.breadcrumb a{
 color:#374A7B;
 text-decoration:none;
}
.breadcrumb a:hover{
 text-decoration:underline;
}
/*-------------- Navigation ----------------*/
 
#navigation{
	width: 132px;
	margin-left:4px;
	display:block;
	background-color: #164796;
	border-width: 1px;
	border-style: none;
	border-style: solid;
	border-color: #ffffff;
}
#navigation ul {
	margin: 0px 1px 0px 0px;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	text-align: left;
	margin: 0;
	width:132px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #164796;
 	 
	
}
#navigation ul li a{
	color: #FFFFFF;
	display:block;
	
}


#navigation li#active a {
	display:block;
}
 
 
#navigation a:hover {
	background-color: #1C58BD;
}

h1{
	padding: 10px 0;
	font-size: 1.75em;
	line-height:1.75em;	 
 
	color: #313131;
}
h2{
	padding: 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #465C98;
}
h3{
	 
	font-size: 1.125em;
	font-weight: bold;
	color: #174013;
}
h4{
	padding: 10px 0;
	font-size: 1em;
	font-weight: bold;
}
h6{
font-size: 1.125em;
	font-weight: bold;
	color: #ff0000;
}
p{
	padding:10px 0;
}
.smalllink{
	font-size:0.66em;
}
/*  ---------  END TYPOGRAPHIC --------- */
