/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/* Remove list-style from lists */
ol, ul
{
    list-style: none;
}

/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

/* Remove list-style from lists */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove border from fieldset and img */
fieldset, img
{
    border: 0;
}

/* Left-aligns text in caption and th */
caption, th
{
    text-align: left;
}

/* Removes quotations marks from q */
q:before, q:after
{
    content: '';
}

html
{
    margin:0;
    padding:0;
    text-shadow: #000000 0 0 0px;
}

/*
	purple #6d5c97; 
	green #73a74d; 
	gray #9c9ca0;
*/


body
{
    font-family: Arial;
    font-size:9pt;
    background-color: white;
    
    margin:0;
    padding:0;    
    
    text-decoration: none;
    text-align: left;
    
    color: Black;
}

a, input, td, select, textarea
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}

th
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

div.centered
{
    /*text-align: center;*/
    width: 763px;    
    /*height: 90%;*/
    position: absolute;
    top: 0px;
    left: 50%;
    margin:0;
    padding:0;
    margin-left: -381px;
    margin-top: 0px;   
    border: 0; 
}

div.containerBLOGHDR
{
	width:810px;
}

div.containerIFC
{
    border:0; 
    margin:0;
    padding:0;   
    width:100%;    
    text-align: right;
    height:18px;
    color:#9c9ca0;
}

div.miscContainer
{
	float:left;
	height: 650px;
	width: 200px;	
	background-color:#9c9ca0;
}

div.gapContainer
{
	float:left;
	height: 650px;;
	width: 10px;	
}

div.blogContainer
{
	float:left;
	height: 650px;
	width: 763px;
	overflow:auto;	
}

a.nodecoration
{
	text-decoration:none;
	cursor:hand;	
}

a.link-1, a:active.link-1
, a:visited.link-1
, a:link.link-1
{
	color:#9c9ca0;
	font-weight:normal;	
	text-decoration:none;
	cursor:hand;	
}

a:hover.link-1
{
	color:#6d5c97;
	font-weight:normal;
	text-decoration:none;
	cursor:hand;		
}

a, a:active
, a:visited
, a:link
{
	color:#9c9ca0;
	font-weight:normal;	
	cursor:hand;	
}

a:hover
{
	color:#6d5c97;
	font-weight:normal;
	cursor:hand;		
}

.display
{
	display:inline;
}

.nodisplay
{
	display:none;
}
