/* CSS Document */

body{
background-color:#314196;
background-image:url(/images/layout/bkgnd.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;

}


#navmenu{

font-size:17px; 
color:white; 
list-style:none; 
text-align:right; 
width:225px; 
font-weight:bolder; 
font-family:'Courier New', Courier, monospace;
margin-top:0px;


}

#pagetitle{

display:none;


}

.messages{

padding-top:5px;
padding-bottom:5px;

}
#menu{
float:left;
clear:right;

}

#book{
margin-left:50px;
margin-top:35px;

}

#content{
margin-left:285px;
width:420px;
background-image:url(/images/layout/header.gif);
background-repeat:no-repeat;
background-position:top;
padding-top:70px;

}

p{

font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:0.9em;
line-height:18px;

}

h2{

font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#555500;

}

.imageright{



float:right;
padding:5px;
background-color:#FFFFFF;
margin-left:20px;
}

.thumbimage{
padding:1px;
background-color:#FFFFFF;
}

.detailimage{
padding:3px;
background-color:#FFFFFF;
}

img{

border:0px;

}


a:link
{
	color:#214196;
	text-decoration: none;
}

a:visited
{
	color:#000066;
	text-decoration: none;
}


a:hover
{
	color:#CC3300;
	text-decoration: underline;
}

a:active
{
	color:#214196;
}


a.menuitem:link
{
	color:#FFF;
	text-decoration: none;
}

a.menuitem:visited
{
	color:#FFF;
	text-decoration: none;
}


a.menuitem:hover
{
	color:#EED545;
	text-decoration: none;
}

a.menuitem:active
{
	color:#FFF;
}
