﻿a{
	text-decoration:underline;
	font-size:12px;
	color:#4e186f;
	}
	
a:hover{
	text-decoration:none;
	}
		
.contentTitle{
	color:#4e186f;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
	}

.nav_bar{
	background:url(../../images/navbar-au.gif) repeat-x top left;
	height:8px;
	}
	
.sub_nav{
	width:200px;
	padding:0;
	margin:0;
	}

.sub_nav ul{
	width:200px;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:left;
	}

.sub_nav li{
	float:left;
	}

.sub_nav li a{
	background:#7602be url(../../images/subnav_au.gif) repeat-y top right;
	width:190px;
	color:#FFFFFF;
	line-height:14px;
	text-decoration:none;
	padding:3px 3px 3px 10px;
	margin-bottom:2px;
	display:block;
	font-size:11px;
	text-align:left;
	}

.sub_nav li a:hover{
	font-weight:bold;
	}
	

.service_update{
	width:250px;
	padding:0;
	margin-top:30px;
	}

.service_update h2{
	background:url(../../images/topic_header-au.gif) repeat-y top left;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px;
	color:#FFFFFF;
	}

.service_update p{
	margin:0;
	padding:3px 5px;
	}
	

.board_members{
	width:100%;
	}

.board_members p{
	display:block;
	padding:5px 0;
	height:100px;
	}
	

	
.board_members img{
	float:left;
	padding-right:10px;
	}
	
strong{
	color:#4e186f;
	}
	
	
	
.weeklyPollContainer
{
 width:185px;
 padding:5px 5px 5px 10px;   
}


.pollbox
{
   font-size: 12px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: #4e186f;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}