/*CSS Reset for cross browser compatability*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
	padding:0;
	margin:0;
}

/*End CSS Reset*/

/*Page Basic CSS*/
BODY
{
	background-image:URL('../images/body_bak.png');
	background-repeat:repeat;
	min-width:995px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}
.main_nav
{
	background-image:URL('../images/nav_bakT.png');
	background-repeat:no-repeat;
	font-family:Verdana, Arial;
	font-size:12px;
	letter-spacing:.7px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:851px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	overflow:hidden;
}

.navBar
{
    position:absolute;
    top:10px;

}

A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none;color:black;}
A:hover {text-decoration: underline; color: #5e1e3d;}
A {outline: none;}

td.main_nav a {text-decoration:none;color:Black;}
td.main_nav a {text-decoration:none;color:Black;}
td.main_nav a:link {text-decoration:none;color:Black;}     
td.main_nav a:visited {text-decoration:none;color:Black;}  
td.main_nav a:hover {text-decoration:none;color:#862962;}  
td.main_nav a:active {text-decoration:none;color:Black;} 

.topBorder
{
    background-image:URL('../images/topBG.png');
    width:851px;
    margin:0;
    padding:0;
    height:1px;
    background-repeat:no-repeat;
}

.contentBody
{
    background-image:URL('../images/contentBG.png');
	background-repeat:repeat;
	width:851px;
	height:800px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;	
   
}

.bottomContent
{
    background-image:URL('../images/content_botBG.png');
    background-repeat:no-repeat;
    margin-top:0px;
    width:850px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.left_side
{
    width:142px;
    vertical-align:top;
    display:inline;   
}

.leftNav
{
    width:142px;
    font-family:Verdana,Arial;
    display:inline;
    font-size:11px;
    vertical-align:top;
    white-space:nowrap;
    margin-left:17px;
    margin-right:5px;
    margin-top:60px;
    float:left;
}

/*Content Format CSS*/


td 
{
 vertical-align:top;
 padding:0px;
 margin:0px;
}

.test
{
 border: solid 2px lightgrey;  
} 


H1.trends
{
    font-family:Verdana;
    font-size:small;
    font-weight:lighter;
    width:250px;
}

.title1
{
    font-family:Goudy;
    color:Green;
    font-size:30px;
    line-height:26px;
    font-weight:100;
    white-space:nowrap;
    text-align:left;

}
.title2
{
    font-family:Goudy;
    color:GrayText;
    font-size:30px;
    line-height:27px;
    white-space:nowrap;
    font-weight:100;
    text-align:center;
    width:190px;
}

.expTitle
{
    font-family:Verdana,Arial;
    white-space:nowrap;
    font-size:12px;
    font-weight:bold;
    display:block;
    width:200px;
    color:Green;
}

.expLocation
{
    font-family:Verdana,Arial;
    white-space:nowrap;
    font-size:12px;
    font-weight:bold;
    display:block;
    width:200px;
    color:grey;
}

.expDesc
{
    font-family:Verdana,Arial;
    font-size:12px;
    text-align:Left;
}

.expertTXT
{
    position:absolute;
    top:300px;

}
.artIntro
{
    font-family:Verdana,Arial;
    font-size:12px;
    white-space:pre-wrap;
    margin-top:10px;
    display:inline;
}

.art1Top
{
    float:right;
}

p
{
    font-family:Verdana,Arial;
    font-size:12px;
    white-space:pre-wrap;
    margin-top:10px;
    padding-top:7px;
    padding-bottom:7px;
  
}

