@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'antipastoregular';
    src: url('antipasto_regular-webfont.eot');
    src: url('antipasto_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antipasto_regular-webfont.woff2') format('woff2'),
         url('antipasto_regular-webfont.woff') format('woff'),
         url('antipasto_regular-webfont.ttf') format('truetype'),
         url('antipasto_regular-webfont.svg#antipastoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
font-family:'antipastoregular', Arial,Helvetica, Sans-Serif;
font-size:16px;
color:#3a3a3a;
line-height: 18px;
letter-spacing:1px;
}

h1, .componentheading, h2, .contentheading{
	margin:-20px 0 -20px -26px;
	padding:0 0 0 20px;
	height:50px;
	line-height:40px;
	background:url(../images/title.png) top left no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}

h3 {
font-family:'antipastoregular', Arial,Helvetica, Sans-Serif;
font-size:22px;
line-height:26px;
color:#0f5587;
text-decoration:none;
margin:10px 0;
padding:0 0 10px 0;
}

h4{
font-family:'antipastoregular', Arial,Helvetica, Sans-Serif;
font-size:18px;
line-height:22px;
color:#006aa6;
text-decoration:none;
}

h6{
	margin:0;
	padding:0 0 0 10px;
	height:50px;
	line-height:40px;
	background:url(../images/purple-middle.png) top left no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}

a:link{
text-decoration:none;
color:#006aa6;
}

a:visited{
text-decoration:none;
color:#006aa6;
}

a:active{
color:#006aa6;
text-decoration:none;
}

a:hover{
text-decoration:none;
color:#555555;
}

#copyright a{
  color:#ffffff;
}

li,dd{
margin-left:5px;
}

fieldset{
padding:.5em;
}

ul.actions { 
    list-style: none; 
    padding:0 15px 0 0; 
    float: right; 
    text-align: right; 
} 
  
ul.actions li { 
    display: inline; 
} 

.page-header{
	border:none;
}

.btn{
  margin-bottom:10px;
}