/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{
    font: 8pt verdana;
}


#mainbody
{
	margin					: 0;
	padding					: 0;
	font-weight				: normal;
	color					: black;
	font					: 18px verdana, arial, sans-serif;
}

#pagehead
{
	padding-top				: 10px;
	padding-left			: 5px;
	color					: #C36F32;
	font					: 18px verdana, arial, sans-serif;
	font-weight				: bold;
	height					: 26px;
	margin-top				: 10px;
	float					: left;
	width					: 375px;
	background				: url('rrk/img/rightcontent-bg.gif') no-repeat top left;

}

/* added by RRK */
a:link {color: #0000FF; font-weight: normal; text-decoration: none;}
a:visited {color: #660000; font-weight: bold; text-decoration: none;}  /* brown */
a:hover {color: #FF0000; font-weight: bold; text-decoration: none;}
a:active {color: #0000FF; font-weight: bold; text-decoration: none;}

ul { list-style-image: url('img/redbull.gif') }
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
li { font-family: verdana,arial; font-size: 10pt; }
p { font-family: verdana,arial; font-size: 10pt; }
p.small { font-family: verdana,arial; font-size: 8pt; font-height:150%}

.midcell
{
align="left valigntop bordercolor#CCCCCC styleborder-left-style solid"; border-left-width:1 width1
}


h2 { font: 10pt verdana; }
h3 { font: 12pt verdana; }
h4 { font: 12pt verdana; font-weight: bold;}


/* these are the font styles for the links that appear on your web page */

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #83032A;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 760px;
}


#frontsplash
{
	width					: 740px;
	height					: 60px;
	padding: 20px;
/*	margin: 20px; */
	background: url('rrk/img/title1.gif') no-repeat top left;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: verdana,Arial;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #83032A;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}


.sidebaritem
{
    width: 130px;
    background-color: #FFFFCC;
    color: #0000FF;
/*    background: url('nimg/bl3.gif') repeat-x top left; */
    border: solid 1px #CFACA7;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #FFFFFF;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#CFACA7;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}


/* end of file */



