body {
	margin: 0;
	padding: 0;
	background: #151515 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin: 0px;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

input.tab {
	background-color: #DDDDDD;
	border: solid 3px #DDDDDD;
	color: #000000;
	font-size: 11px;
	width: auto;
	overflow: visible;
	padding: 0px;
}

input.tabselected {
	background-color: #FEF693;
	border: solid 3px #FEF693;
	color: #333333;
	font-size: 11px;
	width: auto;
	overflow: visible;
	font-weight: bold;
	padding: 0px;
}

input.compact {
	font-size: 11px;
	padding: 0px;
}

div.globalcaptcha input {
	margin-top: 2px;
	width: 144px;
}

/* Small text */
p.small, small {
	font-size: 11px;
}

.resulterror, .resulterror * {
	color: #FF0000;
}

.resultok, .resultok * {
	color: #009900;
}

/* Big text */
p.big, big {
	font-size: 15px;
}

/* Description/legend for images */
p.imagedescription {
	font-size: 11px;
	font-style: italic;
	margin-top: 4px;
}

/* General purpose links */
a, a:link, a:active {
	color: #CF3822;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}

/* Link to an external URL */
a.externallink {
	background-image: url(Images/ExternalLink.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
}

/* Link to an internal file */
a.internallink {
}

/* Link to a .aspx page */
a.systemlink {
}

/* Link to a Wiki page */
a.pagelink {
}

/* Link to unknown/inexistent pages */
a.unknownlink, a.unknownlink:link, a.unknownlink:active {
	color: #005500;
	text-decoration: none;
}
a.unknownlink:hover {
	color: #990000;
	text-decoration: underline;
}

/* Email Link */
a.emaillink {
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

h1.pagetitle, h1.pagetitlesystem {
	font-size: 22px;
	/* background-color: #2B2B2B; */
	padding: 0px 4px 0px 4px;
	margin-bottom: 4px;
	/* border-bottom: 3px solid #2B2B2B; * /
	/* border-top: 3px solid #2B2B2B; */
}

h1.pagetitlesystem {
	margin-bottom: 10px;
}

/* Class for applying a separator under H elements (useful to avoid usage of HR) */
h1.separator, h2.separator, h3.separator {
	background-color: #2B2B2B;
	padding: 0px 4px 0px 4px;
	margin-bottom: 10px;
	border-bottom: 3px solid #2B2B2B;
	border-top: 3px solid #2B2B2B;
}
h4.separator {
}

a.editsectionlink {
	float: right;
	font-size: 11px;
	margin: 6px 6px 0px 0px;
}

/* ul, ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} */

/* li {
	margin: 2px 0px 0px 0px;
	padding: 0px;
} */

code, pre {
	font-family: Courier New, Lucida Console, Monospace;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

pre {
	background-color: #EEEEEE;
	margin: 0px 10px 0px 10px;
	padding: 8px;
	border: solid 1px #DDDDDD;
	overflow: auto;
}

table, div {
	padding: 0px;
	margin: 0px;
}

table.generic {
}

table.recentchanges {
	border-top: solid 1px #999999;
}

tr.tableheader td, th {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #999999;
}

tr.tablerow td {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #999999;
	font-size: 11px;
}
tr.tablerow:hover, tr.tablerow:hover td {
	background-color: #FFFFCC;
}

tr.tablerowalternate td {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #999999;
	font-size: 11px;
}
tr.tablerowalternate:hover, tr.tablerowalternate:hover td {
	background-color: #FFFFCC;
}

img {
	border: none;
}

/* Class for general purpose images (contained in Wiki pages) */
img.image {
	border: solid 1px #000000;
}

/* Class of the formatting Buttons in Edit.aspx */
img.format {
	border: solid 1px;
	padding: 2px;
}

/* Div used for clearing floats */
div.clear {
	clear: both;
}

/* Div containing images alighed to the left */
div.imageleft {
	border: solid 1px #000000;
	background-color: #000000;
	padding: 4px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

/* Div containing images alighed to the right */
div.imageright {
	border: solid 1px #000000;
	background-color: #000000;
	padding: 4px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
}

/* Table containing images not aligned */
table.imageauto {
	border: solid 1px #000000;
	background-color: #000000;
	padding: 4px;
	margin: 4px;
}

/* Div acting like a box */
div.box {
	border: solid 1px #CCCCCC;
	background-color: #FFFFEE;
	display: table-cell;
	padding: 4px;
	margin: 4px 4px 0px 4px;
}

select.namespacedropdown {
	background-color: Transparent;
	border: solid 1px #999999;
	cursor: pointer;
}

/* Contains the Header */
#HeaderDiv {
	/* margin: 4px;
	padding: 8px; */
}

/* Contains the SidebarDiv and the MainDiv */
#ContainerDiv {
}

/* Contains the Sidebar */
#SidebarDiv 
{
  display: none;
	/* background-color: #000000; */
	/* border: solid 1px #CCCCCC; */
	/* margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	width: 170px;
	float: left;
	position: relative;*/
}

/* Contains the contents of a Page */
#MainDiv {
	width: 890px;
	margin: 0 auto;
	/* padding: 30px 0; */
	/* background-color: #000000; */
	/* border: solid 1px #CCCCCC; */
	/* margin-top: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 186px; */
	/* margin-left: 0px; */
	/* margin-right: 0px; */
	/* padding-top: 8px; */
	/* padding-left: 0px; */
	/* padding-right: 0px; */
	/* padding-bottom: 12px; */
}

/* Contains the Page Header (title, last modify, etc.) */
#PageHeaderDiv {
}

#PageInternalHeaderDiv {
	margin-bottom: 10px;
}

#PageInternalFooterDiv {
	margin-top: 10px;
}

/* Contains the link to the page editing form (Edit.aspx) and history */
#EditHistoryLinkDiv {
	padding-top: 9px;
	float: right;
	font-size: 11px;
}
#EditLink, #HistoryLink, #ViewCodeLink, #PageAttachmentsLink,
#DiscussLink, #BackLink, #PostReplyLink, #AdminToolsLink {
	padding-right: 8px;
	text-decoration: none;
	font-weight: bold;
}
#EditLink:hover, #HistoryLink:hover, #ViewCodeLink:hover, #PageAttachmentsLink:hover,
#DiscussLink:hover, #BackLink:hover, #PostReplyLink:hover, #AdminToolsLink {
	text-decoration: none;
}

#PageAttachmentsLink {
	background-image: url(Images/DropDown.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

#AdminToolsLink {
	background-image: url(Images/DropDown.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

#PageAttachmentsDiv {
	background-color: #FFFFFF;
	border: solid 1px #999999;
	padding: 6px;
}

#AdminToolsDiv {
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
#AdminToolsDiv a {
	text-align: right;
	display: block;
	padding: 3px 6px 3px 6px;
}
#AdminToolsDiv a:hover {
	background-color: #555555;
	text-decoration: none;
	color: #FFFFFF;
}

/* Class of the P containing the Edit Link */
p.editlink {
	font-size: 11px;
}

#PageInfoDiv {
	font-size: 11px;
}

#ModificationSpan {
}
#AuthorSpan {
}
#CategoriesSpan {
	padding-left: 16px;
}
#NavPathsSpan {
	padding-left: 16px;
}
#PageDiscussionSpan {
}

#BreadcrumbsDiv {
	font-size: 11px;
	margin-top: 2px;
	padding-bottom: 1px;
	border-bottom: solid 1px #F0F0F0;
	border-top: solid 1px #F0F0F0;
	overflow: hidden;
}

div.pageoutgoinglinksmenu {
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
div.pageoutgoinglinksmenu a {
	display: block;
	padding: 2px 3px 2px 3px;
}
div.pageoutgoinglinksmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #555555;
}

/* Contains the link to the Page RSS */
#RssLinkDiv {
	float: right;
	position: relative;
}
/* The link to the Page RSS */
#RssLink {
	background-image: url(Images/RSS.png);
	text-indent: -2500px;
	display: block;
	height: 13px;
	width: 24px;
}

#PrintLinkDiv {
	float: right;
	position: relative;
}
#PrintLink {
	background-image: url(Images/Print.png);
	background-repeat: no-repeat;
	text-indent: -2500px;
	display: block;
	margin-left: 4px;
	height: 16px;
	width: 16px;
}

#EmailNotificationDiv {
	float: right;
	position: relative;
	margin: -2px 4px 0px 0px;
}
input.activenotification {
	width: 16px;
	height: 16px;
	background-image: url(Images/EmailNotifOn.png);
	padding: 0px;
	margin: 0px;
}
input.inactivenotification {
	width: 16px;
	height: 16px;
	background-image: url(Images/EmailNotifOff.png);
	padding: 0px;
	margin: 0px;
}

/* Contains the Page Content */
#PageContentDiv {
	margin: 10px 0px 0px 0px;
}

/* Contains the Footer */
#FooterDiv {
	margin: 0px 4px 4px 188px;
	padding: 8px;
}

#PageListTable {
}

#HistoryTable {
}

#PreviewDivExternal {
}

#PreviewDiv {
	padding: 10px;
	border: solid 4px #CCCCCC;
}

blockquote {
	border-left: solid 8px #FFDDDD;
	margin-left: 16px;
	padding: 0px 0px 2px 6px;
}

div.messagecontainer {
	margin: 0px 0px 0px 16px;
}

div.rootmessagecontainer {
	border-top: solid 4px #990000;
}

div.messageheader {
	background-color: #FFFFDD;
	padding: 2px;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
}

span.messagesubject {
	font-weight: bold;
	font-size: 12px;
}
span.messagedatetime {
	font-size: 10px;
	padding-left: 20px;
}

div.messagebody {
	border-bottom: solid 1px #990000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	margin: 0px 0px 6px 0px;
	padding: 4px;
}

div.reply {
	float: right;
	margin: -14px 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

a.reply {
	background-image: url(Images/MessageReply.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 12px;
}

a.edit {
	background-image: url(Images/MessageEdit.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 13px;
	margin-left: 16px;
}

a.delete {
	background-image: url(Images/MessageDelete.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	margin-left: 16px;
}

div.warning {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	display: table-cell;
}

#TxtSearchBox {
	font-size: 11px;
	width: 150px;
	background-image: url(Images/Search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}

span.signature {
	font-style: italic;
}

#TocContainer {
	border: solid 1px #CCCCCC;
	display: table-cell;
	padding: 4px;
	background-color: #F9F9F9;
}

a.attachment {
	padding-left: 14px;
	background-image: url(Images/Attachment.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#RedirectionInfoDiv {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 4px;
	color: #999999;
}

#RedirectionDiv {
	margin-bottom: 16px;
	padding-left: 24px;
	margin-left: 10px;
	font-size: 14px;
	background-image: url(Images/Redirect.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* BEGIN Edit.aspx */

div.anonymous {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	margin-bottom: 5px;
}

div.autotemplate {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.collisionsmanagement {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	margin-bottom: 5px;
}

div.draftmanagement {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	margin-bottom: 8px;
}

input.bigtextbox {
	font-size: 16px;
	margin-bottom: 2px;
}

#EditNoticeDiv {
	font-size: 11px;
	margin-bottom: 8px;
	padding: 3px;
	background-color: #2B2B2B;
}

#TemplatesDiv {
}

#TemplatesInternalDiv {
	padding: 4px;
	background-color: #2B2B2B;
}
#TemplatesInternalDiv select {
	font-size: 11px;
}

#TemplatePreviewDiv {
	font-size: 10px;
	padding: 4px;
	border: solid 1px #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
}

#EditorDiv {
	margin-top: 6px;
}

#EditCommentDiv {
	float: left;
	margin-top: 16px;
	margin-left: 30px;
	width: 280px;
}
#EditCommentDiv input {
	width: 272px;
	float: right;
	margin-bottom: 6px;
}

div.captcha {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	margin-top: 36px;
	margin-right: 30px;
	float: left;
}

#ButtonsDiv {
	float: right;
}

#SaveOptionsDiv {
	padding: 4px;
}

#ResultDiv {
}

#CategoriesDiv {
	width: 340px;
	margin-top: 16px;
	float: left;
}

#CategoriesListDiv {
	width: 334px;
	height: 100px;
	padding: 2px;
	overflow: auto;
	border: solid 1px #999999;
	margin-right: 10px;
}

div.categorycreation {
	margin-top: 6px;
}

#AttachmentsDiv {
	clear: both;
	float: left;
	margin-top: 40px;
}

.short {
	width: 150px;
}

.medium {
	width: 200px;
}

.large {
	width: 500px;
}

.h_short {
	height: 100px;
}

/* END Edit.aspx */

/* BEGIN Search.aspx */

#SearchControlsDiv {
	margin-top: 16px;
}

input.textbox {
	font-size: 14px;
	width: 300px;
}

input.button {
	font-size: 14px;
}

#RadiosDiv {
	margin-top: 6px;
	margin-bottom: 6px;
}

#RadiosDiv label {
	margin-right: 8px;
}

#CategoryFilterDiv {
	border: solid 1px #999999;
	float: right;
	margin-top: -50px;
	background-color: #FFFFFF;
	margin-left: 15px;
	padding: 4px;
}

#CategoryFilterInternalDiv {
	margin-top: 4px;
	width: 250px;
	height: 300px;
	overflow: auto;
}

#SearchStatsDiv {
	font-size: 11px;
	margin-top: 14px;
}

#ResultsDiv {
	min-height: 250px;
}

h3.searchresultpage {
	margin-top: 14px;
	background-image: url(Images/Page.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
h3.searchresultmessage {
	margin-top: 14px;
	background-image: url(Images/Message.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
h3.searchresultfile {
	margin-top: 14px;
	background-image: url(Images/File.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
h3.searchresultattachment {
	margin-top: 14px;
	background-image: url(Images/Attachment.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

h3.searchresultpage a, h3.searchresultmessage a, h3.searchresultfile a, h3.searchresultattachment a {
	font-weight: bold;
}

p.excerpt {
	font-size: 11px;
	margin-left: 4px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	border-left: solid 4px #DDDDDD;
}

/* END Search.aspx */

/* BEGIN FileManager.ascx */

#MainFileManagerDiv {
	float: left;
}

#FileManagementControlsDiv {
	float: right;
}

#DirectoriesDiv {
	margin-bottom: 3px;
}

#ItemRenameDiv {
	margin-top: 10px;
	border: solid 1px #999999;
	padding: 8px;
}

#NewDirectoryDiv, #UploadDiv, #PermissionsDiv {
	float: right;
	border: solid 1px #999999;
	padding: 8px;
	width: 470px;
	background-color: #FFFFFF;
	margin-bottom: 16px;
}

#PermissionsDiv #SubjectsDiv {
	float: left;
}
#PermissionsDiv #SubjectsDiv select {
	width: 210px;
	height: 90px;
	margin-bottom: 10px;
}

#PermissionsDiv #SubjectsManagementDiv {
	margin-top: 12px;
	margin-left: 10px;
	width: 240px;
	float: left;
}
#PermissionsDiv #SubjectsManagementDiv input.textbox {
	width: 150px;
}
#PermissionsDiv #SubjectsManagementDiv select.dropdown {
	width: 155px;
}

#PermissionsDiv #InternalButtonsDiv {
	clear: left;
	float: left;
	margin-bottom: 10px;
}

#AclSelectorDiv {
	margin: 10px 0px 10px 0px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	padding: 10px;
	float: left;
}

#AclSelectorDiv label {
	padding-right: 10px;
}

#FileManagerTable {
}

/* END FileManager.ascx */

/* BEGIN AttachmentManager.ascx */

#MainAttachmentManagerDiv {
	float: left;
}

#UploadAttachmentDiv {
	float: right;
	border: solid 1px #999999;
	padding: 8px;
	width: 400px;
	margin-left: 10px;
	background-color: #2B2B2B;
}

#AttachmentManagerTable {
}

/* END AttachmentManager.ascx */

/* BEGIN AttachmentViewer.ascx */

#AttachmentViewerPage {
}

/* END AttachmentViewer.ascx */

/* BEGIN Non-content pages */

#SABody {
}

#HeaderSADiv {
	margin: 6px auto 0px auto;
	width: 90%;
	padding: 8px;
}

#NavigationSADiv {
	margin: 0px auto 0px auto;
	width: 90%;
	padding: 8px;
}

#ContainerSADiv {
	margin: 0px auto 0px auto;
	width: 90%;
	background-color: #000000;
	border: solid 1px #888888;
	padding: 8px 8px 12px 8px;
}

#FooterSADiv {
	margin: 8px auto 8px auto;
	width: 90%;
	padding: 0px;
}

/* END Non-content pages */

/* BEGIN User.aspx */

#UserGravatarDiv {
	float: right;
}

#UserGravatarDiv img {
	margin: 10px;
	padding: 3px;
	border: solid 1px #CCCCCC;
}

#EmailMessageDiv {
	margin-top: 20px;
}

#EmailMessageDiv .subject {
	width: 50%;
}

#EmailMessageDiv .body {
	margin-top: 6px;
	width: 98%;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* END User.aspx */

/* BEGIN AllPages.aspx */

#PageSelectorDiv {
	margin: 6px 0px 6px 0px;
	font-size: 11px;
}

#PageSelectorDiv a {
	padding: 2px;
	line-height: 17px;
}
#PageSelectorDiv a:hover, a.selected, a:hover.selected {
	text-decoration: none;
	background-color: #555555;
	color: #FFFFFF;
}
#PageSelectorDiv a.selected, a:hover.selected {
	font-weight: bold;
}

/* END AllPages.aspx */

.hidden{	display:none;}

/* Contains the Header */
/* #HeaderDiv { width:100%; float:left; } */

	/*#LogoLine{  }
	.logo{ position:absolute; left:-170px; top:21px; width:50%; height:51px; background-position: right;  background-repeat: no-repeat;   }	
	.logo a{ display:block; width:223px; height:51px;   }
	.logo h1{ padding: 0 157px 0 0; float:right; display:block; width:250px; height:231px; background: url(Images/logo.png) no-repeat;  margin: 0;   } */
	#TopControls{ width: 760px; height: 51px; margin:0 auto;  }
	#TopControls div.btn{ font-size:1.1em; 
	                      font-weight:bold; 
	                      padding: 0 9px 0 0; 
	                      float: right; 
	                      margin: 13px 0 0 0px;  
	                      display: block; 
	                      height: 30px;   
	                      background-image: url(Images/bt_btntop_right.gif); 
	                      background-position: right; 
	                      background-repeat: no-repeat; 
	                      background-color: #FCBC5D;  
	                      font-family: Arial, Helvetica, sans-serif;  }
	#TopControls div.btn a{	color: #A11603; 
	                       	text-decoration: none; 
	                       	padding-top:5px; 
	                       	display:block;	
	                       	height:18px; 
	                       	overflow: hidden;  
	                       	float: left; }
	#TopControls div.btn a:hover{ color: #E81D00; 
	                              text-decoration: none;  
	                              cursor: pointer;   }
	#TopControls div.btn span{ float:left; 
	                           display:block; 
	                           height:30px;  
	                           padding:0 0 0 27px; 
	                           background-image: url(Images/bt_btntop_left.gif); 
	                           background-position: left; 
	                           background-repeat: no-repeat;  }
	
	#Visual{ margin:0 auto; 
	         width:760px; 
	         height: 152px; 
	         overflow: hidden; }
		#Visual h2{	height:104px; 
		           	overflow: hidden; 
		           	display: block; 
		           	margin:0 auto; 
		           	padding: 18px 0 0 0;  
		           	color: #E6AA94;  
		           	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		           	font-size: 1.8em;	
		           	font-weight:normal;  }

	#TopNav{ text-align:center; width: 760px; height:30px; margin:0 auto;}	
		#TopNav ul{	list-style: none;	padding:0; margin:0; font-size:1.3em;	}
		#TopNav li{  height: 30px; float: left; padding: 0; margin: 0 0 0 1px; background: #E25333 url(Images/bg_nav.gif) repeat-x bottom; }
		#TopNav li.active{ background: #FAFAFA url(Images/bg_nav_active.gif) repeat-x;  }
		#TopNav li.home{ padding:0 3px; }
		#TopNav a{ color: white; margin: 0; text-decoration: none; display: block; padding: 6px 0 0 0; width: 93px; text-align: center; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
		#TopNav li.active a{ color: #AB0B00; }
		#TopNav a:hover{ position: relative; top: -1px;  }
		
/* Contains the SidebarDiv and the MainDiv */
/* #ContentWrapper{	width:100%; padding: 0 0 50px 0; float:left;  }
#ContainerDiv { width: 760px; padding: 0; margin: 0 auto;  } */

/* Contains the Footer */
#FooterWrapper{ width:100%; 
                margin: 0; 
                padding: 5px 0 0px 0;  
                border-top: 13px solid #000000;  
                background-color: #2B2B2B;  
                color: #D5D5D5;  
                clear: both;  
                position: relative; }
#Footer{width:700px; 
        margin:0 auto; 
        padding:0; 
        line-height:1.6em; 
        font-size:1.1em; 
        font-family: "MS Sans Serif", Geneva, sans-serif; }
#Footer .left{ float: left; 
               width: 275px; 
               padding-bottom:30px; }
#Footer .left a{color: #8A8A8A; 
                text-decoration: none;}
#Footer .left ul{list-style: none; 
                 padding: 0; 
                 margin: 0; }
#Footer .left li{color:white;
                 display:block; 
                 float:left;  
                 border-left: 1px solid #222222;  
                 border-right: 1px solid #414141;  
                 padding: 0 14px 0 14px;  	 }
#Footer .left li.first {border-left:none;	
                        padding-left:0;}
#Footer .left li.last {border-right:none; 
                       padding-right:0;	}

#Footer .right{ float: right; width: 425px; text-align: right; }
#Footer .right a{	text-decoration: none; color:#dddddd;	}
#Footer a:hover{  color:#EEEEEE; border-bottom:1px solid #CCCCCC;	}
#Footer .admin{ float: right; width: 425px; text-align:right; color:#666666; margin: 0; padding: 0; }
#Footer .admin a{	text-decoration: none; color:#666666;	}

/* Contains the Page Header (title, last modify, etc.) */
 #PageTop{ display: none; }
#PageHeaderDiv { display:none;}
#PageInternalHeaderDiv { }
#PageInternalFooterDiv { }

/* Header */

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
	color: #FF5134;
}

#rss a:hover {
}

/* Menu */

#menu {
	width: 895px;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat left 75%;
	padding: 18px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF5134;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

.style1 {font-size: 24px}
.style2 {color: #FFFF00}
.style4 {
	color: #FFFF00;
	font-size: 24px;
}
.style5 {color: #FFFF00; font-size: 36px; }
