body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	background-image: url("images/backtile.png");
	background-repeat: repeat-x;
	color: #EEEEEE;
	text-align: center;
}
#ClockTime{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	clear: right;
}
#ClockDate{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}
.PageWrap{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
* html .TitleLogo{
	width: 228px;
	height: 50px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/title.png", sizingMethod="scale");
}
.TitleLogo{
	width: 228px;
	height: 50px;
	background: url("images/title.png") no-repeat;
}
.Footer{
	text-align: right;
	clear: both;
}
h1{
	height: 40px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0 10px;
	padding: 0;
	clear: both;
}
.NewItem{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF0000;
	padding-left: 10px;
}
/* Nav Menu */
.NavMenu{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	height: 40px;
	background: url('images/panel_title.png') repeat-x;
}
.NavMenu li{
	display: block;
	float: left;	
	width: 100px;
	padding: 0 20px;
	width: auto;
}
.NavMenu a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}
.NavMenu a:hover{
	text-decoration: underline;
}
/* Home */
.HomeLeftColumn{
	width: 400px;
	float: left;
}
.HomeRightColumn{
	width : 295px;
	float: left;
}
.HomeBlogs h1, .HomeRecentItems h1{
	font-size: 16px;
	height: 20px;
	border-bottom: 3px double #CCCCCC;
	margin-bottom: 8px;
}
.HomeBlogs .BlogBody{
	padding-bottom: 15px;
}
.HomeBlogs .BlogTitle{
	font-size: 12px;
	border: none;
}
.HomeRecentItems a{
	color: #000000;
}
.HomeRecentItems ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.HomeRecentItems li{
	height: 22px;
}
	
/* Blogs */
.BlogTitle{
	font-size: 14px;
	color: #333333;
	border-bottom: 3px double #CCCCCC;
}
.BlogDate{
	font-size: 10px;
	padding: 4px 10px 10px 10px;
	font-weight: normal;
	color: #888888;
}
.BlogBody{
	margin: 0 10px;	
}

/* Links */
.LinksCategory{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #CCCCCC;
}
.Links ul{
	list-style: none;
	padding:0;
	margin: 10px 0 0 0;
}
.Links li{
	width: 280px;
	float: left;
	margin: 4px 15px;
}
.Links a{
	font-size: 11px;
	color: #000000;
}
/* Downloads */
.DownloadsCategory{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #CCCCCC;
}
.Downloads ul{
	list-style: none;
	padding:0;
	margin: 10px 0 0 0;
}
.Downloads li{
	width: 280px;
	margin: 4px 15px;
	height: 38px;
	float: left;
	overflow: hidden;
}
.Downloads a{
	font-size: 11px;
	color: #000000;
}
.Downloads .description{
	font-size: 10px;
	color: #AAAAAA;
}
/* Articles */
.ArticleHeader{
	font-size: 10px;
	font-weight: bold;
	color: #AAAAAA;
	clear: both;
	border-bottom: 3px double #888888;
	padding-bottom: 8px; 
	margin-bottom: 15px; 
}
.ArticleHeader h1{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Article{
	font-size: 11px;
	font-weight: normal;
}
.ArticlesCategory{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #CCCCCC;
}
.Articles ul{
	list-style: none;
	padding:0;
	margin: 10px 0 0 0;
}
.Articles li{
	width: 280px;
	margin: 4px 15px;
	height: 38px;
	float: left;
	overflow: hidden;
}
.Articles a{
	font-size: 11px;
	color: #000000;
}
.Articles .description{
	font-size: 10px;
	color: #AAAAAA;
}

/* Icons */
.Icon{
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}
.IconSmall{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}
* html .IconFile{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/download.png", sizingMethod="image");
}
.IconFile{
	background: url('icons/download.png') no-repeat;
}
* html .IconFileSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/download_small.png", sizingMethod="image");
}
.IconFileSmall{
	background: url('icons/download_small.png') no-repeat;
}
* html .IconApplication{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/application.png", sizingMethod="image");
}
.IconApplication{
	background: url('icons/application.png') no-repeat;
}
* html .IconApplicationSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/application_small.png", sizingMethod="image");
}
.IconApplicationSmall{
	background: url('icons/application_small.png') no-repeat;
}
* html .IconAudio{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/audio.png", sizingMethod="image");
}
.IconAudio{
	background: url('icons/audio.png') no-repeat;
}
* html .IconAudioSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/audio_small.png", sizingMethod="image");
}
.IconAudioSmall{
	background: url('icons/audio_small.png') no-repeat;
}
* html .IconDocument,* html .IconArticle{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/document.png", sizingMethod="image");
}
.IconDocument, .IconArticle{
	background: url('icons/document.png') no-repeat;
}
* html .IconDocumentSmall, * html .IconArticleSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/document_small.png", sizingMethod="image");
}
.IconDocumentSmall, .IconArticleSmall{
	background: url('icons/document_small.png') no-repeat;
}
* html .IconImage{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/image.png", sizingMethod="image");
}
.IconImage{
	background: url('icons/image.png') no-repeat;
}
* html .IconImageSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/image_small.png", sizingMethod="image");
}
.IconImageSmall{
	background: url('icons/image_small.png') no-repeat;
}
* html .IconPackage{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/package.png", sizingMethod="image");
}
.IconPackage{
	background: url('icons/package.png') no-repeat;
}
* html .IconPackageSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/package_small.png", sizingMethod="image");
}
.IconPackageSmall{
	background: url('icons/package_small.png') no-repeat;
}
* html .IconPresentation{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/presentation.png", sizingMethod="image");
}
.IconPresentation{
	background: url('icons/presentation.png') no-repeat;
}
* html .IconPresentationSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/presentation_small.png", sizingMethod="image");
}
.IconPresentationSmall{
	background: url('icons/presentation_small.png') no-repeat;
}
* html .IconScript{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/script.png", sizingMethod="image");
}
.IconScript{
	background: url('icons/script.png') no-repeat;
}
* html .IconScriptSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/script_small.png", sizingMethod="image");
}
.IconScriptSmall{
	background: url('icons/script_small.png') no-repeat;
}
* html .IconSpreadsheet{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/spreadsheet.png", sizingMethod="image");
}
.IconSpreadsheet{
	background: url('icons/spreadsheet.png') no-repeat;
}
* html .IconSpreadsheetSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/spreadsheet_small.png", sizingMethod="image");
}
.IconSpreadsheetSmall{
	background: url('icons/spreadsheet_small.png') no-repeat;
}
* html .IconText{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/text.png", sizingMethod="image");
}
.IconText{
	background: url('icons/text.png') no-repeat;
}
* html .IconTextSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/text_small.png", sizingMethod="image");
}
.IconTextSmall{
	background: url('icons/text_small.png') no-repeat;
}
* html .IconVideo{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/video.png", sizingMethod="image");
}
.IconVideo{
	background: url('icons/video.png') no-repeat;
}
* html .IconVideoSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/video_small.png", sizingMethod="image");
}
.IconVideoSmall{
	background: url('icons/video_small.png') no-repeat;
}
* html .IconLink{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/link.png", sizingMethod="image");
}
.IconLink{
	background: url('icons/link.png') no-repeat;
}
* html .IconLinkSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/link_small.png", sizingMethod="image");
}
.IconLinkSmall{
	background: url('icons/link_small.png') no-repeat;
}
* html .IconBlog{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/blog.png", sizingMethod="image");
}
.IconBlog{
	background: url('icons/blog.png') no-repeat;
}
* html .IconBlogSmall{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/blog_small.png", sizingMethod="image");
}
.IconBlogSmall{
	background: url('icons/blog_small.png') no-repeat;
}
* html .IconHome{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/home.png", sizingMethod="image");
}
.IconHome{
	background: url('icons/home.png') no-repeat;
}
* html .IconDownload{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/icons/download.png", sizingMethod="image");
}
.IconDownload{
	background: url('icons/download.png') no-repeat;
}

/* Content Panel */
.ContentFrame{
	color: #000000;
	width: 100%;
}
* html .TF1{
	width: 28px;
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame1.png", sizingMethod="image");
} 
.TF1{
	width: 28px;
	height: 30px;
	background-image: url("images/content_frame1.png");
	background-repeat: no-repeat;
}
* html .TF2{
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame2.png", sizingMethod="scale");
} 
.TF2{
	height: 30px;
	background-image: url("images/content_frame2.png");
	background-repeat: repeat-x;
}
* html .TF3{
	width: 28px;
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame3.png", sizingMethod="crop");
} 
.TF3{
	width: 28px;
	height: 30px;
	background-image: url("images/content_frame3.png");
	background-repeat: no-repeat;
}
* html .TF4{
	width: 28px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame4.png", sizingMethod="scale");
} 
.TF4{
	width: 28px;
	background-image: url("images/content_frame4.png");
	background-repeat: repeat-y;
}
* html .TF5{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame5.png", sizingMethod="scale");
} 
.TF5{
	background-image: url("images/content_frame5.png");
	vertical-align: top;
}
* html .TF6{
	width: 28px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame6.png", sizingMethod="scale");
} 
.TF6{
	width: 28px;
	background-image: url("images/content_frame6.png");
	background-repeat: repeat-y;
}
* html .TF7{
	width: 28px;
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame7.png", sizingMethod="crop");
} 
.TF7{
	width: 28px;
	height: 30px;
	background-image: url("images/content_frame7.png");
	background-repeat: no-repeat;
}
* html .TF8{
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame8.png", sizingMethod="scale");
} 
.TF8{
	height: 30px;
	background-image: url("images/content_frame8.png");
	background-repeat: repeat-x;
}
* html .TF9{
	width: 28px;
	height: 30px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/content_frame9.png", sizingMethod="crop");
} 
.TF9{
	width: 28px;
	height: 30px;
	background-image: url("images/content_frame9.png");
	background-repeat: no-repeat;
}
* html .SF1{
	width: 23px;
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel1.png", sizingMethod="image");
} 
.SF1{
	width: 23px;
	height: 25px;
	background-image: url("images/panel1.png");
	background-repeat: no-repeat;
}
* html .SF2{
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel2.png", sizingMethod="scale");
} 
.SF2{
	height: 25px;
	background-image: url("images/panel2.png");
	background-repeat: repeat-x;
}
* html .SF3{
	width: 23px;
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel3.png", sizingMethod="image");
} 
.SF3{
	width: 23px;
	height: 25px;
	background-image: url("images/panel3.png");
	background-repeat: no-repeat;
}
* html .SF4{
	width: 23px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel4.png", sizingMethod="scale");
} 
.SF4{
	width: 23px;
	background-image: url("images/panel4.png");
	background-repeat: repeat-y;
}
.SF5{
	background-color: #FFFFFF;
	vertical-align: top;
}
* html .SF6{
	width: 23px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel6.png", sizingMethod="scale");
} 
.SF6{
	width: 23px;
	background-image: url("images/panel6.png");
	background-repeat: repeat-y;
}
* html .SF7{
	width: 23px;
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel7.png", sizingMethod="image");
} 
.SF7{
	width: 23px;
	height: 25px;
	background-image: url("images/panel7.png");
	background-repeat: no-repeat;
}
* html .SF8{
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel8.png", sizingMethod="scale");
} 
.SF8{
	height: 25px;
	background-image: url("images/panel8.png");
	background-repeat: repeat-x;
}
* html .SF9{
	width: 23px;
	height: 25px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/default/images/panel9.png", sizingMethod="image");
} 
.SF9{
	width: 23px;
	height: 25px;
	background-image: url("images/panel9.png");
	background-repeat: no-repeat;
}