@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: tahoma, arial, verdana, helvetica;
	font-size: 10pt;
	line-height: normal;
	background-color: black;
}

.oneColLiqCtrHdr #container {
	width: 800px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 700px;
}

table#content {
	margin: 0px;
	padding: 0px;
	height: 700px;
	width: 800px;
}

td#top {
	background-image: url(pv_images04/);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 800px;
}

td#left {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 350px;
}

td#right {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* START gallery styles */

table.gallery {
	margin-left: 25px;
	background-image: url(pv_images04/Panels/white.gif);
}

td.thumb {
}

td.caption {
}

col#thumb  {
	height: 72px;
	width: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}

col#caption  {
	width: auto;
}

/* Start right hand side backgroud styles */

table#main {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/main_pg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table#australia {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/australia2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table#muse {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/muse2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table#conference {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/gala_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table#youth {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/youth2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table#london{
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/singforthecure.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



table#web {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(pv_images04/Panels/pv4right_web.gif);
	background-repeat: no-repeat;
	background-position: left top;
}





/* START CSS styles for navbar 8*/

td#blank {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}

td.button {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 80px;
}

/* START css styles for typography */

p{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 13px;
	line-height: normal;
}

li {
	
	font-size: 13px;
	line-height: normal;
}

p a {
	color: #382E76;
	text-decoration: none;
}

p a:visited {
	color: #382E76;
	text-decoration: none;
}

p a:hover {
	color: #382E76;
	text-decoration: underline;
}

h1 {
	padding-left: 25px;
	padding-right: 25px;
	color: #382E76;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 16px;
}

h1 a {
	text-decoration: none;
	color: #C70750;
}
h1 a:visited {
	text-decoration: none;
	color: #C70750;
}
h1 a:hover {
	color: #382E76;
	text-decoration: underline;
}

/* START css styles for BILLING info */

.billing {
	color: #FFFFFF;
	background-color: #BA9F67;
	margin: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.billing2 {
	color: #FFFFFF;
	background-color: #C70750;
	margin: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* START css styles for NAV FOOTER */

table#nav {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 800px;
	background-color: black;
	text-align: left;
	overflow: hidden;
}

td#CPA {
	background-color: #1A1A1A;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 625px;
}

img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

td.issue {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 25px;
}

/* END NAV FOOTER styles */

