/*	Since the Logo and Navigation bar are in absolutely positioned DIVs (Layers), we can set
	the body's top and left margins to clear them both so that the main content is properly placed.
	Note that margin shorthand values are used: 84px 0 0 248px. Shorthand notation always refers
	to the values in this order: Top Right Bottom Left. Think of TRouBLe and you'll remember.
*/
body {
	background-color: #F2B8CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width:780px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	
	background-color:#F2e3b7;
}	


.clear {clear:both;}


#maincontent {
	background-image: url(/images/column_top.jpg)bg color="#FEF5DA">;
	background-repeat: no-repeat;
	width: 520px;
	height: 550px;
}
h2 {margin: auto; font-size: 1.5em; font-weight: normal;}
h2.first {margin: 0;}
h3 {font-size: 1.3em;}

/* Container for the Menu */
#p7swapmenu {
	background-color: #F2e3b7;
	border: 1px solid;
	border-color: #FFCCCC #FFFFFF #FFFFFF #FFFFFF;
	left: 1px;
	padding: 6px;
	width: 230px;}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color:#F1E0AB;
	border: 1px solid;
	border-color: #ffffff #000000 #000000 #ffffff;
	color:#ffffff;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #Ffffff;!...VOL BUTTONS...!
	color: #000000;!...TEXT ON VOL BUTTONS...!
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(/images/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */this is the issues in vol.
.open a {
	background-image: url(/images/menminus.gif);
	background-color:#FCF4C6;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: #FCF4C6;
	background-image: url(/images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#000000;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
.style1 {color: #FFADC1}
.style2 {color: #000000}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #B78C1C;
}
a:active {
	text-decoration: none;
}

