@charset "utf-8";
/* ==================================================
	Author: Matt Garrison 
	Site: http://www.cs.state.ny.us/youngadultoptionnype
	Description: Civil Service youngadultoptionnype Website Stylesheet
	================================================== */
	
/* ======================================
	 ===== Browser Reset */
@media print, screen {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{padding: 0em 3em 1em 2em}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,p,ol,ul{font-size:100%;font-weight:normal; font-family:Arial, Helvetica, sans-serif}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
img {margin: 0;}


html { height: 100%; width: 100%; }
strong {font-weight:bold}
body {
	font-size: 62.5%; 
	color: #000032;
	background: url(imgs/bodybg.jpg) repeat-y top left #fff;
	height: 100%; width: 100%;
}

#header {
		background: url(imgs/headerbg.jpg) repeat-x top left #fff;
		width: 100%;
}
#logo { float: left; margin-right: 30px; } 
#header h1 { font-size: 2.4em; color: #fff; padding: 30px 30px; height: 63px;  }

#content { font-size: 1.4em; margin: 20px 40px 0 250px; padding-bottom:.5em}
h2 {font-size: 1.6em; padding-bottom:1em}
h3 {font-size: 1.5em; padding-bottom:1em}
h4 {font-size: 1.4em; padding-bottom:1em}
p {padding-bottom:1em}
A:link, A:active {
  color: #000032;
  text-decoration: underline;
}

A:hover {
  color:#000032;
  text-decoration: underline;
}

A:visited {
  color:#000032;
  text-decoration: underline;
}

}