html {height:100%; width:100%;}
BODY {
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	FONT: 14px/18px "Trebuchet MS", Tahoma, Georgia, "Times New Roman", Times, serif; 
	BACKGROUND: #ffffef; 
    PADDING-TOP: 0px
}
img {border:none;}
table{
	color:black;
}
.content fieldset{
    border: 1px dotted black;
    background: aqua;
}
a { color:#8D0D19;}

.body{
    POSITION: relative; MARGIN: 0px auto; WIDTH: 95%;COLOR: #1d1b06;
    margin-top: -18px !important;
}

.head{ 
    height:120px;
    text-align: center;
    font: 36px/54px "Trebuchet MS", Tahoma, Georgia, "Times New Roman", Times, serif bolder;
    background: blue;
    color: white;
}
img.hov{
    width: 120px !important;
    height: 120px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:2px solid black;
    -moz-box-shadow: 0 0 24px #123;
    -webkit-box-shadow: 0 0 24px #123;
    box-shadow: 0 0 24px #123;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
img.hov:hover{
    position:relative;
    width: 260px !important;
    height: 260px !important;
    -moz-box-shadow: 0 0 24px #F1D;
    -webkit-box-shadow: 0 0 24px #F1D;
    box-shadow: 0 0 24px #F1D;
    border:2px solid green;
    z-index: 1000;
}

.nav{
    text-align:center;
    padding:10px;
    background: url(../images/sub_nav.png) #F4FBF2;
    color: #1d1b06 !important;
}
.nav a{
    padding:8px;
    margin:0px 5px;
    color:#000000;
    text-decoration:none;
    background-color:#0066FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:2px solid black;
    -moz-box-shadow: 0 0 24px #123;
    -webkit-box-shadow: 0 0 24px #123;
    box-shadow: 0 0 24px #123;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;}
.nav a:hover{
    background:#FFFFFF;
    text-decoration:underline;
    font-weight: bold;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:2px solid #FF0000;
    -moz-box-shadow: 0 0 24px #00FF00;
    -webkit-box-shadow: 0 0 24px #00FF00;
    box-shadow: 0 0 24px #00FF00;
    -moz-border-radius-topleft: 20px; 
    -webkit-border-top-left-radius: 20px; 
    border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px; 
    -webkit-border-bottom-right-radius: 20px; 
    border-bottom-right-radius: 20px;
    }


.subnav{
    color: #1d1b06 !important;
    text-align:left;
    margin-top:20px;
    padding: 20px 10px;
    width:200px;
    display:block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    
    border:1px solid black;
}
.content{
    margin: 20px 0px 20px 20px;
    padding:20px 10px;
    display:block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1d1b06 !important;
    border:1px solid black;
}


.footer {
    text-align: right;
    margin: 10px 0px 20px 0px; 
    color: #1d1b06 !important;
}

table.table_head thead{background:#999900;color:#000000;}
table.table_head tbody{background:#CCCCCC;color:#000000;}
table.table_head TR:hover{background:#CCAACC;color:#000000;}
table.table_head table{border:medium; border:#0000FF; border-collapse: collapse;}
table.table_head input{width:100%;color:#000000;}

.gray
{
	color:#999999;
}
.bright
{
	color:#000000;
}
td>input[type='text'], td>input[type='password'], td>select{
    width:180px;
}
* form input[type='text'], textarea, input[type='password'], select{
	padding:5px;
}
* form input[type='reset'], input[type='submit'], input[type='button']{
	padding:6px;
	FONT: 16px/19px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}