@import url('css/reset.css');
@import url('css/menu.css');

body{margin:0 auto; text-align:center; background:white url('images/bg-strip.jpg') repeat-x; font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6{color:black;}

.page-header{width:100%; line-height:40px; background: black; color:white;margin:0 auto;}
.logo img{ margin-top:7px; margin-right:20px;width:197px; height:28px;}
.menu-wrapper{ vertical-align:top;}

.page{margin:0 auto;width:735px;}
.content-wrapper{text-align:left;}
.content-table{width:100%; border-left: 2px black solid; border-right: 2px black solid;}

.TopPane{background:white;}
.ContentPane{background:white; padding:30px 62px 30px 62px;}
.LeftPane, .RightPane{background:#274E36 url('images/green_grad.jpg') repeat-x;  width:50%;}
.LeftPane{padding:15px 7px 15px 30px;}
.RightPane{padding:15px 30px 15px 7px;}
.LeftPane, .RightPane, .ContentPane{text-align:left;}

.divider{margin:0 auto; width:100%; text-align:center; background:#A1A1A1;}
.divider .mid{margin:0 auto;background:#CDCDCD;width:735px;  border-left: 2px black solid; border-right: 2px black solid; height:4px;}
.divider .mid td{height:4px;}

a.login-style{font-family:Arial; font-size:11px;color:white;}
a.login-style:link{color:white;}
a.login-style:hover{color:white;}
a.login-style:visited{color:white;}

.copyright-wrapper{text-align:center;padding:10px;}
.copyright-style{font-family:Arial; font-size:11px;}

.center{margin:0 auto;}
