body
{
background: #87CEFA url('background.JPG');
}

h2
{
text-align: center;
font-weight: bold;
font-size: 1.4em;
}

h3
{
text-align: center;
font-weight: bold;
font-size: 1.2em;
}

#mainwrapper
{
width: 900px;
margin: 0 auto;
text-align: center;
height: auto;
background: #F0F8FF;
}

#header
{
margin-left: auto;
margin-right: auto;
text-align: center;
}

#top_menu_container
{
width: 700px;
margin: 0 auto;
padding: 0 0 0 60px;
}

ul#top_menu_list
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:1.0em;
white-space: nowrap;
font-weight: bold;
}

#top_menu_list li
{
display: inline;
list-style-type: none;
}

#top_menu_list a
{
width: 180px;
padding: 6px;
background-color: #0000CD;
border-bottom: 1px solid #eee;
display: inline-block;
}

#top_menu_list a:link, #top_menu_list a:visited
{
color: #ffffff;
background-color: #0000CD;
text-decoration: none;
}

#top_menu_list a:hover
{
color: #ffffff;
background-color: #4169E1;
text-decoration: none;
}


#left_hand_menu_container 
{ 
width: 200px; 
float: left;
}

#left_hand_menu_container ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight: bold;
}

#left_hand_menu_container a
{
display: block;
padding: 6px;
width: 180px;
background-color: #0000CD;
border-bottom: 1px solid #eee;
}

#left_hand_menu_container a:link, #left_hand_menu_list a:visited
{
background-color: #0000CD;
color: #ffffff;
text-decoration: none;
}

#left_hand_menu_container a:hover
{
background-color: #4169E1;
color: #ffffff;
}

#arm_logo
{
position: relative;
}

#information
{
padding: 0 10px;
}

#information p 
{
font-size: 1.0em;
text-align: justify;
font-family: Verdana, Times New Roman, Helvetica, sans-serif, Arial;
}

#information ul 
{
font-family: Verdana, Times New Roman, Helvetica, sans-serif, Arial;
font-size: 1.0em;
text-align: left;
list-style-type: square;
text-decoration: none;
margin-left: 20px;
}

.keyword
{
border-bottom: 1px dashed #999999;
}