@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0 ;
	padding: 0 ;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 13px ;
	color: #000000 ;
	background: url(../images/Clouds.jpg) ;
}

.hidden {
	display: none ;
}

div#page-container {
	width: 780px ;
	margin: auto ;
	border-left: 1px solid #666666 ;
	border-right: 1px solid #666666 ;
}

/*Layout Section Starts*/

/*Navigation Section Starts*/

div#nav {
	text-align: center ;
	background: #f77803 ;
	text-decoration: none ;
	font-weight: bold ;
}

div#nav a {
	text-decoration: none ;
}

div#nav a:hover {
	color: #00CC00 ;
	text-decoration: underline ;
}

/*Navigation Section Ends*/

div#header {
	height: 169px ;
	margin-top: 5px ;
	background-image: url(../images/vop101.jpg) ;
	background-repeat: no-repeat ;
}

div#navbar-a {
	float: none ;
	width: 780px ;
	text-decoration: none ;
	border-bottom: 1px solid #666666 ;
	background: #f77803 ;
}

div#navbar-a .padding {
	padding: 10px ;
}

div#main {
	text-align: center ;
	background: #FFFFFF ;
}

div#main .padding {
	padding: 25px ;
}

div#main h2 {
	margin: 0 ;
	padding: 0 ;
	padding-bottom: 15px ;
}

div#main p {
	margin: 0 ;
	padding: 0 ;
	padding-bottom: 15px ;
}

div#footer {
	clear: both ;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #333333 ;
	border-top: 1px solid #666666 ;
	border-bottom: 1px solid #666666 ;
	padding: 13px 25px ;
	line-height: 18px ;
	background-image: url(../images/footer.jpg) ;
	height: 70px ;
}

div#footer a {
	color: #333333 ;
	text-decoration: none ;
}

div#footer a:hover {
	color: #0066FF ;
}

div#footer #altnav {
	width: 450px;
	float: right;
	text-align: right;
}

/*Layout Section Ends*/