@charset "UTF-8";

body {
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	background: black;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

#bodyContainer {
	position: center;
	width: 75%;
	min-width: 1050px;
	text-align: left;
	
margin: 20px auto 0px;
	padding: 0px;
	background: #FFF;
 	border-left: 20px solid #AAAAAA;
 	border-right: 20px solid #AAAAAA;
 	border-top: 2px solid #AAAAAA;
 	border-bottom: 2px solid #AAAAAA;
}


#content {
	margin: 0px;
	padding: 10px 10px 10px 10px;
        min-height: 250px;
	/*float: left;*/
}

#content a {
	color: black;
	cursor: pointer;
}

#content a:hover {
	color: #565051;
}


#img {
        padding: 2px 2px 2px 2px;
}


#header {
	position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #151B8D;
	height: 90px;
	width: 100%;
	margin: 0;
	padding: 15px 10px 10px 10px;
}

#header img {
	margin: 0px;
        padding: 0px;
	vertical-align: middle;
	border: none;
}

#navigation {
	position: relative;
	height: 40px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: black;
	font-size: 12px;
}

#navigation ul {
	line-height: 40px;
}

#navigation li {
	padding: 0 1.25em;
}

.navMenu, .navMenu * {
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0px;
	float: left;
}

.navMenu a {
	display: block;
	position: relative;
	color: white;
	cursor: pointer;
}

.navMenu a:hover {
	color: #fc3496;
}


buttons { 
	width: 200px; 
 	margin-top: 1px;
 	margin-bottom: 1px;
 	font-weight: normal;
	font-size: 12px;
	align: left;
} 

#buttons ul { 
 	list-style: none; 
 	margin: 0; 
 	padding: 0; 
	align: left;
} 

#buttons li { 
 	border-bottom: 1px solid #FFFFFF; 
} 

#buttons li a:link, #buttons li a:visited  {  
 	display: block; 
 	padding: 0.2em 0 0.2em 0.5em; 
 	border-left: 12px solid #a0a0a0; 
 	border-right: 1px solid #a0a0a0; 
 	background-color: #000000; 
 	color: #FFFFFF; 
 	text-decoration: none;
	font-weight: normal;
	font-size: 12px; 
	align: left;
}

#buttons li a:hover {
	color: #565051;
}


.myButtonLink {
	display: block;
	width: 50px;
	height: 39px;
	margin-right: 0;
	margin-left: 0;
	background: url('images/black_arrow_button.jpg') bottom;
}

.myButtonLink:hover {
	background-position: 0 0;
}

.myButtonLink2 {
	display: block;
	width: 50px;
	height: 39px;
	margin-right: 0;
	margin-left: 0;
	background: url('images/black_arrow_button_right.jpg') bottom;
}

.myButtonLink2:hover {
	background-position: 0 0;
}

.myButtonLink3 {
	display: block;
	width: 198px;
	height: 68px;
	margin-right: 0;
	margin-left: 0;
	background: url('images/promote_your_event_grey.jpg') bottom;
}

.myButtonLink3:hover {
	background-position: 0 0;
}




h1 { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px; 
        font-weight: bold; 
        color: #000000; 
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
} 

h2 { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px; 
        font-weight: bold; 
        color: #5C5858; 
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
}  

h5 {
        margin-bottom: 0;
        margin-top: 0;  
}

form {
        margin-top: 0;
        margin-bottom: 0;  
}


#footer {
	position: relative;
	height: 40px;
	width: 100%;
	margin: 0 auto;
	background: black;
	clear: both;
	text-align: center;
}

#footerLinks {
	position: relative;
	width: auto;
	clear: both;
	margin: 0 10px;
	padding-top: 10px;
	height: 20px;
}

#footerLinks a {
	color: white;
}

#footerLinks a:hover {
	color: #565051;
}

#footerPolicy {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	height: 30px;
	padding: 0px 0px 20px 0px;
}

.footerParagraphStyle {
	color: #ffffff;
    font-size: 12px;
    line-height: 17px;
	padding: 0px;
}

.contactLink {
	color: #FFF;
}

.link {
	text-decoration: none;
	width: auto;
}

a.link:hover {
	text-decoration: none;
	color: #565051;
}

.bodyParagraph {
	float: left;
}

.paragraphBreak {
	margin: 13px 0px;
	float: left;
}

