/* General Body stuff */

html, body {
height: 100%;
width: 100%;
margin-top:0px;
margin-left:5px;
background:#ffffff url(/images/background/blue_fill.jpg) repeat-x; 
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
}
#footer {
font-size: 0.8em;
color:#333333;
padding-bottom: 20px;
text-align: center;
}
#home_sub {
margin-bottom: 25px;
}
#header_text{
display:block;
margin: 10px 0 20px 0;
font-size:1.3em;
font-weight:bold;
color:#003399;
}
.subheading {
display:block;
font-weight:bold;
color: #003399;
margin-bottom: 5px;
}
.text {
display:block;
color:#666666;
margin-bottom: 20px;
text-align:justify;
font-size: 0.9em;
}
#signup {
display:block;
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
color: #003399;
}
#signup_referral{
display:block;
margin-top:5px;
color: #333333;
font-size:0.8em;
text-align:center;
}
#referral {
width:250px;
height:140px;
color:#333333;
padding-left:25px;
padding-top:15px;
background:url(/images/postit_referral.gif) top left no-repeat;
}
#referral span {
display:block;
margin-bottom:5px;
font-size:0.9em;
}
a {
color: #003399;
text-decoration:underline;
}
a:hover {
color: #ff0000;
text-decoration:underline;
}
/* Forms */
#form_login {
height: 50px;
font-size: 0.8em;
background-color: #062271;
color: #ffffff;
}
#form_signup {
font-size: 0.8em;
}
/* Graphical Container */
#conainter_top_left {
background:url(/images/background/left_corner_top.gif) no-repeat;
width: 40px;
height: 40px;
}
#conainter_top_right {
background:url(/images/background/right_corner_top.gif) no-repeat;
width: 40px;
height: 40px;
}
#conainter_bottom_left {
background:url(/images/background/left_corner_bottom.gif) no-repeat;
width: 40px;
height: 40px;
}
#conainter_bottom_right {
background:url(/images/background/right_corner_bottom.gif) no-repeat;
width: 40px;
height: 40px;
}
#conainter_left_fill {
background:url(/images/background/left_fill.gif) repeat-y;
width: 40px;
}
#conainter_right_fill {
background:url(/images/background/right_fill.gif) repeat-y;
width: 40px;
}
#conainter_top_fill {
background:url(/images/background/top_fill.gif) repeat-x;
height: 40px;
}
#conainter_bottom_fill {
background:url(/images/background/bottom_fill.gif) repeat-x;
height: 40px;
}
.notrans {
background-color: #ffffff;
}
/* Main Nav */
#home_nav a{
text-decoration:none;
color: #ffffff;
}
#home_nav a:hover{
text-decoration:none;
color: #ff0000;
}
#home_nav a:visited{
text-decoration:none;
}
/* FAQ */
.faq {
display:block;
color: #003399;
margin-bottom: 5px;
}
.faq_subheading {
display:block;
font-weight:bold;
color: #003399;
margin-bottom: 5px;
}
.faq_text {
display:block;
color:#666666;
text-align:justify;
font-size: 0.9em;
margin-bottom: 20px;
}
a.faq_bookmark{
text-decoration:none;
}
a:hover.faq_bookmark{
text-decoration:none;
color: #003399;
}
a:visited.faq_bookmark{
text-decoration:none;
}