/* 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-face: Arial;*/
/*      font-size : 38px;*/
/*    font: 12px ms sans serif;*/
}

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: blue; text-decoration: underline;} 
a:active {font: bold 13px arial; color: blue; text-decoration: underline;}
a:visited {font: bold 13px arial; color: purple; text-decoration: underline;}
a:hover {font: bold 13px arial; color: red; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/


a.menu:link {font: bold 13px arial; color: #D9E1ED; text-decoration: none;} 
a.menu:active {font: bold 13px arial; color: #D9E1ED; text-decoration: none;}
a.menu:visited {font: bold 13px arial; color: #D9E1ED; text-decoration: none;}
a.menu:hover {font: bold 13px arial; color: yellow; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/



.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #5675A5;
}


.WorkSpace {
  position:absolute;
  left:0px;
  top:32px;
  width:100%;
  visibility:hidden;
  font-family:Verdana,Arial,Helvetica,San-serif;
  font-size:12pt;
  background-color:#FFFFFF;
  padding:12px;
  border-width:1px;
}
.Explain {
  position:absolute;
  left:8px;
  top:0px;
  visibility:hidden;
  background-color:#FFFF99;
  padding:4px;
  border-width:1px;
  border-style:solid;
}


.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: #5675A5;
    color: #D9E1ED;
	border: solid 1px #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.sidebar
{
    width: 150px;
 /*   height: 300px;*/ /* remove this to allow different-sized sidebars */
    background-color: #5675A5; /*#D9E1ED;*/
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #CFE0F9;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}

.subtitle 
{
	color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
/*	font-face:Arial;*/
 /*     font-face: San-serif*/
/*font-family:Verdana,Arial,Helvetica,San-serif;*/
/*     font-size: 13px;*/

/*	font-face: Arial;*/
/*      font-size : 13px;*/

/*    font-size: 16px;*/
    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;
}

.content.padlefttext
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 100px;
}

.content.padrighttext
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 100px;
}

.content.padtop
{
    /* this is to pad if there's a sidebar on the right */
    padding-top: 100px;
}

.content.padsmalltop
{
    /* this is to pad if there's a sidebar on the right */
    padding-top: 50px;
}


.footer
{
/*	background-color:#D9E1ED;*/
	font-size: 13px;
	font-face: arial;
	text-align: center;
}
