/*--------------------------------
    main elements
--------------------------------*/
html, body {
    font-family: Arial, Tahoma, Verdana;
    background: #4b4b4b;
	color: #6a6a6a;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
img {
	margin: 0px;
	border: 0px;
}
p {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px 45px 50px 55px;
	font-size: 12px;
	line-height: 15px;
}

p2 {
	color: #5e5e5e;
	margin: 0px;
	padding: 100px 45px 50px 55px;
	font-size: 12px;
	line-height: 15px;
}

h1 {
	margin: 0px;
	padding: 20px 0px 10px 53px;
	font-weight: normal;
	line-height: 38px;
	font-size: 22px;
	color: #088ea7;
    font-family: Times, Tahoma, Verdana;
}
h2 {
	margin: 0px;
	padding: 0px 0px 16px 54px;
	font-weight: normal;
	line-height: 18px;
	font-size: 18px;
	color: #088ea7;
    font-family: Times, Tahoma, Verdana;
}


a {
	text-decoration: none;
	color: #088ea7;
}

a:hover {
	color: #000;
}

strong {
    color: #088ea7;
}

/*--------------------------------
    containers
--------------------------------*/
table#main-container {
	width: 830px;
	height: 100%;
	margin: 0 auto;
	
}

    table#main-container td {
    
    }
    
    div#center-container {
        width: 830px;
        background: #FFF url(../images/bg.gif) repeat-y top left;
    }
    
        div#header-container {
            height: 303px;
            padding: 10px 21px 0px 11px;
            background: transparent url(../images/header-bg.gif) no-repeat top left;
        }
        
            div#top-links {
                line-height: 25px;
                padding: 0px 10px 0px 0px;
                text-align: right;
            }
            
                div#top-links a {
                    color: #ababab;
                }
                
                div#top-links a:hover {
                    color: #000;
                }
                
            div#logo {
                height: 95px;
                text-align: center;
            }
            
            div#header {
                height: 153px;
            }
            
            div#top-menu {
                float: left;
                width: 798px;
                height: 21px;
                background: #013c46 url(../images/top-menu-bg.gif) no-repeat top left;
                color: #FFF;
                text-align: center;
            }
            
                div#top-menu a {
                    display: block;
                    float: left;
                    width: 155px;
                    height: 21px;
                    color: #FFF;
                    font-family: Times, Tahoma, Verdana;
                    font-size: 15px;
                }
                
                div#top-menu a:hover {
                    color: #000;
                }
                
                div#top-menu span {
                    display: block;
                    float: left;
                    width: 5px;
                    color: #FFF;
                }
                
                div.sub-menu {
                    position: absolute;
                    width: 155px;
                    top: 96px;
                    left: 131px;
                    padding: 0 0 0 0;
                    display: none;
                    background-color: #026375;
                }
                
                    div.sub-menu a {
                        display: block;
                        width: 137px;
                        height: 20px;
                        padding: 4px 4px 0 14px;
                        text-decoration: none;
                        color: #ffffff;
                        clear: both;
                        font-size: 14px;
                        border-bottom: 1px solid #FFF;
                        font-family: Times, Tahoma, Verdana;
                    }
                    
                        div.sub-menu a:hover {
                            background-color: #19343d;
                            color: #FFF;
                        }
                        
                    div.sub-menu a.last {
                        display: block;
                        clear: both;
                        
                    }
                        div.sub-menu a.last:hover {
                            background-color: #19343d;
                        }
                
            div#content {
                padding: 10px 71px 10px 55px;
            }
            
                div#content-left {
                    float: left;
                    width: 325px;
					min-height: 200px;
					_height: 200px;
                }
                
                div#content-right {
                    float: left;
                    width: 325px;
                    padding: 30px 0px 15px 50px;
                }
                
                    table.people-list {
                        width: 325px;
                        margin: 10px 0px 0px 0px;
                    }
                    
                        table.people-list td {
                            padding: 10px 10px 10px 0px;
                            border-top: 1px solid #c0c0c0;
                            color: #0496b1;
                        }
                        
                            table.people-list td strong {
                                color: #023b46;
                                font-size: 14px;
                            }
                        
                            table.people-list td img {
                                border-top: 1px solid #787878;
                                border-right: 1px solid #787878;
                                border-bottom: 1px solid #787878;
                                border-left: 5px solid #027084;
                            }
            
            div#footer {
                height: 9px;
                padding: 10px 21px 10px 15px;
                background: #4b4b4b url(../images/footer-bg.gif) no-repeat top left;
            }
            
            div#footer a {
                color: #6a6a6a;
            }
            
            div#footer a:hover {
                color: #000;
            }
    
    .clearer {
        clear: both;
    }
                