@charset "UTF-8";
/*html, body {
    height: 100%;
}*/

p{ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding:0;
margin:0;
color:#666666;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-image: url(../images/background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}


#background_placer{
width: 780px;
/*height:100%;*/
/*background-color:#FF00FF;*/
margin: auto;
    position: relative;
/*    min-height: 100%;*/
}


#container{
width: 780px;
height: 660px;
/*background-color:#FFFF00;*/
margin: auto;
}


#branding{
	width: 780px;
	height: 100px;
	/*background-color:#666666;*/
	background-image:url(../images/header_image_01.jpg);
	background-repeat: no-repeat;
}


img{
	margin:0;
}


#content_right{
position:relative;
padding:20px 0 0 0;
width: 590px;
/*height:250px;*/
float:left;
/*background-color:#3399CC;*/
}

#content_right p{
padding-top:20px;
/*width:350px;*/
}




#footer {
	clear:both;
	padding-left:190px;
	padding-top:140px;
	bottom: 20px;
	font-size:9px;
	color:#CCCCCC;
	padding-bottom: 20px;
	}
	
/*CLASSES LIST*/

.subheadings{
color:#641150;
font-size:13px;
}
.names {
	font-size: 9px;
}
.small {
	font-size: 9px;
	text-align: center;
}

.bold{
	font-weight: bold;
}
