/* Background Color */
body {background-image: url(./images/backgrounds/back.jpg); background-repeat: repeat-y}

/* Navigation Styles */
div.navigation {width: 160px; margin-right: 10px}

td.menu_header {font-family: verdana; font-size: 16px; font-weight: bold; text-align: center}
td.menu_item {font-family: verdana; font-size: 14px}

/* Main Content Styles */
h1{font-family: verdana; color: green; text-align: center; margin: 0}

/* Sub Headings */
h2{font-family: verdana}
h2.subitem{font-family: verdana; color: #CC9966}
h3{font-family: verdana}

div.main_content {position: absolute; top: 10px; left: 200px; margin-left: 10px; margin-right: 60px}

p{font-family: verdana; font-size: 16px}
p.document_version{font-family: verdana; font-size: 16px; text-align: center}
p.author{font-family: verdana; font-size: 16px; text-align: center}
p.num_visitors{font-family: verdana; font-size: 14px; color: green; text-align: center}

div.main_content_index {
position: absolute; 
top: 10px; 
left: 200px; 
margin-left: 5px; 
margin-right: 10px
}

td.right_column {
padding-left: 20px;
width: 150px;
}

table.ad_block {
border-style: solid;
border-width: 1;
background-color: #FFFFCC;
}

p.ad_title {
text-align: center;
margin-bottom: 5px;
color: #FF0033;
}

p.ad_block {
font-size: 10px;
}

p.notice_board_title{
font-family: verdana; 
font-size: 14px;  
text-align: left; 
margin: 0;
}

p.notice_board{
border-style: solid; 
border-width: 1;
border-color: black;
background-color: #FFFFCC;
font-family: verdana; 
font-size: 12px;
padding: 12px;
color: #666666;  
text-align: left;
}
p.last_updated{font-family: verdana; font-size: 16px; text-align: center}
p.news_date{font-family: verdana; font-size: 16px; font-weight: bold;}
p.dedication{margin: 25px; background-color: #FFFFCC; border-style: solid; border-color: #FF0000; border-width: thin; padding: 12px; font-family: courier; font-size: 12px; color: #000000; text-align: center}
li{font-family: verdana; font-size: 16px}
li.news_item{font-family: verdana; font-size: 16px}
td{font-family: verdana; font-size: 16px}

code{font-style: italic; font-weight: bold}
code.program_name{font-family: arial; font-size: 14px; color: #4B4B4B}
pre.code{margin: 25px; border-style: solid; border-color: #999999; padding: 12px; font-family: courier; font-size: 12px; color: #006600; white-space: pre}
pre.debug{margin: 5px; border-style: solid; border-color: #CCCCCC; padding: 12px; font-family: courier; font-size: 12px; color: #006600; white-space: pre}




/* Nav Header */ 

.nav_header {width: 150px;
margin-bottom: 0px;
text-align: center;}

.nav_header h1 {text-align: left;
font-family: verdana; 
font-size: 16px;
font-weight: bold;
color: black;
margin: 2}

.nav_plea {width: 150px;
font: 14px Arial, sans-serif;
font-weight: bold;
margin-bottom: 10px;
text-align: left;}

/* Nav Item */
.nav_item {width: 150px;
font: 14px Arial, sans-serif;
font-weight: bold;
margin-bottom: 10px;
text-align: center;}

/* Nav Box */
.nav_box {width: 150px;
font-family: arial;
padding: 2px;
font-size: 14;
background-color: #FFFFFF;
margin-bottom: 10px;
border: 1px solid black;}

.nav_box nav_message{font-family: arial;
display: block;
font-size: 14;
padding: 5px;
;}

/* Button Specification */
.buttons td {padding-left: 3px;
padding-bottom: 3px;}

.buttons nolink {color: black;
font: 14px Arial, sans-serif;
padding-left: 3px;}

.buttons a {color: #0000EE;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #99CCCC;
font: 14px Arial, sans-serif;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #99CCCC;
color: #FFFFFF;
text-decoration: none;}


