
* {
 margin: 0;
 padding: 0;
}

html {overflow-y: scroll;}

body {
	background: #363535;
	font: normal 12px/16px Arial, Helvetica, Tahoma, sans-serif;
	padding-bottom : 44px;
	padding-left : 44px;
	padding-right : 44px;
	padding-top : 25px;
}

a:link {
	color: #3262aa;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3262aa;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ae0a1b;
	font-weight: bold;
}

a.red {
	text-decoration: none;
	color: #CC0033;
	font-weight: bold;
}

a.topLink {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 7pt;
	color : #FFFFFF;
	text-align : right;
	text-decoration : none;
	margin-right: 10px;
	margin-left: 10px;
}

a.job {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.boxtops {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.topLink {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	color : #FFFFFF;
	margin-bottom: 8px;
	letter-spacing : 1pt;
}

p { 
	text-align: left;
	margin-left: 30px; 
	margin-bottom: 18px;
	margin-right: 22px;
}

p.sm_left_margin {
	text-align: left;
	margin-left: 10px;
}

p.centered { 
	text-align: center;
	margin-left: 30px; 
	margin-bottom: 18px;
	margin-right: 22px;
}

p.bold_red {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 18px;
	color : #CC0033;
	font-weight : bold;
}

p.big { 
	font-size: 10.5pt;
	text-align: left;
	margin-left: 30px; 
	margin-bottom: 18px;
	margin-right: 50px;
}

.redBold {
	font-weight: bold;
	color: #CC0033;
}

.blueBold {
	font-weight: bold;
	color: #3262aa;
}

.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}

.gray{
	color: #6d6868;
}

h1.red {
	margin-top : 28px;
	margin-bottom: 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 11pt;
	color : #CC0033;
	text-align : left;	
}

h1.red2 {
	margin-left : 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: .5px;
	color: #CC0033;
	text-align: left;
}

h1.red3 {
	margin-top : 15px;
	margin-bottom: 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 11pt;
	color : #CC0033;
	text-align : left;	
}
h1.white {
	margin-top : 24px;
	margin-bottom: 10px;
	margin-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: .5px;
	color : #FFFFFF;
	text-align : left;
}

h2 {
 	margin-top : 10px;
	margin-left : 30px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10.5pt;
	color : #000000;
	text-align: left;
}

h2.borders {
 	margin-top : 10px;
	margin-left : 30px;
	margin-right: 22px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10.5pt;
	color : #000000;
	text-align: left;
	border-top: solid 1px #969494;
	border-bottom: solid 1px #969494;
}

h3 {
	margin-top : 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	color : #000000;
	text-align: left;
}

h3.white {
	margin-top : 10px;
	margin-right : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 9pt;
	color : #ffffff;
	text-align: right;
}

h3.red {
	margin-top : 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	color : #CC0033;
	text-align: left;
}

h3.center {
	margin-top : 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	color : #000000;
	text-align: center;
}

.caption {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-left: 30px; 
	margin-bottom: 20px;
	margin-right: 20px;
	line-height: normal;
}

.dropdown-upward {
 margin-top: 400px !important;
}

img.general {
	padding-left : 15px;
	padding-top : 20px;
	padding-right : 15px;
	padding-bottom : 20px;
}

img.floatLeft { 
	float: left; 
	margin-right: 15px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.floatLeft30 { 
	float: left; 
	margin-right: 15px;
	margin-left: 30px;
	padding-bottom: 10px;
}

img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
}

img.floatRight { 
	float: right; 
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px; 
	padding-left: 10px;
}

img.floatRight20 { 
	float: right; 
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin-left: 10px;
}

img.floatRight_noBottomMargin { 
	float: right; 
	margin-right: 60px;
	padding-top: 10px;
}

img.floatRight_noLeftMargin { 
	float: right; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.leftAlign {
	float: left;
	margin-left : 30px;
	margin-right : 130px;
	margin-bottom : 10px;
	display: block;
}


/*HOMEPAGE SPECIFIC STYLES*/

a.eventsLink {
	color: #113f9e;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.eventsNoLink {
	color: #113f9e;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.eventsList {
	text-align: left;
	margin-left: 20px; 
	margin-bottom: 0px;
	margin-right: 20px;
}
img.pcpa {
	padding-left : 25px;
	padding-top : 35px;
	padding-right : 34px;
	padding-bottom : 8px;
}

img.people {
	padding-left : 0px;
	padding-top : 31px;
	padding-right : 20px;
	padding-bottom : 8px;
}

.boxtops_box {
	background-image : url(../images/home/boxtops_box.gif);
	background-repeat : no-repeat;
	height : 104px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top : 20px;
}
/*END HOMEPAGE SPECIFIC STYLES*/

/* FORM SPECIFIC STYLES*/

.form {
	margin-bottom : 4px;
	margin-top : 10px;
	margin-left: 30px;
	margin-right: 22px;
	text-align: left;
}

/* FORM SPECIFIC STYLES*/

/*EVENTS SPECIFIC STYLES*/
.eventCal {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 10pt;
	color : #000000;
	text-align : left;
}

.eventTime {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-size: 10pt;
	color : #000000;
	text-align : left;
	font-style : italic;
}

.ital {
	margin-left : 30px;
	margin-right : 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-size: 12px;
	color : #000000;
	text-align: left;
	font-style : italic;
	margin-bottom: 2px;
}

.chair {
	margin-bottom : 10px;
	margin-left : 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-size: 10pt;
	color : #000000;
	text-align: left;
}

/*END EVENTS SPECIFIC STYLES*/

/*LINKS TO FRIENDS SPECIFIC STYLES*/
.friends {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-left: 19px;
	vertical-align : top;
}

img.friends {
	padding-top: 54px;
	padding-right: 40px;
	padding-bottom: 40px;
}
/* END LINKS TO FRIENDS SPECIFIC STYLES*/

/* JOB DESCRIPTIONS SPECIFIC STYLES*/

.jobDescTitle {
	text-align : left;
	margin-left : 30px;
	margin-right : 22px;
	margin-bottom : 4px;
	border-top : 1px solid #969494;
	padding-top: 16px;
}

.jobDescFirst {
	text-align : left;
	margin-left : 30px;
	margin-right : 22px;
	margin-bottom : 4px;
	padding-top: 10px;
}

/* END JOB DESCRIPTIONS SPECIFIC STYLES*/

ul.classic {
	list-style: disc;
	margin-bottom: 16px;
	margin-left: 30px;
}

ul.classic li {
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 22px;
	text-align : left;
	padding-left: 6px;
}

ul.classicIndent {
	list-style: disc;
	margin-bottom: 16px;
	margin-left: 30px;
}

ul.noBottomMargin {
	list-style: circle;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

ul.noBottomMargin li {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 22px;
	text-align : left;
	padding-left: 6px;
}

ul.classicIndent li {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 22px;
	text-align : left;
	padding-left: 4px;
}

ul.sub {
	list-style: square;
	margin-bottom: 5px;
	margin-left: 5px;
}

ul.sub li {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 22px;
	text-align : left;
	padding-left: 0px;
}

.line_2px_white {
	border-bottom: solid 2px #FFFFFF;
}

.lineVert_2px_white {
	border-right: solid 2px #FFFFFF;
}

.lineVert_2px_grayDot {
	border-right-width: 2px;
	border-right-color : #a6a8aa;
	border-right-style : dotted;
	margin-top : 60px;
	height: 214px;
	margin-bottom: 200px;
	vertical-align : top;
}

.line_1px_gray_top {
	border-top: solid 1px #969494;
	margin-top : 28px;
	margin-bottom: 12px;
	width : 180px;
}

.line_1px_gray_bottom {
	border-top: solid 1px #969494;
	margin-bottom: 20px;
	width : 180px;
}

.line_1px_gray_long {
	border-top: solid 1px #969494;
	margin-top : 3px;
	margin-bottom : 15px;
	width : 300px;
}

.line_1px_gray_top_long {
	border-top: solid 1px #969494;
	margin-top : 15px;
	width : 300px;
}

.line_1px_gray_bottom_long {
	border-top: solid 1px #969494;
	margin-bottom : 15px;
	width : 300px;
}

.line_1px_gray_top_long_left {
	border-top: solid 1px #969494;
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left: 30px;
	width : 300px;
}

.line_1px_gray_top_long_left {
	border-top: solid 1px #969494;
	margin-top : 15px;
	margin-left: 30px;
	width : 300px;
}

.line_1px_gray_top_long_left_no_margin {
	border-top: solid 1px #969494;
	margin-top : 15px;
	margin-bottom : 15px;
	width : 300px;
}

.box {
	border-top: solid 1px #969494;
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left: 30px;
	width : 300px;
}