
body
{
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
}

td
{
    font-size: 9pt;
    line-height: 13pt;
}

.alert
{
    color: #CD0000;
    font-weight: bold;
}

#vote_images
{
    overflow: auto;
    width:168px;
    height:300px;
    margin-bottom:6px;
    float:right;
    visibility: hidden;

}

.vote_photo_box
{
    padding-top:8px;
    padding-bottom:8px;

}

IMG.vote_photo
{
    border: 3px solid #cccccc;
}


a
{
   color: #336699;
   text-decoration: none;
}

a:hover
{
   color: #CD0000;
   text-decoration: underline;
}


#container_page
{

    height: 580px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 968px;

	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #d1b1aa;
	background-image: url("../graphics/web_page_header_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;

}

#nav_content_container
{
    height: 100%;
}

#logo
{
    margin-top: 6px;
    margin-left: 16px;
}

#photo_container
{
    vertical-align: middle;
    text-align: center;
    padding: 4px;
    height: 100%;

}

img.photo
{
    margin-right:6px;
    margin-bottom: 6px;
    border: 3px solid #cccccc;
}

img.lg_photo
{
    border: 5px solid #cccccc;
    margin:8px;

}

#nav_horiz_container
{
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
}

A.nav_horiz_selected
{

    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

A.nav_horiz_selected:hover
{
    color: #973f1b;
    text-decoration: underline;


}




#vote
{
    vertical-align: top;
    border-top: 4px solid #ffffff;
    background: #999999;
    color: #ffffff;
    min-height: 200px;
    width: inherit;
    padding: 10px;
    background-image: url(../resources/images/bg_poty.gif);
    background-repeat:no-repeat;
    height: 100%;

}

#body_content
{
    padding:15px;
    vertical-align: top;
}



IMG.minor {
	margin-left:10px;
	margin-right:20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

IMG.major {
	margin-left:10px;
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 10px;
}


ul.vote
{
    margin-left: 20px;
    padding:0px;

}


/* footer ============================================================= */
#footer2
{
    text-align: center;
	padding: 10px 10px 20px 10px;/* same left and right padding as #pagebox2 */
	font-size: 0.64em;
	}
#footer2 p {
	margin: 0px 0px 5px 0px;
	}
/* /footer ============================================================= */



