/*
My Style Sheet for RPBoards.net
Author: Jeren (josh@joshspadd.com)
------------------------------------*/

/*
Div Tags
------------------------------------*/
.imgfloatr{
	float:right;
	width:150px;
	height: 150px;
	margin: 0 0 5px 5px;
	border:1px solid white;
	text-align:center;
}

#bigcase {
	width: 700px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 1px;
}

#header{
    width: 700px;
	height: 250px;
    background-image: url('images/banner1.jpg');
    font: 10px verdana, arial, helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
}

#mycontents{
     width: 670px;
     padding: 15px;
     background: #ffffff;
     color: #000000;
     text-align: justify;
     }

#mainmenu{
	width: 150px;
	padding: 0px;
	background: #E0E8EA;
	margin: 0px;
}

#menuheaditem{
	width: 100%;
	
}

#bulletr{
	background-image: url('images/r-arrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

/*
Main Tags
-----------------------------------*/
h3.wide{
	background-image: url('images/menudot.gif');
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-color: #0A668B;
	border-bottom-style: solid;
	width: 100%;
}

A:link {text-decoration: none; color: #8398D7; border-bottom: 1px dotted #8398D7;}

A:visited {text-decoration: none; color: #8398D7; border-bottom: 1px dotted #8398D7;}
A:hover {text-decoration: underline; color: #8398D7; border-bottom: 1px dotted #8398D7;}
A:active {text-decoration: none; color: #8398D7; border-bottom: 1px dotted #8398D7;}

body {
 background: #0A668B none;
 color: #000000;
/* text-align: center;*/
 font: 11px verdana, arial, helvetica, sans-serif;
 margin: 0px;
}

/* HEADER TAGS
------------------------------------------------------------------------*/
#headleft {
     float: left;
/*     width: 202px;*/
     padding: 0px;
     text-align: left;
/*     background-image: url('images/banner.jpg');*/
     color: #ffffff;
     }

#headright {
     float: right;
/*     width: 130px;*/
     padding: 0px;
     text-align: right;
/*     background-image: url('images/banner2.jpg');*/
     color: #ffffff;
     }

#headcenter {
     clear: both;
     /*background: #2179C3;*/
     color: #ffffff;
     font: 1px arial, sans-serif;
     height: 250px;
     }

/* SITE CONTENT
--------------------------------------------------------------------------*/
#fulltop {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#contentl {
     float: left;
     width: 23%;
	 padding: 2px 5px 0px 1px;
	 margin: 0px 0px 0px 0px;
     }

#contentr {
    float: left;
    width: 74%;
    padding: 2px;
    }
	
#contmenu {
	float: left;
	padding: 5px;
}

#contentc
    {clear: both;}

/*
FOOTER
-------------------------------------------------------------------------*/
#footmain {
	width: 700px;
	border-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #000000;
	background: #FFFFFF;
	padding: 4px 0px 4px 0px;
}
	
/*
MENU
-------------------------------------------------------------------------*/
td.topmenu {
	height: 30px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/topbg.gif');
	border-top: 1px solid #B6BFBA;
	border-bottom: 1px solid #E5E5E5;
	font: 12px verdana, arial, helvetica, sans-serif;
}

td.topmenu:hover {
	height: 30px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-color: #C4E1FF;
	border-top: 1px solid #B6BFBA;
	border-bottom: 1px solid #E5E5E5;
}

A.top:link {
	text-decoration: none;
	color: #000000;

}
A.top:visited {
	text-decoration: none;
	color: #000000;

}
A.top:hover {
	text-decoration: none;
	color: #000000;

}
A.top:active {
	text-decoration: none;
	color: #000000;

}
.head {
	font-weight: bold;
	color: #000000;
	word-spacing: 3px;
}

ul 
{
list-style-image: url('images/r-arrow.gif');
}
fieldset.quotes {
	background-color: #eeeeee;
}