/* CSS Document */
body {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0px;
}
h1 {
font-size: 22px;
padding-top: 10px;
padding-bottom: 5px;
margin: 0px;
}
table {
margin-left: auto; 
margin-right: auto;
}
.imgright {
float: right;
padding-left: 5px;
}
a.but {
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}
a.but:active {
text-decoration: none;
font-weight: 500;
}
a.but:visted {
font-weight: 500;
text-decoration: none;
}
a.but:hover {
text-decoration: underline;
font-weight: 500;
}
.header {
background-color: #333399;
background-image: url(../images/flag.jpg);
background-position: left;
background-repeat: no-repeat;
color: #CB102A;
height: 99px;
font-weight: bold;
font-size: 36px;
width: 760px;
border-right: 1px solid #CB102A;
border-left: 1px solid #CB102A;
border-top: 1px solid #CB102A;
}
.subheader, .botcell {
background: #CB102A;
height: 5px;
width: 760px;
border-right: 1px solid #CB102A;
border-left: 1px solid #CB102A;
}
.left {
background: #333399;
vertical-align: top;
width: 145px;
border-left: 1px solid #CB102A;
}
.space {
width: 5px;
}
.main {
width: 608px;
border-right: 1px solid #CB102A;
}
.button {
background: #333399;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CB102A;
border-top: 1px solid #CB102A;
border-right: 1px solid #CB102A;
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}
.button1 {
background: #333399;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CB102A;
border-right: 1px solid #CB102A;
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
text-decoration: none;	
}
.buttonover {
background: #CB102A;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CB102A;
border-top: 1px solid #CB102A;
border-right: 1px solid #CB102A;
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}
.buttonover1 {
background: #CB102A;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CB102A;
border-right: 1px solid #CB102A;
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}
.pagetitle {
font-size: 24px;
font-weight: bold;
padding-top: 10px;
}			  
.copy {
text-align: center;
font-size: 12px;
color: #666666;
width: 760px;
padding-bottom: 5px;
padding-top: 5px;
border-right: 1px solid #CB102A;
border-left: 1px solid #CB102A;
border-bottom: 1px solid #CB102A;
}