/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;
}
body{
line-height: 1;color: black;font-family: Arial, Helvetica, sans-serif; background:#000000; margin:15px; 
}
ol, ul{
list-style: none;
}
table{
border-collapse: separate;border-spacing: 0;
}
caption, th, td{
text-align: left;font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after{
content: "";
}
blockquote, q{
quotes: "" "";
}
b{
font-weight:bolder; color:#FFFFFF;
}
/* END CSS RESET */


.nojava{
background:        #FF0000;
text-align:        center;
color:             #FFFFFF;
border-bottom:     1px #FFFFFF solid;
position:          fixed;
top:               0px;
width:             100%;
left:              0px;
right:             0px;
}
.wrapper{
height:            630px;
width:             940px;
border:            1px #333333 solid;
background:        url(images/back1.jpg) repeat-y left;
}
.menu_top{
height:            auto;
width:             100%;
border-bottom:     1px #333333 solid;
text-align:        center;
background:        #000000;
}
.menu_top a{
color:             #c0c0c0;
text-decoration:   none;
}
.menu_top a:hover{
color:             #c0c0c0;
text-decoration:   underline;
}
.menu{
width:             209px;
height:            610px;
float:             left;
background:        url(images/back1.jpg) repeat-y;
}
.menu_items{
height:            auto;
width:             100%;
}
.menu_items td{
height:            auto;
width:             100%;
padding:           8px 8px 8px 8px;
color:             #c0c0c0;
font-size:         14px;
}
.menu_items td:hover{
color:             #000000;
background:        #c0c0c0;
cursor:            pointer;
}
.menu_items h1{
font-size:        14px;
}
.menu_items h2{
font-size:        11px;
}
.content{
height:            605px;
width:             699px;
float:             right;
color:             #c0c0c0;
overflow:          auto;
font-size:         16px;
padding:           5px 15px 0px 15px;
word-spacing:      4px;
}
.content a{
color:             #c0c0c0;
font-weight:       bolder;
}
.footer{
height:            auto;
width:             940px;
color:             #c0c0c0;
text-align:        left;
padding:           5px;
font-size:         10px;
}
.footer a{
color:             #c0c0c0;
}
.heading_font{
font-size:         18px;
font-weight:       bold;
}