/* 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.                                          */

H1	{font: bold 28px arial; color: #5675A5; text-decoration: none;}
H2	{font: bold 16px arial; color: #5675A5; text-decoration: none;}


body
{
    font: 16px arial;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 16px arial; color: #5675A5; text-decoration: none;} 
a:active {font: bold 16px arial; color: #5675A5; text-decoration: none;}
a:visited {font: bold 16px arial; color: #5675A5; text-decoration: none;}
a:hover {font: bold 16px 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 */
.TimeLine A:link {font: bold 13px arial; color: #000066; text-decoration: none;} 
.TimeLine A:active {font: bold 13px arial; color: #000066; text-decoration: none;}
.TimeLine A:visited {font: bold 13px arial; color: #000066; text-decoration: none;}
.TimeLine A:hover {font: bold 13px arial; color: #AF0020; 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;
}

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

.title2 
{
    color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}

.nopadding
{
/* Clears any inherited padding down */
	padding: 0px 0px 0px 0px;
}

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

.subtitle 
{
	color: #5675A5;
	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: Arial;
    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;
}

.sidebar
{
    width: 160px;
    background-color: #D9E1ED;
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}
.sidebar400
{

	height: 400px; /* remove this to allow different-sized sidebars */

}
.sidebar600
{

	height: 600px; /* remove this to allow different-sized sidebars */

}
.sidebar800
{

	height: 800px; /* remove this to allow different-sized sidebars */

}
.sidebar1000
{

	height: 1000px; /* remove this to allow different-sized sidebars */

}
.sidebar1200
{

	height: 1200px; /* remove this to allow different-sized sidebars */

}

.sidebar1400
{

	height: 1400px; /* remove this to allow different-sized sidebars */

}

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

}
.sidebaritemHilight
{
    width: 140px;
    background-color: #33ccff;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

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

.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}.SmallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #D9E1ED;
}
