/* CSS Document */
body {
	background: #87888B url(../images/bg_page.gif) center repeat-y;
	margin: 26px 0 0 0;
	padding: 0;
}
body, td, th, p, input, select, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #303031;
}
form, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

a { 
    color: #4D4D4F;
    text-decoration: underline;
}
a:hover { 
    color: #E51937;
}
a:visited { 
    color: #E51937;
}

img { border: 0 none;}
table {	border-collapse: collapse;}
table td {
	vertical-align: top;
	padding: 0;
}
.clean { clear: both;}
.floatl { float: left;}

.floatr { float: right;}


#PageContainer {
	margin: auto;
}
#Page {
	background: #FFF url(../images/bg_main.gif) repeat-y;
	width: 720px;
}
#Logo { 
    margin-top: 2px;
    margin-left: 36px;
    margin-bottom: 8px;
}
#Banner {
	margin-right: 9px;
	margin-bottom: 12px;
        /*left: 0px;*/
}
#Content {
	margin: 0 5px;
	width: 708px;
	background: url(../images/bg_content.gif) top repeat-x;
}
#Sides {
/*	margin: 16px 26px; */

	width: 650px;
}
#LeftSide {
	padding-right: 16px;
	width: 290px;
	text-align: right;
}
#LeftSide p { margin: 6px 0 16px 0;}
#RightSide {
	width: 344px;
	text-align: left;
}
#RightSide p {
	margin: 0 0 16px 0;
	line-height: 18px;
}
#RightSide ul {
	margin-bottom: 16px;
	margin-left: 16px;
}
#Footer {
	color: #FFF;
	margin: 8px;
	line-height: 18px;
	text-align: center;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover { text-decoration: underline;}
#Footer span { font-size: 9px;}
.separator { margin: 0 6px;}
a.partner {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	text-decoration: underline;
	color: #303031;
}
a.partner:hover { color: #5D0100;}
.r9 { margin: 0 9px 8px 0;}
.star { color: #F00;}
.field {
	width: 212px;
	height: 24px;
	border-left: 2px solid #858689;
	border-top: 2px solid #858689;
	border-bottom: 0 none;
	border-right: 0 none;
	background-color: #FFF;
	margin: 6px 0;
}
.area {
	width: 212px;
	height: 124px;
	border-left: 2px solid #858689;
	border-top: 2px solid #858689;
	border-bottom: 0 none;
	border-right: 0 none;
	background-color: #FFF;
	margin: 6px 0;
}
.subm {
	width: 70px;
	height: 24px;
	border: 0 none;
	background-color: #858689;
	color: #FFF;
	font-weight: bold;
	margin-left: 70px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5D0100;
	margin: 0 0 8px 0;
}
label {
	width: 70px;
	display: block;
	float: left;
	clear: both;
	margin: 8px 0;
}

#chromemenu {
	float: right;
	width: 530px;
	text-align: center;
	z-index:100;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	width: 100%;
/*	padding: 10px 0;*/
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	color: #4D4D4F;
	float: left;
	list-style: none;
	text-align: center;
}
.chromestyle ul li a{
	color: #4D4D4F;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	color: #E51937;
	font-weight: bold;
}

.dropmenudiv{
	position:absolute;
/*	top: 0;  */
	border-bottom-width: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	visibility: hidden;
	border: 2px solid #E51937;
	margin-top: 10px;
	padding: 6px;
        width: 140px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	/* text-indent: 3px; */
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #4D4D4F;
	padding: 5px 0;
}

* html .dropmenudiv a{ /*IE only hack*/
/*	width: 100%;   */

}


.dropmenudiv a:hover{
	color: #E51937;
	font-weight: bold;
}
