/* CSS Document */

html,body {
	background-image:url(../images/bg-left.gif);
	background-repeat:repeat-y;
	background-color:#f8f3d3;
	
	border: 0 0 0 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

h1,h2,h3,h4,h5,h6 {
	color: #666633;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
}

h1 {
	letter-spacing: -2px;
}

h2 {
	font-size:2.2em;
	letter-spacing: -2px;
}

h3 {
	font-weight:bold;
	font-size:1em;
	letter-spacing: -2px;
}

.noCSSView {
	display:none;
}

#header {
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	padding:5px 0 0 0;
	width:100%;
}

#footerTop {
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	padding:15px 0 0 0;
	margin:0 0 0 0;
	width:100%;
}

#footer {
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat;
	height:70px;
	width:100%;
	padding:0px 0 0 0;
	margin:0 0 0 0;
	clear:both;
}

#footerContent {
	margin: 0 0 0 180px;
	width:875px;
	clear:both;
	font-weight:bold;
	color:#FFFFFF;
}

.footerText {float:left;margin-top:12px;}


#menu {
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	width:100%;
}

#menuList {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.0em;
	padding: 0 0 0 0;
	margin: 0 0 0 182px;
	height:40px;
	overflow:hidden;
}

#menuList li {
	list-style-type: none;
	display:inline;

	
}
#menuList a:hover {
	color:#000000;
	background-color:#FFFFFF;
}

.activeMenuItem {
	background-color:#f8f3d3;
	color:#666633;
}

.inactiveMenuItem {	
	color:#ffffff;
}

#menuList a {
	float:left;
	padding: 10px 10px 20px 10px;
	text-decoration:none;
}

#content {
	margin: 0 0 0 180px;
	padding:0 0 0 0;
	width:875px;
	clear:both;
}

#content a:link {
	color:#cc0000;
}

#pictureFrame {
	/*padding:20px 0 0 0;*/
	padding: 0 0 0 0;
	margin:18px 0 0px 0;
}

#pictureFrameContent {
	background-image:url(../images/pic-frame.gif);
	background-repeat:no-repeat;
	width:582px;
	height:298px;
	padding:7px 15px 10px 7px;

}

#welcomeFrame {

}
#welcomeFrameContent {
}

#sampleFrame {
	text-align:center;
	font-weight:bold;
	color:#000000;
	font-size:1.1em;
}
#sampleFrameContent p {
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
	font-size:0.8em;
}

.mainlink {
	color:#FF0000;
	font-size:0.8em;
	font-weight:bold;
}


.centralFrame {
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:604px;
	margin:18px 0 0px 0;
	line-height: 23px;
	color:#666666;
}


.centralFrameContent {
	background-image:url(../images/WelcomeBg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:15px 10px 10px 10px;
}

.img {
	border:#333300 1px solid;
	margin-bottom:5px;
}

.imglink {
	text-decoration:none;
}

.greyedText {color: #666666;}

#rightPanel {
	background-color:#fcf9ea;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	clear:both;
	border:5px solid #ffffff;
	width:200px;
	margin:0px 10px 10px 20px;
	padding:0 0 0 0;
	border:0 0 0 0;
	color: #666633;
	letter-spacing: -0.5px;	
}
#rightPanel a { 
	color: #333300;
	font-size:1.17em;
	letter-spacing: -1px;	
	
}

#rightPanel h3 { 
	color: #333300;
	font-size:1.17em;	
	font-weight:bolder;
	letter-spacing: -1px;
	margin-bottom:8px;
}

#rightPanel h2 { 
	padding-top:10px;
	margin-bottom:15px;
}

#rightPanel p {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#rightPanel ul {	
	margin: 0 0 30px 3px;
	padding: 0 0 0 3px;
	list-style-position:outside;
}

#rightPanel li {
list-style-type: none;
margin-bottom:12px;
}

#rightPanel a:link {
	color:#333300;
}

#rightPanelContent {
	padding:0px 10px 10px 10px;
}

#rightPanelBlogContent {
	border-top:5px solid #ffffff;
	padding:0px 10px 10px 10px;
	background-color:#f3ebb7;
}

.rightPanelBox
{
	padding-left:6px;
	padding-bottom:15px;
}

.blogDate {
	font-size:90%;
	color:#999999;
}

.more {
margin-top:10px;
padding-top:10px;
}