body{
	margin: 0px; padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS",arial, sans-serif;
}

body,p,li,td,th{ font-size: 12px; color: #001B51;}

img{
    border: none;   
}

form{
    margin: 0px; padding: 0px;    
}

a{
    font-weight: bold; text-decoration: none; color: #001B51;    
}
    a:hover{
        color: #1F3F81;    
    }

	#container{
		width: 700px; height: 100%;
		text-align: center;
		margin: 0px auto 0px auto; padding: 0px;
		position: relative; left: 0px; top: 0px;
        }
        
        #header{ 
            width: 100%; height: 194px;
            background-image: url("../img/headerbg.gif");
        
        }
            #logo{
                position: absolute; left: 50%; margin-left: -350px;    
            }
        
            #header h1{
                position: absolute;
                color: white; font-size: 19px; font-weight: normal;                
            }
                h1#tagline1{
                    left: 8px; top: 100px;    
                }
                
                h1#tagline2{
                    right: 240px; top: 128px;    font-size: 24px;
                }
            
            #header .menu{
                margin: 0px; padding: 0px;
                position: absolute; right: 221px; top: 80px;
            }
            
                #header .menu li{
                    float: left; list-style: none; margin-left: 12px; 
                    font-size: 12px;
                }
                
            #header .explanation{
                width: 189px;
                position: absolute; top: 80px; right: 12px; 
                color: white; font-size: 12px;
                text-align: left; line-height: 18px;
                
            }
            
        #content{
            margin: 0px auto;
            width: 700px; height: auto;
            text-align: left;
        }
        
            #content h2{
                font-size: 18px; padding-top: 8px;    
            }
        
            #content p a{
                text-decoration: underline;    
            }
        
            #content label{
                display: block;
                font-size: 14px; color: #001B51; font-weight: bold;
                padding-top: 10px; padding-bottom: 1px;
            }
      
            #content input,
            #content textarea,
            #content .datetimePicker{
                width: 100%;
                border: 1px solid #A1B9E9;
                background-color: #D9E3F6;
                position: relative;
            }
            
            #content .datetimePicker{
                z-index: 80;    
            }
            
                #content .datetimePicker span{
                    padding-left: 5px;
                }
                
                #content .datetimePicker select{
                    font-size: 12px; font-weight: bold;    
                }
            
                #content .datePicker,
                #content .timePicker{
                        z-index: 15;
                        position: absolute; top: 17px; left: 20px;
                        width: 100%;
                        display: none;
                        border: 1px solid white;
                        background-color: #A1B9E9;
                }
                   
                    #content .datePicker .month input{
                        background-color: #001B51;
                        color: white;
                    }
                
                    #content .datePicker .month th{
                        font-size: 14px;
                    }
                        #content .datePicker .month th a{
                            font-size: 10px; font-weight: normal;
                        }
                
                    #content .datePicker th{
                        color: white;   
                        text-align: center;
                    }
                
                    #content .datePicker td.normal{
                        width: 14%; background-color: white;    
                    }
                         #content .datePicker td.today{
                            background-color: #001B51; 
                         }
                             #content .datePicker td.today a{
                                    color: white;  
                             }
                         
                         #content .datePicker td.weekend{
                            background-color: #D9E3F6;    
                         }
                         
                
            #content .button{
                margin-top: 28px;
                border-width: 0px;  
                height: 32px;
                background-color: #001B51; background-image: url("../img/buttonbg.jpg"); 
                color: white;
                font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold;
            }
                                
        #column1, #column2{
            position: relative; left: 0px; top:0px;
            float: left; margin: 0px;
        }
        
            #column1{
                width: 479px;
                margin-right: 9px;
            }
            
            #column2{
                width: 212px;
                max-width: 200px;
                height: 370px;
                padding-left: 9px;
                border-left: 1px solid #C9D7F3;
            
            }
        
    .icon{
        vertical-align: top;    
    }

.footer{
	text-align: center;
	padding-top: 20px; font-size: 10px;
}

	.footer a{
		font-size: 10px;
	}
