body{
font-family: Arial, Helvetica, sans-serif;
}
.head2 {
	font-size: large;
	font-weight: bold;
}

/* Borders */

.topline4			{border-top:  3px solid #33CC33}	/* Green */

.botline4			{border-bottom:  3px solid #33CC33}	/* Green */

.imgbor1			{ border: solid #FBBF0F 6px; }		/* Yellow */

.imgbor2			{ border: solid #18ca18 6px; }		/* Green */

.imgbor3			{ border: solid #0b0fab 6px; }		/* Blue */

.imgbor4			{ border: solid #DF2426 6px; }		/* Red*/

H1 {
font-size: x-large;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
H2 {
font-size: large;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
H3 {
font-size: medium;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}
#governors .alphaList{
list-style-type: lower-alpha;
}
#wrapper600{
margin-left: auto;
margin-right: auto;
padding: 10px;
background-image: url(assets/trans_black_50.png);
color:#FFFFFF;
border:thin #CCFF00 solid;
width: 600px;
}
#wrapper800{
margin-left: auto;
margin-right: auto;
padding: 10px;
background-image: url(assets/trans_black_70.png);
color:#FFFFFF;
border:thin #CCFF00 solid;
width: 800px;
}
.governorGroup{

}
.governorID{
float: left;
margin: 10px;
}
.governorDetails{
float: left;
width: 80%;
min-height: 130px;
border-bottom: thin #CCFF00 solid;
}

.clearFix{
clear: both;
}