#container {
	background: #E5E5E5;
}

#top {
	background: #E68200;
	border-bottom: 1px solid white;
}

#versions UL {
	margin: 0px;
	margin-top: 45px;
	margin-left: 5px;
	margin-right: 20px;
	padding: 0px;
	list-style: none;
}

#versions LI A {
	font-size: 85%;
	color: white;
}

#logo A, #logo A:hover {
	background: url(../../../image/skins/horizontal/pt/logobvsWhite.gif) top no-repeat;
}

#logo A SPAN {
	display: none;
}

#siteName {
	padding: 5px 10px 0px 20px;
}

#siteName H1 {
	margin: 0px;
	color: white;
}

#siteName H2 {
	margin: 0px;
	font-size: 120%;
	color: white;
}

#art1 {
	background: url(../../../image/skins/horizontal/common/banner.jpg) top no-repeat;
	text-align: right;
}

#art2 {
	background: #000;
	text-align: right;
}

#art1 A, #art2 A {
	color: #CCC;
	font-size: 70%;
} 

#art1 SPAN {
	background: #000 url(../../../image/skins/horizontal/common/closeIcon.gif) top left no-repeat;
}

#art1 SPAN A, #art2 SPAN A {
	padding: 2px;
	padding-left: 11px;
}

#art2 SPAN {
	background: #000 url(../../../image/skins/horizontal/common/openIcon.gif) top left no-repeat;
}


#globalNavigation {
	background: #4C86A4;
}

#globalNavigation UL {
	margin: 0px;
	margin-left: 240px;
	padding: 0px;
}

#globalNavigation LI {
	display: inline;
	font-size: 90%;
}

#globalNavigation LI A {
	padding: 3px 13px 0px 13px;
	border-right: 1px solid #94B6C8;
	color: white;
	text-decoration: none;
}

#globalNavigation LI A:hover {
	background: #2698D0;
}

#breadCrumb {
	font-size: 85%;	
}

#breadCrumb A {
	color: #4C86A4;
	text-decoration: none;
	border-bottom: 1px dashed #333; 
}

#breadCrumb A:hover {
	color: #4C86A4;
	border-bottom: 1px solid #333; 
}

#contactName, #contactFrom, #contactMessage {
	background: #EAF2F6;
	border-top: 1px solid #4C86A4;
	border-right: 1px solid #4C86A4;
	border-bottom: 1px solid #0F587E;
	border-left: 1px solid #0F587E;
	font-size: 90%;
	font-family: Arial;
}

#submit {
	border-top: 1px solid #4C86A4;
	border-right: 1px solid #4C86A4;
	border-bottom: 1px solid #0F587E;
	border-left: 1px solid #0F587E;
	background: #A5BAC5;
	font-size: 90%;
	font-family: Arial;
}

#programFeatures {

}

.doc_ppt, .doc_doc, .doc_pdf, .doc_txt {
	padding-left: 20px;
}

.doc_ppt {
	background: url(../../../image/skins/horizontal/common/ppt_icon.gif) no-repeat;
}

.doc_doc {
	background: url(../../../image/skins/horizontal/common/doc_icon.gif) no-repeat;
}

.doc_pdf {
	background: url(../../../image/skins/horizontal/common/pdf_icon.gif) no-repeat;
}

.doc_txt {
	background: url(../../../image/skins/horizontal/common/txt_icon.gif) no-repeat;
}