@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: url(/images/bg_paper.jpg) 100%;*/
	background: url(/images/background_2011.jpg) 50% 0 no-repeat #DDDDDC;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #0E426B;
}
td{
	font-size: 12px;
}
h2{
	color: #ED3867;
	font-size: 15px;
}
h3{
	color: #8D2673;
	font-size: 13px;
	border-bottom: 1px dotted #ED3867;	
	margin-bottom: 4px;
}
p{
	margin: 8px 0 8px 0;
}

a,a:visited,a:active{
	color: #0E426B;
	text-decoration: underline;
}

a:hover{
	color: #ED3867;
	text-decoration: underline;
}

a img {
	border: 0;
	text-decoration: none;	
}
.right{
	text-align: right;
}
#alldivs{
	width: 806px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container {
	position: absolute;
}
#header {
	padding: 0;
}
#flashcontent{
	position: absolute;
	z-index: 0;
}
#topnav{
	height: 40px;
	position: relative;
	background: url(/images/bg_topnav.png);
	width: 674px;
	margin-bottom: 20px;
	/*font-family: "Times New Roman", Times, serif*/
}
#logo{
	float: left;
	margin: 20px 0 20px -50px;
	position: relative;
	cursor: pointer;
}
#buttons{
	margin: 60px 10px 0; 
	float: right;
}
#social_networks img{
	cursor: pointer;
}
#mainContent {
	padding: 0;
	line-height: 140%;
}


#col_01{
	width: 203px;
	margin-right: 20px;
	float: left;
	background: url(/images/bg_topnav.png);
	min-height: 405px;
	padding: 4px;
	color: #0E426B;
}
#col_02{
	width: 203px;
	margin-right: 20px;
	float: left;
	background: url(/images/bg_topnav.png);
	min-height: 405px;
	padding: 4px;
	color: #0E426B;
}
#col_03{
	width: 203px;
	margin-right: 20px;
	float: left;
	background: url(/images/bg_topnav.png);
	min-height: 405px;
	padding: 4px;
	color: #0E426B;
}
#col_04{
	width: 101px;
	float: left;
	min-height: 405px;
	padding: 4px;
	color: #0E426B;
}
#col_content{
	width: 634px;
	margin-right: 20px;
	float: left;
	background: url(/images/bg_topnav.png);
	min-height: 405px;
	padding: 20px;
	color: #0E426B;
}
#col_content_01{
	float: left;
	width: 266px;
	margin-right: 20px;
}
#col_content_02{
	float: left;
	width: 346px;
}


.clearfloat{
	clear: both;
}


#footer {
	margin: 30px 0 20px 0;
	padding: 0 130px;
}
#social_networks{
	text-align: left;
	background: #FFFFFF;
	padding: 5px;
	
}
#social_networks img{
	margin-bottom: 0px;
}
#disclaimer{
	float: right;
	text-align: right;
	font-size: 10px;
}



#topnav ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	
}
#topnav ul li{
	float: left;
	margin-right: 19px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
#topnav ul li.last{
	margin-right: 0;
}
#topnav ul li a{
	color: #8D2673;
	text-decoration: none;
	text-transform: uppercase;	
}
#topnav ul li ul{
	margin: 16px 0;
	padding: 5px 0;
	list-style-type: none;
	position: absolute;
	display: none;
}
#topnav ul li ul li a{
	color: #ED3867;
	text-transform: none;
}

.ul01{
	top: -1px;
	left: 0;
	width: 600px;
}
.ul02{
	top: -1px;
	left: -15px;
	width: 600px;
}
.ul03{
	top: -1px;
	left: -25px;
	width: 600px;
}
.ul04{
	top: -1px;
	left: -130px;
	width: 600px;
}
.ul05{
	top: -1px;
	left: -15px;
	width: 600px;
}
.ul06{
	top: -1px;
	left: -180px;
	width: 450px;
}

#topnav ul li ul li{
	float: left;
	margin: 0;
	margin-right: 20px;
	background: none;
	height: auto;
}
#topnav ul li ul li a{
	text-decoration: none;
	font-size: 12px;
}
#topnav ul li a:hover{
	color: #ED3867;
}

a.read_more{
	color:#ED3867;
	text-decoration:none;
	font-weight: bold;
}

a.pink{
	color: #ED3867;
	font-weight: bold;
	text-decoration: none;
}
a.blue{
	color: #0E426B;
	text-transform: uppercase;
	text-decoration: none;
}

hr{
	border: none;
	border-top: 1px dotted #ED3867;
	height: 1px;
	margin-bottom: 5px;
}








