/* CSS Document */
<style type='text/css'>
#body 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:   .9em;
    font-style:  normal;
    padding:     15px;
}



/*	
//////////////	
//  HEADER
//////////////	
*/

#logo 
{
    background-color: #373737;
    padding:          10px 15px 10px 15px;
}


#top-menu 
{
    background-color: #E2E2E2;
    border-bottom:    1px solid #BBBBBB;
    padding:          1px 0px 3px 0px;
}

.top-menu-bar
{
	color: #999999;
}

#top-menu a 
{
    color:           #000000;
    font-family:     Arial, Helvetica, sans-serif;
    font-size:       9pt;
    font-weight:     bold;
    padding:         3px 9px 3px 9px;
    text-decoration: none;
}

#top-menu a:hover 
{
    background-color: #666666;
    color:            #FFFFFF;
}

#top-menu li 
{
    display:         inline;
    list-style-type: none;
}

#top-menu ul 
{
    margin:       0px;
    padding-left: 5px;
    white-space:  nowrap;
}

/*	
//////////////	
//  FOOTER
//////////////	
*/

.footer 
{
    background-color: #ECECEC;
    border-top:       1px solid #BBBBBB;
    clear:            both;
    color:            #373737;
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        .7em;
}

.footer a 
{
    color:           #000000;
    font-family:     Arial, Helvetica, sans-serif;
    font-size:       1.0em;
    text-decoration: none;
}

.footer .buttons 
{
    float:    right;
    position: relative;
    width:    285px;
}

p.validator 
{
	background-color: #ECECEC;
	float: right;
	position: relative;
	
	margin-top: 10px;
	margin-bottom: -6px;	/* IE FIX */
	bottom: 12px;
	height: 31px;
	width:  270px;
}

/* 
//////////////	
// Index
//////////////	
*/
#content_with_news 
{
    font-family:  	Arial, Helvetica, sans-serif;
    font-size:   	.8em;
    font-style:   	normal;
    font-weight:  	normal;
    margin-right: 	10px;
    margin-left: 	10px;
	margin-bottom: 	25px;
}

#index_features 
{
	margin-top:    10px;
	margin-bottom: 120px;
	padding-bottom: 120px;
}

#index_features-col1 
{
    float: center;
	width: 300px;
}

#index_features-col2 
{
    float: center;
    width: 300px;
}

#index_features
{
    list-style-image: url("images/icon_arrow1.gif");
    list-style-type:  square;
    margin-bottom:    0px;
    margin-top:       0px;
}

/*	
//////////////	
//  NEWS
//////////////	
*/

h2.news
{
	color:         #000000;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:     1.3em;
	font-style:    normal;
	font-weight:   bold;
	margin-bottom: 10px;
	margin-top:    0px;
}

#latest_news 
{
    background-color: #EFEFEF;
    border:           1px solid #BBBBBB;
    font-family:      Verdana, helvetica, sans-serif;
    font-size:        10pt;
    font-style:       normal;
    font-weight:      normal;
    margin-bottom:    15px;
    padding:          10px;
}

#latest_news:hover
{
    background-color: #EFEFEF;
    border:           1px solid #000000;
    font-family:      Verdana, helvetica, sans-serif;
    font-size:        10pt;
    font-style:       normal;
    font-weight:      normal;
    margin-bottom:    15px;
    padding:          10px;
}

#latest_news .news-date 
{
    color:       #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size:   7pt;
    font-style:  italic;
    font-weight: normal;
}

#latest_news .news-title 
{
	color:       #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   8pt;
	font-style:  normal;
	font-weight: bold;
	text-decoration: none;
}

#latest_news .news-title:hover
{
	color:		#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   8pt;
	font-style:  normal;
	font-weight: bold;
	text-decoration: underline;
}

#learnmore_news, #google_news 
{
    background-color: #EFEFEF;
    border:           1px solid #BBBBBB;
    font-family:      Verdana, helvetica, sans-serif;
    font-size:        8pt;
    font-style:       normal;
    font-weight:      normal;
    margin-bottom:    15px;
    padding:          10px;
	overflow:		hidden;
}

#learnmore_news:hover
{
    background-color: #EFEFEF;
    border:           1px solid #000000;
    font-family:      Verdana, helvetica, sans-serif;
    font-size:        8pt;
    font-style:       normal;
    font-weight:      normal;
    margin-bottom:    15px;
    padding:          10px;
	overflow:		  hidden;
}

#learnmore_news a:hover
{
	color: #999999;
}

#news_column 
  {
  font-family:      Verdana, helvetica, sans-serif;
  font-size:        10pt;
  font-style:       normal;
  font-weight:      normal;
  padding:          0px;
  position:         relative;
  width:            275px;
  top: 15px;
  }


/*	
//////////////	
//  CONTENT	
//////////////	
*/

#content 
{
    font-family:  	Arial, Helvetica, sans-serif;
    font-size:    	.8em;
    font-style:   	normal;
    font-weight:  	normal;
    margin-right: 	10px;
	margin-left: 	10px;
}

#main 
{
    background-color: #FFFFFF;
    border:           1px solid #373737;
    width:            782px;
}

#main-forum 
{
    background-color: #FFFFFF;
    border:           1px solid #373737;
}

p.validator 
{
	background-color: #ECECEC;
	float: right;
	position: relative;
	
	margin-top: 10px;
	margin-bottom: -6px;	/* IE FIX */
	bottom: 12px;
	height: 31px;
	width:  270px;
}

/*	
//////////////	
//  HTML
//////////////	
*/

a 
{
    color:           #000000;
    text-decoration: none;
}

body 
{
    background-color: #FFFFFF;
}

pre 
{
    background-color: #EFEFEF;
    border:           1px solid #BBBBBB;
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        10pt;
    font-style:       normal;
    font-weight:      normal;
    padding:          10px;
}

ul 
{
	list-style-type: none;
	list-style-image: url(/images/tag.gif);
}

/*	
//////////////	
//  HEADINGS
//////////////	
*/

h5 
{
    color:         #750000;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:     10pt;
    font-style:    normal;
    font-weight:   bold;
    margin-bottom: 0px;
    margin-top:    0px;
}

h4 
{
    color:         #000000;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:     10pt;
    font-style:    normal;
    font-weight:   bold;
    margin-bottom: 0px;
    margin-top:    0px;
}

h3 
{
    color:         #000000;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:     1.3em;
    font-style:    normal;
    font-weight:   bold;
    margin-bottom: 0px;
    margin-top:    0px;
}

h2
{
	color:         #000000;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:     1.4em;
	font-style:    normal;
	font-weight:   bold;
	margin-bottom: 10px;
	margin-top:    0px;
}

h1 
{
 	border-bottom:  1px solid #CCCCCC;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:      1.8em;
    font-style:     normal;
    font-weight:    bold;
    margin-bottom:  10px;
    padding-bottom: 5px;
}

/*
///////////////
// Classes
///////////////
*/
.quotes 
{
	border: 1px dashed #999999;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size:   8pt;
	padding: 15px 15px 15px 15px;
}

.quotes:hover
{
	border: 1px dashed #000000;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size:   8pt;
	padding: 15px 15px 15px 15px;
}

.title 
{
    border-bottom:  1px solid #AAAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size:      16pt;
    font-style:     normal;
    font-weight:    bold;
    margin-bottom:  10px;
    padding-bottom: 5px;
}

.help 
{
  color:       #FF8C00;
  font-weight: bold;
}
.style4 {
	font-family: Webdings;
	color: #6C9EC4;
	font-size: 1.0em;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8px;
}
</style>
