#nav, #nav ul{
	margin:0;
	padding:0;
	/*list-style-type:inherit;*/
	list-style-position:outside;
	position:relative;
	line-height:1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#nav a{
	display:block;
	padding:5px 10px;
	color:#666;
	text-decoration:none;
	background: url("../images/menu_off.gif") repeat-x top left;
	font-size: 14px;
}

#nav a:hover{
	display:block;
	padding:5px 10px;
	background: url("../images/menu_on.gif") repeat-x top left;
	color:#0574bc ! important;
	font-size: 14px;
}

#navsub ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.1em;
	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#navsub a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	/*background-color: #ec588a;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ec588a;
	border-right-color: #ec588a;
	/*border-bottom-color: #ec588a;*/
	border-left-color: #ec588a;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/menu_sub_off.gif);
}

#navsub a:hover{
	color:#0574bc ! important;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0574bc;
	border-right-color: #0574bc;
	border-bottom-color: #0574bc;
	border-left-color: #0574bc;
	background-image: url(../images/menu_sub_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav li{
	float:left;
	position:relative;
	padding: .02em;
	list-style-type: none;
}

#nav ul {
position:absolute;
display:none;
width:10em;
top:2.5em;
}

#nav li ul a{
width:10em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:12em;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.regnow  {
	font-size: 15px; 
	font-weight: bold  ! important; 
}

.pinkLeftNavLinks	{
	color: #ec588a  ! important;
}

.pinkLeftNavLinks a	{
	color: #ec588a;
	text-decoration: none  ! important;
}

.pinkLeftNavLinks a:hover	{
	color: #ec588a;
	text-decoration: underline  ! important;
}

.pinkLeftNavLinks a:active	{
	color: #ec588a;
	text-decoration: none  ! important;
}



/*  FAQs code */

body {
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	margin:0px;
}
.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#666666;
	font-size:12px;
	/*background-color:#ec588a;*/
	background-color:#fff;
	width:100%;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:5px;
	/*background-image:url('../images/down.gif');
	background-repeat:no-repeat;
	background-position:top right;*/
	height:16px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	color:#454545;
	border:1px solid #d8ccb7;
	background-color:#F8F8F8;
	width:100%;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:12px;
	position:relative;
	margin: 7px;
}
.dhtmlgoodies_answer1 {	/* Start layout CSS */
	border:1px solid #d8ccb7;
	background-color:#f8f8f8;
	width:100%;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

/*  Other styles */


.tx20g {
	font-size: 20px;
	color: #666666;
}

.tx18g {
	font-size: 18px;
	color: #666666;
}

.tx18p {
	font-size: 18px;
	color: #ec588a;
}

.tx16pb  {
	font-size: 16px;
	color: #ec588a;
	font-weight: bold;
}

.txhead16g {
	font-size: 16px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.txhead16g a{
	font-size: 16px;
	color: #666;
}

.txhead16g a:hover{
	font-size: 16px;
	color: #999;
}

.txhead16gb {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.txhead16gb a{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.txhead16gb a:hover{
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

.tx16p {
	font-size: 16px;
	color: #ec588a;
}

.tx16p a{
	font-size: 16px;
	color: #ec588a;
}

.tx16p a:hover{
	font-size: 16px;
	color: #0574bc;
}

.txhead16bl {
	font-size: 16px;
	color: #0574bc;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.txhead14gb {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}


.tx14p {
	font-size: 14px;
	color: #ec588a;
}

.txhead14bl {
	font-size: 14px;
	color: #0574bc;
	font-weight: bold;
}

.tx12b {
	font-size: 12px;
	color: #333333;
}

.bgTxPink {
	font-size: 14px;
	color: #FFFFFF;
}

.boxTeams {
	font-size: 10px;
	color: #454545;
}

.boxTeams a{
	font-size: 10px;
	color: #ec588a;
}

.boxTeams a:hover{
	font-size: 10px;
	color: #0574bc;
}

.boxPart {
	font-size: 11px;
	color: #454545;
}

.boxPart a{
	font-size: 11px;
	color: #ec588a;
}

.boxPart a:hover{
	font-size: 11px;
	color: #0574bc;
}

