/* DFP CSS Document */

body{
	width: 1024px; /*sets the width of the entire page within the browser window */
	margin-left:auto; /*centers frame in the middle of browser window regardless of screen resolution*/
	margin-right:auto; /*centers frame in the middle of browser window regardless of screen resolution*/
	background-color:#FFF;
	/*background-image:url(images/bkgd5.jpg);
	background-repeat: repeat;
	background-attachment: fixed;*/
}

#container{
	width: 950px; /*sets the width of the header pane */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: none;*/
}

#header{
	height:170px;
	width:100%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#headerleft{
	width: 15%;
	float: left;
	padding-left: 10%;
}

#headercenter{
	width: auto;
	text-align: center;
}

#headerright{
	width: 15%;
	float: right;
	margin-right: 10%;
	
}

#headerright-inside{
	height:120px;
	padding-top:40px;
	padding-left:20px;
}

#topnav{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 16px;
	z-index: 5;
	padding-top: 2px;
	padding-left: 75px;
}

#page{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*float: right;*/
	background-color: #FFF;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 25px;
}

#footer{
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	text-align: center;
	clear: both; /* forces footer to bottom of page */
	/*background-color: #FFF;*/
}

/* Currently unused divs:

#footer_left{
	width: 85%;
	height: auto;
	text-align: center;
	margin-right:auto;
	display: inline-block;
}

#footer_right{
	width: auto;
	height: auto;
	text-align: left;
	margin-left:auto;
	display: inline-block;
}

*/

#galleria{
	margin-left:auto;
	margin-right:auto;
}

hr{ 
	width: 87%;
	text-align: center;
	height: 2px;
	color: #009;
	background-color:#009;
	margin-top: 3px;
	outline-style: inset;
	/*margin: 0px;*/
	padding: 0px;
	/*display: inline-block;*/
	
}
	

/* BEGIN TEXT SECTION */


a{
	color: #003366;
	font-weight: bold;
}

h1{
	color: #000;
	font-size: 180%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h2{
	font-size: 160%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h3{
	font-size: 140%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h4{
	font-size: 125%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h5{
	font-size: 115%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h6{
	font-size: 105%;
	font-family: Garamond, "Times New Roman", Times, serif;
}

p{
	font-family: Garamond, "Times New Roman", Times, serif;
	line-height: 120%;
}

ul{

}

li{ margin-left: 0px;
	margin-right: 0px;
	/*list-style-image: url(images/bullet.png); Uncomment me to make bullets an image*/
}

