/* 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
{
	background-color: #FFFFFF;
	background-image:url(/images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td { font-size: 13px; }
.bold {font: bold arial; color: #5675A5} 

/* these are the font styles for the links that appear on your web page */
a:link {font: bold arial; color: #5675A5; text-decoration: underline;} 
a:active {font: bold arial; color: #5675A5; text-decoration: underline;}
a:visited {font: bold arial; color: #5675A5; text-decoration: underline;}
a:hover {font: bold arial; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

/* these are the font styles for the links that appear on your web page */
a.negative:link {font: bold arial; color: #D9E1ED; text-decoration: none;} 
a.negative:active {font: bold arial; color: #D9E1ED; text-decoration: none;}
a.negative:visited {font: bold arial; color: #D9E1ED; text-decoration: none;}
a.negative:hover {font: bold arial; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

a.smLink, a.smLink:visited {
	font-size: 10px;
}
a.smLink:hover, a.smLink:visited:hover {
	font-size: 10px;
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #5675A5;
}

.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: 780px;
}

.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #62A6E5;
	background-image:url(/images/bg_title.jpg);
    color: #D9E1ED;
	border: solid 1px #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.footer
{
	/* background-color:#D9E1ED; */
    background-color: #62A6E5;
	background-image:url(/images/bg_title.jpg);
	font-size: 12px;
	color: #CCCCCC;
	font-face: arial;
	text-align: center;
}

.title2 
{
    color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}

h1
{
    color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 26px;

}

b
{
    color: #000000;
    font-weight: bold;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    padding: 0px;
	margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
	background-color: #EEEEEE;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
	background-color: #FFFFFF;
}

.sidebar
{
    width: 150px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #D9E1ED;
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}
.sidebarcatalogue
{
    width: 300px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #DDDDDD;
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
	border-left: 1px solid #5675A5;
}

.sidebaritem
{
    width: 130px;
    background-color: #CFE0F9;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 16px;
    padding: 2px;
    margin-bottom: 3px;

}

.sidebaritemcat
{
    width: 90px;
	height: 44px;
    background-color: #5675A5;
    color: #CFE0F9;
    border: solid 3px #CFE0F9;
    font-size: 13px;
    padding: 1px;
    margin-bottom: 2px;
}

.marginbig {

    margin-bottom: 10px;
	margin-right: 10px;
}
.sidebaritemcat a:link, .sidebaritemcat a:active, .sidebaritemcat a:visited
{
font: bold arial; color: #CFE0F9; text-decoration: underline;
}
.sidebaritemcat a:hover 
{
font: bold arial; color: #AF0020; text-decoration: underline;
}
hr {
	color: #5675A5; 
}
.sidebaritemsec
{
    width: 130px;
    background-color: #CCCCCC;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 16px;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: right;
	text-align: center;
}

.horiz_wide
{
    color: #4B1A95;
    font-weight: bold;
	width: 240px;
	float: right;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}
