body {
    background: url("BodyBg.gif") repeat-x scroll left top transparent;
    color: #575A5D;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}
#compulinkWrapper {
    margin: 0 auto;
    width: 960px;
}

#logo{}
#compulinkHeader {
    background-image: url("compulink-logo.gif");
    margin: 0 auto;
    width: 100%;
}
#compulinkMenu {

    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    height: 40px;
    width: 100%;
	 background-image: url("red-menu.gif");
}
#compulinkMenu a {
    border-right: 1px solid #666666;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
}
#compulinkMenu a:hover {
    background: none repeat scroll 0 0 #666666;
}
#compulinkTopLinks {
    color: #333333;
    float: right;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 12px;
    padding-top: 97px;
    width: 550px;
}
#compulinkTopLinks a {
    color: #333333;
    display: block;
    float: right;
    padding: 0 10px;
    text-decoration: none;
}
#compulinkTopLinks a:hover {
    color: #990000;
    display: block;
    float: right;
    padding: 0 10px;
    text-decoration: none;
}
h1 {
    color: #666666;
    font-size: 1.8em;
}

h2 {
    color: #000000;
    font-size: 1.5em;
    margin: 5px 0 10px;
}

#Footer {
    background: url("bg_footer.jpg") repeat-x scroll left top transparent;
}
#Footer {
    border-top: 1px solid #C4C4C4;
    font-size: 0.85em;
    margin: 0 auto;
    padding: 15px 0 20px;
    text-align: center;
    width: 900px;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
    margin: 0;
    text-decoration: none;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
    margin: 0;
    text-decoration: none;
}
a {
    color: #FF0000;
}


#Footer p {
    color: #575A5D;
}

#content{background-color: #EBEBEB;
    border-top: 2px solid #FF0000;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 20px;
	width:500px; margin:20px auto;}
	
h1{text-align:center;}
.typeSelect{text-align:center; padding-bottom:10px;}
#formActions{text-align:center; padding-top:10px;}

.error {
    color: red;
    font-weight: bold;
    margin-left: 10px;
}
.resultMessage{text-align:center;}