body{
	margin-top: 0;
	padding-top:0;
	margin-left: 0;
	margin-right: 0;
	font-family: arial;
	/*background-image: url('http://www.rickrodriguezjr.com/images/Bubbles White 1024 x 768.jpg');
	background-repeat: repeat;
	background-position: right top;
	background-color: #ffffff;*/	
}
h2{
	color: #070978;	
}
h3{
	color: #070978;
	font-size: 14pt;	
}

#articleHeader{
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #eaeaea; 
	height: 20px; 
	padding-top: 5px; 
	padding-left: 5px; 
	font-size: 12px; 
	color: blue;
	font-weight: bold;
}

input[type=text]{
	width:250px;
	height: 25px;
	font-size: 12pt;
	font-family: arial;
	color: #000000;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #ffffff; 
}

input[type=password]{
        width:250px;
        height: 25px;
        font-size: 12pt;
        font-family: arial;
        color: #000000;
        border-width: 2px;
        border-color: #cccccc;
        border-style: solid;
        background-color: #ffffff;
}


input[type=submit]{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	height: 25px;
}

.message{
	text-align: center;
	color: red;
	font-weight: bold;
}
#bookResults{
	width: 90%;
	padding: 20px;
	border-width:1px;
	border-style: dashed;
	border-color: #cccccc;
	font-family: courier;
	font-size: 9px;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}

#bookResults .bookTitle{
	padding-left: 5px;
}

 
#bookResults .bookStar{
	background-image: url('/images/small_yellow_star.jpg');
	background-repeat: no-repeat;
	position: relative;
	right: 0px;
	width: 5%;
	padding: 5px;
}

#bookResults td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
}
#login{
	width: 40%;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	padding: 20px;
}

#login td{
	padding-left: 20%;
}

#menu{
	background-image: url('http://www.rickrodriguezjr.com/images/menubg.gif');
	background-repeat: no-repeat;
	width: 400px;
	height: 35px;
	position: absolute;
	top: 5;	
	left: 50%;
}
#menu ul{
	font-color: #ffffff;
	list-style: none;
	//padding-right: 5px;
	margin-top: 7px;
	position: absolute;
	left: -3px;
}
#menu ul li{
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	color: #ffffff;
	padding-right: 5px;
}
#menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#menu a:link{
	color: #ffffff;
	text-decoration: none;	
}
#menu a:visited{
	color: #ffffff;	
	text-decoration: none;
}
#menu a:hover{
	color: #eaeaea;
	text-decoration: none;
}
#menu a:active{
	color: #ffffff;	
	text-decoration: none;
}

#logotable{
	background-image: url('http://www.rickrodriguezjr.com/images/logocontinue.jpg');
	background-repeat:repeat-x;
	height: 125px;
	width: 100%;	
}
#logo{
	background-image: url('http://www.rickrodriguezjr.com/images/rickrodlogo.jpg');
	background-repeat:repeat-x;
	width: 375px;
	height: 125px;
	margin-left: 20%;
	margin-top: 0px;
	position: absolute;
	top: -0;
	
}
#menu .displaylogo{
	margin-right: 100px;
}

#main{
	width: 50%;
	height: 50%;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;	
}
#content{
	width: 900px;
	margin-left:auto; margin-right:auto;
	vertical-align: top;
}

#content .tablebodyright{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 14px;
	font-family: arial;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
        /*border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #eaeaea;*/
}

#content. tablebodyright td img{
	padding-left: 20px;
}
#content .tablebodyright p{
	padding-left: 30px;	
	font-size: 11pt;
}
#content .tablebodyright ul{
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#content .tablebodyright ul li{
	list-style-image: url('http://www.rickrodriguezjr.com/images/small_yellow_star.jpg');
	padding-top: 5px;
	padding-right: 25px;
}

#content .tablebodyleft{
	padding-top: 5px;
	width: 300;
	padding-right: 30px;
}

#content .tablebodycenter{
	padding-left: 30px;
	padding-right: 30px;
}

#footer{
	margin-top: 20px;
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #070978;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #070978;
}

#footer td{
	color:#070978;
	text-align: center;
	font-size: 10pt;
	
}

#footer a:link{
	color: #070978;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited{
	color: #070978;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:active{
	color: #070978;
	text-decoration: none;
	font-weight: bold;
}


#resources{
	padding-top: 20px;
	width: 300px;
	height: 20px;
}
#resources ul{
	list-style: none;
	padding-top: 8px;
}
#resources ul li{
	display: inline;
}

#interests{
	background-color: #ffffff;
	font-size: 10px;
	/*border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-top-color: #eaeaea;*/
	padding: 5px;
	width: 100%;
	color: #000000;
}

#interests ul{
	padding-right: 10px;
}
#interests ul li{
	list-style: none;
	/*text-indent: -2em;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

