/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 9pt;
	margin-left: 120px;
	margin-top: 8px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: lighter;
}

a:link{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #990000;
}

a:hover{
	color: #FF6600;
	background-color: #CCCCCC;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 16px;
	text-align: left;
	background-color: #91AC9B;
	width: 380px;
	height: auto;
	border-bottom-color: #006666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	width: 420px;
	font-weight: normal;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCCCCC;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	padding-top: 3px;
	width: 130px;
	padding-left: 12px;
	padding-bottom: 3px;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #4F4B58;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-bottom: 7px solid;
	width: 700px;
	height: 44px;
	border-bottom-color: #D1D1D1;
}

#wrap {
	width: 720px;
	height: auto;
}

#navBar{
	float: left;
	width: 150px;
	border: 1px solid;
	height: auto;
	border-color: #DFDFDF;
	background-color: #EFEFEF;
}

#content{
	float: left;
	width: 440px;
	margin: 0;
	padding: 5px;
	height: auto;
}

#headlines{
	float:left;
	width: 140px;
	position: static;
	right: auto;
	padding: 3px;
	border-bottom: solid #CCCCCC 3px;
}

#cotEQ{
	float:left;
	width: 110px;
	padding: 3px;
	border: solid #CCCCCC 3px;
	background-color: #FF0000;
	color: #FFFFFF;
}

#siteSection {
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 700px;
	background-color: #000000;
}
/************* #masthead styles **************/
#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#masthead li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 4px;
	color: #CCCCCC;
	display: inline;
}


/************** .feature styles ***************/

.feature{
	border: solid #CCCCCC 1px;
	margin-bottom: 0px;
	height: auto;
}

.feature p{
	float: none;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-style: normal;
	font-weight: lighter;
}


/************** .story styles *****************/

.story{
	border-color: #DBDBDB;
	width: 350px;
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}

.story p{
	padding: 5px 25px 10px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-top-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: left;
	color: #999999;
	padding: 10px;
	float: left;
	height: 16px;
	width: 700px;
	text-align: right;
	background-color: #EBEBD6;
}

/************** #navBar styles **************/
#navBar a {
	color: #CC0033;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FF9900;
	padding-bottom: 4px;
}

#navBar ul ul {
	color: #FF9900;
	padding-left: 0px;
	clear: none;
	list-style-type: none;
}

#navBar li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	color: #4F4B58;
	width: 130px;
	text-align: left;
	list-style-image: url(../images/logos_vogar/img_li_left_ok.gif);
	list-style-position: inside;
	padding-left: 4px;
}

#navBar li a:hover {
	background-color: #999999;
	color: #FFFFFF;	
}

#navBar caption {
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#navBar th {
	float: none;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: lighter;
	background-color: #EEEEEE;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
/************** #headlines styles **************/
#headlines a {
	color: #575757;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
	padding-left: 3px;
	color: #CCCCCC;
}

#headlines li a:hover{
	background-color: #EAEAEA;
}

#headlines ul {
list-style: none; margin: 0; padding: 0;
}
.feature caption {
	float: none;
	padding: 0px 2px 5px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	background-color: #EBEBD6;
	text-align: left;
}
.feature th {
	float: none;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: lighter;
	background-color: #EEEEEE;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
.feature td {
	float: none;
	padding: 0px 0px 0px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF9900;
	font-weight: bold;
	border-bottom-color: #C3C3C3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	text-align: left;
}
.feature table {
	margin-left: 20px;
}
