body{ 
	font-family:arial,helvetica, verdana, sans-serif;
	margin:0px;
	text-align:center;
	font-size:11px;
}
a img{border:none;}
a {color:#990066;}
#container{	
	border-top:solid 9px #000000;
	border-bottom:solid 7px #000000;
	width:922px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:10px;
	padding-right:8px;
	height:97%;
}
#content {
	width:100%;
}
#container td{
	vertical-align:top;
}
#logo{
	margin:5px 0px 0px 0px;
	float:left;
}

/* Navigation Styles */
#nav{
	float:right;
	display:inline;
	padding:0px;
	margin:0px;
}
#nav li{
	float:left;
	list-style-type:none;
}
#nav a{
	text-decoration:none;
	font-family: myriad, arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ff0e99;
}
#topBlockLeft {
	text-align: left;
	width: 49%
}
#topBlockRight {
	text-align: right;
	width: 51%
}
/* End Navigation Styles */

/* Footer Styles */
#footer{
	width:922px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#footer div{
	float:left;
	color:#999999;	
}
#footer a{
	color:#999999;
}
#footerLinks{
	margin-left:278px;
}
/* End Footer Styles */

/* Homepage Specific Styles */
.smallPinkBox{
	text-align:left;
	background-image:url(images/home_box.jpg);
	width:217px;
	height:90px;
	margin:10px 0px 0px 10px;
	padding:0px;
	float:right;
	font-size:12px;
	position: relative;
}
.smallPinkBox IMG {
	border: 0px;
}
.smallPinkBox p{
	margin:11px 16px;
}
.smallPinkBox a{
	color:#660033;
	font-size:11px;
}
#rightWithStar{
	background-image:url(images/home_boxStar.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.homeBottomBlocks{
	float:left;
	width:216px;
	padding-left:6px;
}

.homeBottomBlocks p{
	margin:5px 13px 0px 5px;
	font-size:11px;
}
/* End Homepage Specific Styles */

/*Button Styles*/ 
.button { 
	border: 1px solid #B4B4C7; 
	background: #ffffff; 
	/* white border fix for Firefox - includes margin-top from ".button a" */ 
	padding: 0px 2px; 
	padding-bottom: 2px;
	line-height:25px;
} 
html > body .button{padding-top:1px}
.button:hover { 
	background: #B4B4C7; 
} 
.button a, .button a:hover { 
	padding: 1px 17px 1px 8px; 
	margin-top: 2px; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #ffffff; 
	white-space:nowrap; 
	background-image: URL(images/arrow_button.gif); 
	background-repeat: no-repeat; 
	background-position: 98% 50%; 	
} 
/*.buttonConfirm { 
	background: #A55D19; 
} */
.buttonGo { 
	background: #cb0577; 
}
/* End Button Styles */
.floatLeft {float:left;}
.larger{
	font-size:18px;
}
p{
	font-size:12px;
}
H2 {
	font-size:14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.subColumn{
	float:left;
	width:410px;
	margin:0px 10px;
	padding: 5px;
	font-size:12px
}
.subColumn p{
	margin-bottom:15px;
}
.subColumn li{
	font-size:12px;
}
.verticalDivider {
	float: left;
	margin: 0px;
	padding: 0px;
}
.verticalDividerEnd {
	float: right;
	margin: 0px;
	padding: 0px;
}
.grayHeader{
	font-weight:bold;
	font-family: myriad, arial, helvetica, verdana, sans-serif;
	color:#333333;
	font-size:11px;
	background-color:#e5e5e5;
	width:100%;
	padding:5px 0px 5px 10px;
}	


#subRightFloatingP{
	width:300px;
}
html > body #subRightFloatingP{
	width:330px;
}
.subTable{
	font-size:12px;
}
.small{font-size:9px;}

