
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: #ffffff;  /* white */
	color: #000000;   /* black */	
	font: 100%/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;  /* Was 14px  */
	}

a {
	color: #0852a5;
	border-bottom:1px dotted;
	text-decoration: none;
}

a:hover {
	background: #ffff00;  /* yellow */
	border-bottom:1px dotted #000;
	color: #000000;   /* black */
}

a:visited {
	color: #15317e;  /* royal blue */
	border-bottom:1px dotted;
	text-decoration: none;
}

blockquote {
	border : 1px solid #cccccc;
	width: 200px;
	float: right;
	font-size: 80%;
 	margin: 10px;
	padding: 10px;
	background-color: #f4f4f4;
}

h1 {
	color: #15317e;  /* royal blue */
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

h2 {
	color: #15317e;  /* royal blue */
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: underline;
}

hr	{
	margin: 10px;
	width: 95%;
	}

img	{
	margin: 10px;
	}

img.right	{
	float: right;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
 	margin-bottom: 18px;
}

li {
	margin-left: 20px;
}

p {
 	margin-bottom: 18px;
}

#clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	width: 960px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}

#content
	{
	padding:1em; /* Originally 3em*/
	}

#footer
	{
	font-size: 12px;
	text-align: center;
	}
	
#grid_3, #grid_9, #grid_12
	{
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}		
	
#grid_3
	{
	font-size: 12px;
	width: 190px;
	}
	
#grid_9
	{
	width: 690px;
	}
	
#grid_12
	{
	width: 920px;
	}

#grid_3 li {
	margin-left: 0px;
}

#grid_3 ul {	
	list-style: none;
	margin-left: 0; 
	padding-left: 0;
}	

#grid_3 li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #f4f4f4;
	border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 170px;
}	
	
#grid_3 li a:hover {
	background: #0852a5;
    border:1px solid;
	color: #ffffff;  /* white */
	text-decoration:none; 
	text-align: center;
}

 	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
