#container {
	width: 95em;
	margin: 0 auto;
}

#header {
	width: 95em;
	height: 3.8em;
	font-family: 'lucida grande', 'arial', sans-serif;
}

#header div.main {
	background-color: rgb(42,102,171);
	background-image: url('/img/common/headerBg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 93.6em;
	line-height: 2.1em;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	float: left;
	color: rgb(100,144,195);
	vertical-align: middle;
}

#header div.main a.menu {
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
	margin-left: 1em;
	margin-right: 1em;
}

#header div.main a.menu:hover {
	border-bottom: 0.1em dotted rgb(100,144,195);
}

#header div.main input, #headerSearchResult li {
	width: 18em;
	padding: 0.2em;
	font-size: 1em;
}

#header div.main input {
	border: 0.1em solid rgb(100,144,195);
	vertical-align: middle;
}

#header img.border {
	width: 0.7em;
	height: 3.5em;
	float: left;
}

#headerSearchResult {
	position: absolute;
	background-color: rgb(255,255,255);
	line-height: 2em;
	top: 2.6em;
	margin-left: 0.75em;
	z-index: 100;
	border-bottom: 0.1em solid rgb(100,144,195);
}

div.frontpageSearchResults ul, #headerSearchResult ul, ul.candidateTools {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.frontpageSearchResults li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#headerSearchResult li {
	border-top: 0.1em solid rgb(100,144,195);
	border-left: 0.1em solid rgb(100,144,195);
	border-right: 0.1em solid rgb(100,144,195);
}

div.frontpageSearchResults li:hover, #headerSearchResult li:hover {
	background-color: rgb(237,244,250);
	cursor: pointer;
}

div.frontpageSearchResults li span, #headerSearchResult li span {
	display: block;
	margin-bottom: 0.5em;
}

div.frontpageSearchResults li strong {
	font-size: 1.4em;
	line-height: 2em;
}

div.frontpageSearchResults li div {
	width: 6em;
	height: 4em;
	float: left;
	margin-right: 1em;
	margin-top: 0.7em;
	text-align: center;
}

div.frontpageSearchResults img {
	height: 4em;
}

#headerSearchResult li span {
	font-size: 0.9em;
	line-height: 1em;
}

img.logo {
	position: absolute;
	margin-top: 0.4em;
	margin-left: 80.3em;
	width: 13.1em;
	height: 2.2em;
	border: 0;
}

#footer {
	font-family: 'lucida grande', 'arial', sans-serif;
	background-color: rgb(255,255,255);
	width: 95em;
	color: rgb(255,255,255);
	clear: both;
	padding-top: 1em;
}

#footer p {
	border-top: 0.1em dotted rgb(42,102,171);
	text-align: right;
	line-height: 2.5em;
}

#footer span {
	float: left;
	margin-left: 0.5em;
	margin-top: 0.8em;
}

#footer a {
	color: rgb(58,58,58);
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#footer span a {
	margin-left: 0;
}

#footer a:hover {
	color: rgb(42,102,171);
}

#footer span, #footer a {
	font-size: 9px;
}

a {
	color: rgb(42,102,171);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#screenOverlay {
	background-color: rgb(0,0,0);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#screenPopup {
	position: absolute;
	padding: 2em;
	width: 60em;
	border: 0.8em solid rgb(34,34,34);
	background-color: rgb(255,255,255);
}

#screenPopup h3 {
	background-color: rgb(42,102,171);
	color: rgb(255,255,255);
	line-height: 3em;
	padding-left: 1.6em;
	margin-top: -1.6em;
	margin-left: -1.6em;
	margin-right: -1.6em;
}

#screenPopup fieldset {
	margin-top: 2em;
}

#screenPopup div.buttons {
	margin-top: 2em;
}


div.panelHighlight h3 {
	background-color: rgb(42,102,171);
	color: rgb(28,28,28);
	line-height: 3em;	
	padding-left: 1.2em;
	margin-top: -1.2em;
	margin-left: -1.2em;
	margin-right: -1.2em;
}

/* Pages */

#frontpageWinner {
	width: 12em;
	float: right;
	margin-left: 2em;
}

#frontpageWinner img {
	width: 12em;
	height: 12em;
}

#frontpageSearch {
	width: 54em;
}

#frontpageSearch h2 {
	margin-top: 0;
}

div.panelInput {
	background-color: rgb(42,102,171);
}

div.panelInput h2, div.panelInput h3, div.panelInput p {
	color: rgb(255,255,255);
}

#frontpageSearch input {
	border: 0.2em solid rgb(100,144,195);
	padding: 0.4em;
	vertical-align: middle;
	margin: 0em;
	font-size: 1.4em;
	width: 20em;
}

#frontpageSearch img.iconSearch {
	border: 0.1em solid rgb(100,144,195);
	width: 3em;
	height: 3em;
	vertical-align: middle;
}

#frontpageContests {
	width: 77.5em;
	margin-bottom: 2em;
	text-align: center;
}

#frontpageContests img {
	width: 24em;
	height: 24em;
	margin-right: 1em;
	border: 0;
}

.semi {
	font-weight: bold;
	font-size: 2.2em;
	line-height: 2em;
	color: rgb(100,144,195);
}

.panelHighlight {
	padding: 1.5em;
	background-color: rgb(237,244,250);
	border: 0.1em solid rgb(42,102,171);
}

.panelHighlight a {
	color: rgb(100,144,195);
}

#searchPages {
	margin-top: 2em;
	text-align: right;
}

#panelInfo {
	float: left;
	width: 28em;
	color: rgb(58,58,58);
	background-color: rgb(250,250,250);
}

#panelInfo div.info {
	padding: 0.5em 1.5em 1.5em 1.5em;
}

#panelInfo div.ads {
	text-align: left;
	margin-top: 1.5em;
	padding: 1.5em 0;
}

#candidateMenu {
	line-height: 10px;
	margin: 0 0 0 28em;
	padding: 2em 0 0 0;
	height: 2.9em;
	border-bottom: 0.1em solid rgb(42,102,171);
	background-color: rgb(255,255,255);
}

#candidateMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 67em;
	position: absolute;
}

#candidateMenu li {
	float: right;
	line-height: 1em;
	padding: 0.8em;
}

#candidateMenu li.active {
	background-color: rgb(255,255,255);
	border-top: 0.1em solid rgb(42,102,171);
	border-left: 0.1em solid rgb(42,102,171);
	border-right: 0.1em solid rgb(42,102,171);
	border-bottom: 0.1em solid rgb(255,255,255);
	padding-top: 1em;
}

#candidateMenu li.active a {
	color: rgb(42,102,171);
}

#candidateMenu li a:hover {
	text-decoration: none;
}

#candidateMenu li.inactive, #candidateMenu li.spacer {
	border-top: 0.1em solid rgb(255,255,255);
	margin-top: 0.2em;
}

#candidateMenu li.inactive {
	background-color: rgb(237,244,250);
}

#candidateMenu li.inactive a {
	color: rgb(100,144,195);
}

#candidateMenu li.inactive:hover a {
	color: rgb(42,102,171);
}

#candidateMenu li.spacer {
	background-color: rgb(255,255,255);
	width: 2em;
}

#candidateMenu li.spacer img {
	position: absolute;
	margin-top: -0.2em;
}

div.panelContent {
	padding: 0.5em 2em 0.5em 2em;
	line-height: 0;
	margin: 0em;
	background-color: rgb(255,255,255);
}

div.panelContentPadded {
	padding-left: 31em;
}

#candidateMotivation {
	margin: 1.7em 0;
	font-size: 1.2em;
	line-height: 2em;
	border: 0.6em solid rgb(237,244,250);
	padding: 1em;
}


#candidatePicture {
	border: 0.1em solid #e8e8e8;
	margin-bottom: 1em;
	width: 15em;
	margin-left: 5em;
}

#panelInfo dt {
	font-size: 0.9em;
	margin-top: 1em;
}

#panelInfo dd {
	margin-left: 0;
	font-weight: bold;
}

#candidateBnr {
	width: 20em;
	height: 20em;
	position: absolute;
	margin-left: -21.7em;
	margin-top: -2.7em;
}

#candidateBnrSmall {
	width: 9em;
	height: 9em;
	position: absolute;
	margin-left: 6em;
	margin-top: 1em;
}


img.bigPictureFrameTop {
	width: 45.5em;
	height: 0.7em;
}

img.bigPictureFrameBottom {
	width: 45.5em;
	height: 2.7em;
}

div.bigPictureFrame {
	width: 43.5em;
	padding-left: 1em;
	padding-right: 1em;
	background-image: url('/img/common/pictureframe_435_bg.png');
	background-repeat: repeat-y;
}

#bigPicture {
	width: 43.5em;
}

div.candidatePictures {
	line-height: 0px;
	margin-top: 2em;
}

div.candidatePicturesSummary {
	height: 12em;
	margin-left: -3em;
	margin-bottom: 2em;
	padding-left: 3em;
	padding-top: 1em;
	background-color: rgb(237,244,250);
}

div.candidatePicturesSummary div {
	background-color: rgb(42,102,171);
	color: rgb(255,255,255);
	line-height: 13em;
	width: 2em;
	float: right;
	margin-top: -1em;
	height: 13em;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

div.candidatePicturesSummary p {
	position: absolute;
	line-height: 10em;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 28em;
	font-style: italic;
	color: rgb(42,102,171);
}

div.candidatePictures ul.candidatePictures {
	float: right;
}

div.candidatePicturesSummary ul.candidatePictures li {
	float: left;
}

ul.candidatePictures, #panelPictures ul, div.contestFinalResult ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.candidatePictures li, #pictures li, div.contestFinalResult ol li, div.imgFrame {
	cursor: pointer;
	width: 15em;
	height: 10em;
	overflow: hidden;
	line-height: 0;
}

ul.candidatePictures img, #contestSearchFrame ul img, div.imgFrame img {
	width: 15em;
	border: none;
}

#pictureCount {
	height: 2.5em;
	position: absolute;
}

#pictureCount li {
	width: 15em;
	margin-right: 1em;
	font-weight: bold;
	line-height: 2.5em;
	margin-top: 3em;
	padding-top: 11em;
	text-align: center;
	background-color: rgb(237,244,250);
	color: ;
}

#pictures li {
	margin-top: 3.75em;
}

#pictureCount li, #pictures li {
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 4em;
	float: left;
}

#pictureDelete {
	float: right;
	margin-top: 3.3em;
	margin-right: 1em;
	padding: 2.2em 1em 0em 1em;
	height: 8.2em;
	width: 13.5em;
	text-align: center;
	color: rgb(93,93,93);
	border: 0.2em dashed #b88d8d;
	background-color: rgb(248,230,230);
}

#pictureDelete span {
	font-weight: bold;
	padding: 1em;
}

#pictureDelete.hover span {
	color: rgb(255,255,255);
}

#pictureDelete.hover {
	background-color: rgb(136,33,33);
	border: 0.2em solid rgb(136,33,33);
}

#pictures {
	height: 21.5em;
	padding-top: 3.75em;;
	margin-left: 0;
}

#borderPrimary {
	z-index: -50;
	position: absolute;
	width: 16em;
	height: 18em;
}

div.fakefile input {
	width: 20em;
	border: 0;
}

ul.candidatePictures li {
	border: 0.1em solid #cdcdcd;
	margin: 0.3em;
}

#spinnerPopup {
	float: right;
	width: 1.6em;
	height: 1.6em;
}

#spinnerSmall {
	width: 1.6em;
	height: 1.6em;
}

#spinnerLarge {
	width: 3.2em;
	height: 3.2em;
}

div.candidateMessage {
	border-bottom: 0.1em dotted rgb(100,144,195);
	border-right: 0.1em dotted rgb(100,144,195);
    background-color: rgb(237,244,250);
	margin-bottom: 1.2em;
	padding: 0.5em;
}

div.candidateMessage p {
	margin: 0;
}

div.candidateMessage img.smiley {
	vertical-align: top;
	width: 14px;
	height: 14px;
	border: none;
}

#candidateMotivation img.smiley {
	vertical-align: top;
	width: 19px;
	height: 19px;
	border: none;
}

div.candidateMessage p.candidateMessageInfo {
	margin-top: 0.5em;
	color: rgb(100,144,195);
	font-size: 0.9em;
}

div.candidateMessage a.abuse {
	display: none;
	float: right;
}

div.candidateMessage:hover a.abuse {
	display: block;
}

div.candidateMessage a.btnDelete {
	float: right;
}

div.candidateMessage a.btnDelete img {
	border: none;
	width: 1.6em;
	height: 1.6em;
	margin-right: 0.4em;
	vertical-align: middle;
}


fieldset.inputData label {
	font-weight: bold;
}

fieldset.inputData dl {
	margin-bottom: 0;
}

fieldset.inputData dt {
	margin-top: 1em;
}

fieldset.inputData dd {
	margin: -1.7em 0em 0em 12em;
	font-weight: bold;
}

dl.updates {
	float: left;
	padding: 0;
	margin: 0em 0em 0em 0.2em;
	font-size: 1em;
	line-height: 1.5em;
}

dl.updates dt {
	font-size: 0.9em;
	margin-top: 1em;
}

dl.updates img {
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -0.2em;
}

dl.updates dd {
	margin: -1.5em 0em 0em 11em;
}

dl.voteProgress {
	position: absolute;
	padding: 0;
	margin: 3.9em 0em 0em 29em;
	font-size: 1em;
	line-height: 1.5em;
}

dl.voteProgress dt {
	margin-top: 1em;
}

dl.voteProgress dd {
	margin: -1.5em 0em 0em 7.5em;
}

fieldset.inputData input, fieldset.inputData select, fieldset.inputData textarea, #varCode, #occupations input, #occupations select, #candidate_password, #candidate_password_check {
	border: 0.1em solid rgb(216,216,216);
}

fieldset.inputData input, fieldset.inputData select, fieldset.inputData textarea {
	font-size: 1.15em;
	margin-bottom: 0.8em;
}

fieldset.inputData input {
	width: 17em;
}

fieldset.inputData input.inputRadio {
	width: 2em;
}

fieldset.inputData dd label {
	font-weight: normal;
	margin-top: 0;
}


#postMessage textarea, #reportAbuse textarea, #panelRegistration textarea {
	height: 10em;
}

#panelRegistration textarea, #reportAbuse textarea {
	width: 50em;
}

#postMessage textarea {
	width: 35em;
}


#panelRegistration {
	padding: 2em;
	width: 57em;
	background-color: rgb(237,244,250);
	color: ;
	margin: 0;
}

#panelRegistration a {
	color: rgb(100,144,195);
}

#varCode {
	font-size: 3em;
	width: 7em;
	margin-bottom: 0.67em;
	margin-left: 2em;
	text-align: center;
	letter-spacing: 0.3em;
	font-weight: bold;
}


#candidate_password, #candidate_password_check {
	width: 10em;
	font-size: 1.5em;
}


/* Buttons */

#panelRegistration div.buttons, div.buttonsClear {
	height: 2.75em;
	margin-top: 0.5em;
}

button {
	font-size: 1em;
}

div.buttons a, div.buttons button {
    display: block;
    float: right;
    margin: 0 0 0 0.7em;
    background-color: rgb(245,245,245);
    border: 0.1em solid #dedede;
    border-top: 0.1em solid #eeeeee;
    border-left: 0.1em solid #eeeeee;
	line-height: 1.3em;
   	text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 0.5em 1em 0.6em 0.7em; /* Links */
}
div.buttons button {
    width: auto;
    overflow: visible;
    padding: 0.4em 1em 0.3em 0.7em; /* IE6 */
}
div.buttons button[type] {
    padding: 0.5em 1em 0.5em 0.7em; /* Firefox */
    line-height: 1.7em; /* Safari */
}

*:first-child+html button[type] {
    padding: 0.4em 1em 0.3em 0.7em; /* IE7 */
}
div.buttons button img, div.buttons a img{
    margin: 0 0.3em -0.3em 0 !important;
    padding: 0;
    border: none;
    width: 1.6em;
    height: 1.6em;
}


/* DEFAULT */

div.buttons a.default:hover, button.default:hover {
    background-color: rgb(237,244,250);
    border: 0.1em solid rgb(100,144,195);
    color: rgb(42,102,171);
}
div.buttons a.default:active{
    background-color: rgb(237,244,250);
    border: 0.1em solid rgb(100,144,195);
    color: rgb(42,102,171);
}


/* POSITIVE */

div.buttons a.positive:hover, button.positive:hover {
    background-color: rgb(230,239,194);
    border: 0.1em solid rgb(198,216,128);
    color: rgb(82,146,20);
}
div.buttons a.positive:active{
    background-color: rgb(82,146,20);
    border: 0.1em solid rgb(82,146,20);
    color: rgb(255,255,255);
}

/* NEGATIVE */

div.buttons a.negative:hover, button.negative:hover {
    background-color: rgb(251,227,228);
    border: 0.1em solid rgb(251,194,196);
    color: rgb(209,47,25);
}
div.buttons a.negative:active {
    background-color: rgb(209,47,25);
    border: 0.1em solid rgb(209,47,25);
    color: rgb(255,255,255);
}


/* BTNVOTE */

#btnVote {
	text-align: right;
	height: 17.5em;
	font-size: 1em;
	margin-top: -4em;
}

button.btnVote {
	padding: 0;
	margin: 0;
	border: 0;
	width: 17.5em;
	height: 17.5em;
	background-color: transparent;
	overflow: hidden;
	cursor: pointer;
}

button.btnVote img {
	width: 17.5em;
	height: 52.5em;
}

button.btnVote:hover img														{ margin-top: -17.5em; }
button.btnVote:active img														{ margin-top: -35em; }



#contentSearchResults {
	line-height: 0;
	text-align: center;
	height: 17em;
}

#contentSearchResults ol {
	list-style-type: none;
	margin: 1em 0em 0em 0em;
	padding: 0;
}

#contentSearchResults li {
	float: left;
	display: inline;
	width: 15em;
	height: 13.5em;
	padding: 0.8em;
	margin: 0.5em;
	border: 0.1em solid rgb(237,244,250);
	line-height: 1.2em;
	cursor: pointer;
	text-align: left;
}


#contentSearchResults li:hover {
	border: 0.1em solid rgb(100,144,195);
	background-color: rgb(237,244,250);
	color: rgb(58,58,58);
}

#contentSearchResults p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
} 

#contentSearchResults span {
	font-size: 1em;
	font-weight: normal;
} 


#contestSearchFrame {
	padding: 0em 2.5em 0em 2.5em;
	background-color: rgb(250,250,250);
	width: 90em;
	height: 30em;
	clear: both;
}

#contestSearch {
	width: 58em;
	height: 9.5em;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	overflow: hidden;
}

#contestDescription {
	padding: 0.8em 2.5em 0.5em 2.5em;
	background-color: rgb(250,250,250);
}

#contestDescription p, #contestDescription ul.text, #contestDescription ol.text {
	color: rgb(58,58,58);
	font-size: 1.2em;
	line-height: 1.5em;
}

#contestDescription h1, #contestDescription h2, #contestDescription h3 {
	margin-top: 0;
	color: rgb(34,34,34);
}

#contestSearch h2 {
	margin-top: 0.5em;
}

#contestSearch input {
	font-size: 15px;
	border: 0;
	padding: 0.4em;
	vertical-align: middle;
	margin: 0em;
	width: 30em;
}

#contentSearchResults div.imgFrame {
	border: 0.1em solid rgb(237,244,250);
	margin-bottom: 1em;
}

#errorPanel p, #popupErrorPanel {
	color: rgb(255,0,0);
	font-weight: bold;
}

#occupations {
	width: 55em;
	margin-bottom: 2em;
}

#occupations span, #occupations strong {
	line-height: 1.8em;
	font-size: 1em;
}

#occupations input, #occupations select {
	line-height: 1.8em;
	font-size: 1em;
}

#occupations input {
	width: 17em;
}

#occupations span.occupationDetail {
	width: 25em;
	float: right;
}

#occupations span.occupationDetail a {
	float: right;
}

ul.candidateTools {
	height: 5em;
}

ul.candidateTools li {
	float: left;
	line-height: 3em;
	padding-left: 1em;
	cursor: pointer;
}

ul.candidateTools li img {
	vertical-align: middle;
	margin-right: 1em;
	width: 3em;
	height: 3em;
	border: 0;
}

ul.candidateTools li span {
	display: none;
	font-weight: bold;
}

ul.candidateTools li:hover span {
	display: inline;
}

#toolsPanels {
	height: 25em;
}

#toolsPanels div {
	position: absolute;
	width: 50em;
	padding-bottom: 2em;
}

#toolsPanels ul {
	line-height: 1.9em;
}

#toolsPanels h4 {
	margin-top: 0;
	line-height: 2em;
}

#progressBar {
	height: 2em;
	background-color: rgb(237,244,250);
}

#progressBarCompleted {
	background-color: rgb(100,144,195);
	line-height: 2.2em;
	text-align: right;
	padding-right: 1em;
	color: rgb(237,244,250);
}

div.panelCorners {
	height: 1em;
}

div.panelCorners img {
	width: 1em;
	height: 1em;
}

div.panelCornersContent {
	background-color:rgb(42,102,171);
	padding-left: 2em;
	padding-right: 2em;
}

#bannerContestCenter {
	text-align: center;
	background-color: rgb(250,250,250);
	padding: 1em 0em 1em 0em;
}

#bannerContestCenter img, #bannerContestCenter object, #bannerContestCenter embed {
	margin: 0em 0.5em 0em 0.5em;
	vertical-align: middle;
}

div.contestFinalResult, div.contestFinalResultLink {
	width: 60em;
	margin: 0 auto;
}

ol.contestFinalResult {
	width: 30em;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 1em;
	list-style-position: inside;
	background-color: rgb(237,244,250);
	color: rgb(58,58,58);
	text-align: center;
}

div.contestFinalResult img.crown {
	border: none;
	width: 10.4em;
	height: 7.6em;
	position: absolute;
	margin-left: 29.8em;
	z-index: 150;
}

div.contestFinalResult div.stagePics {
	width: 60em;
	height: 12em;
	margin-top: 6em;
}

div.contestFinalResult div.stageFrame {
	background-color: rgb(42,102,171);
	position: absolute; 
	clear: both;
}

div.contestFinalResult ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1em;
	text-align: center;
	position: absolute;
	z-index: 100;
}

div.contestFinalResult ul li {
	width: 15em;
	position: absolute;
}

div.contestFinalResult ul li span {
	color: rgb(255,255,255);
	font-size: 2em;
}

div.contestFinalResult ol li {
	position: absolute;
}

div.contestFinalResult ol li img {
	vertical-align: bottom;
}

ul.textStyle {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 3em;
}

ul.textStyle li {
	float: right;
	width: 9em;
	line-height: 2em;
	text-align: center;
	border: 0.1em solid rgb(24,24,24);
	background-color: rgb(255,255,255);	
	color: rgb(24,24,24);
	margin-right: 0.5em;
	cursor: pointer;
}

ul.textStyle li:hover {
	background-color: rgb(24,24,24);
	color: rgb(255,255,255);
}

#wingPanel {
	position: absolute;
	width: 29em;
	margin-left: -31em;
}

#wingPanel div {
	background-color: rgb(237,244,250);
	border-left: 5px solid rgb(100,144,195);
	line-height: 1.8em;
	padding: 1em;
	margin-bottom: 1em;
}

#wingPanel img {
	width: 5em;
	height: 2em;
}

#wingPanel h3 {
	margin: 0.4em 0 0.7em 0;
}

#wingPanel p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#candidateNavigation {
	margin: 0 0 0 28em;
	background-color: rgb(250,250,250);
}

#candidateNavigation p {
	color: rgb(58,58,58);
	margin: 0em;
	padding: 0.5em;
	text-align: center;
}

#candidateNavigation a {
	color: rgb(58,58,58);
	vertical-align: middle;
	font-size: 0.8em;
}

#candidateNavigation a:hover {
	color: rgb(42,102,171);
	text-decoration: none;
}

#candidateNavigation span {
	color: rgb(42,102,171);
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0.2em;
	display: block;
} 