/* CSS Document */


#blue {
color:blue;
}

#blue2 {
color:#5D9DD0;
}

#purple {
color:#A3008F;
}

#white {
color:white;
}

#yellow {
color:#F9CD22;
}

#black {
color:#000000;
}


.whitecontent {
font: 12px arial;

}

.subheadline {
	font: bold 12px arial;
	color: #000000;
	padding: 0 2 0 2;
	margin:0;
}

.subheadline1 {
	font: bold 13px arial;
	color: #000000;
	padding: 0 2 0 2;
	margin:0;
}

.headline {
	font: bold 16px arial;
	color: #0087C3;
	padding: 0 2 0 2;
	margin:0;
}

.headline1 {
	font: 12px arial;
	color: #0087C3;
	padding: 0 2 0 2;
	margin:0;
}

.headlineLG {
	font: bold 20px arial;
	color: #0087C3;
	padding: 2 2 0 2;
	margin:0;
}


.content {
	font: 15px arial;
	color: #ffffff;
	padding: 2 2 18 2;
	margin:0;
	line-height:1.3;
}

.contentSM {
	font: 14px arial;
	color: #ffffff;
	padding: 0 2 10 2;
	margin:0;
	line-height:1.2;
}


.content1 {
	font: 12px arial;
	color: #ffffff;
	padding: 0 2 10 2;
	margin:0;
	line-height:1.0;
}

.content2 {
	font: 11px arial;
	color: #ffffff;
	padding: 0 2 10 2;
	margin:0;
	line-height:1.0;
}

.content11 {
	font: bold 12px arial;
	color: #ffffff;
	padding: 0 2 10 0;
	margin:0;
	line-height:1.0;
}

.content22 {
	font: 11px arial;
	color: #ffffff;
	padding: 0 2 15 0;
	margin:0;
	line-height:1.0;
}

.content22 a, .content11 a{
	text-decoration:none;
}

#list{
	padding:0;
	margin:0;
	padding: 0;
	color: #000000;
	width:410;
	list-style-type:none;
	font: 15px arial;
}

#list li{
	padding:0;
	margin:0;
	line-height:1.3;
	width:400;
}


#top{
width:100%;
float:left;
margin:0;
padding:0;
margin-top:4;
}

#topnav{
list-style-type:none;
width:800;
float:right;
margin:0;
padding:0;
margin-right:1;
}

#topnav li#selected a:link, #topnav li#selected a:hover, #topnav li#selected a:visited{
	font: bold 13px trebuchet, arial, verdana;
	margin:2 0 0 0;
	padding:0;
	text-align:center;
	background: #A3008F;
	color: white;
	float:left;
	width:100;
}

#topnav li a:hover {
	font: bold 13px trebuchet, arial, verdana;
	margin:2 0 0 0;
	padding:0;
	text-align:center;
	background: #5D9DD0;
	color: white;
	float:left;
	width:100;
}

#topnav a:link, #topnav a:visited, #topnav li {
	font: bold 13px trebuchet, arial, verdana;
	text-decoration: none;
	text-align:center;
	margin:2 0 0 0;
	padding:0;
	background: #ffffff;
	color: #5D9DD0;
	float:left;
	width:100;
}

.page_link, .page_link:visited {
	font: bold franklin gothic heavy, trebuchet, tahoma, arial, verdana, helvetica, times; 
	text-decoration: none;
	padding-right:2;
	padding-left:2;
	color: #A3008F;
}

.page_link:hover{
	font: bold franklin gothic heavy, trebuchet, tahoma, arial, verdana, helvetica, times; 
	text-decoration: none;
	background:#5D9DD0;
	color: white;
	padding-left:2;
}

.register_link, .register_link:visited {
	font: bold 1.2em franklin gothic heavy, trebuchet, tahoma, arial, verdana, helvetica, times; 
	text-decoration: none;
	padding-right:2;
	padding-left:2;
	color: #A3008F;
}

.register_link:hover{
	font: bold 1.2em franklin gothic heavy, trebuchet, tahoma, arial, verdana, helvetica, times; 
	text-decoration: none;
	background:#5D9DD0;
	color: white;
	padding-left:2;
}

#registration:hover{
	background:#5D9DD0;
}



