
body {
	width: 100%;
	height: 100%;
	font-family: verdana,sans-serif;
	font-size: small;
	color: #444444;	
	
	padding-top: 5px;
}

a, a:visited {
	text-decoration: none;
	color: #1A2328;
}

a:hover {
	/*background-color: #F9EDD0;*/
	/*color: #E38733;*/
	color: #CE8C00;
}

a.nolink, a.nolink:hover,
a.nolink:visited, a.nolink:active {
	color: #444444;	
}

.normalUL {
	padding-left: 30px;
}

/******************** main parts ********************/
#header {
	display: none;
}

#title {
	clear: left;
	text-align: center;
	border: 1px solid #D7E1E6;
	min-height: 60px;
	margin-bottom: 10px;
}

#presenter {	
	display: none;
}

#container {	
	width: 920px;
	margin: auto;
}

#footer {
	display: none;
}


/******************** holders for content of main parts ********************/

.hidden, .hidden1 {
	display: none;
	visibility: hidden;
}

.page-contents {
	text-align: left;
	margin: auto;
	width: 920px;
}

#header-contents {
}

#title-contents {
}

#presenter-contents {
	padding: 2px;
}

#footer-contents {
	padding: 10px;
	min-height: 100px;
}


/******************** main content  ********************/

.frame {
	padding: 10px 0 0 13px;
	background: transparent url(/img/bg_img_box.jpg) no-repeat scroll left top;
}

#content_left {
	display: none;
}

#content {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#content_right {
	display: none;
}


/********************* classes **************************/


#copy_note {
	font-size: smaller;
}

#disclaimer {
	text-align: center;
	font-size: smaller;
	padding-top: 15px;
}


#logo-text {
	float: left;
	font-size: xx-large;
	color: #D7E1E6;
	font-weight: bold;
	margin-top: 5px;
}

#logo-text span {
	color: #F0E0AA;
	font-size: x-large;
}

#top-links {
	font-size: smaller;
	text-align: right;
	height: 20px;
}

#top-left-links {
	font-size: smaller;
	text-align: left;
	height: 20px;
	float: left;
}

.smallLinks a, .smallLinks a:visited {
	color: #484848;
}

.smallLinks a:hover{
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

#search-bar {
	float: right;
	border: 1px solid #D7E1E6;
	border-top-style: none;
}

#search-bar input {
	font-size: 85%;
	border-width:1px;
}

#search-box {
	width: 120px;
}

#menu-bar {
	display: none;
}

#menu-holder {
	margin-top: 10px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	line-height: 1em;
}


#menu-holder li {
	float: left;
	margin: 5px;
	padding: 4px;
	border: 1px solid #D7E1E6;
}

#menu-holder li a, #menu-holder li a:visited {
	padding: 4px;
	text-decoration: none;
	color: #1A2328;
}

#menu-holder li:hover {
	background-color: #F9EDD0;
	border-color: #E9BD58;
}



/********************* classes **************************/

.fullwidth {
	width: 100% !important;
}

.sidebar {
	width: 250px !important;
}

.halfwidth {
	width: 620px !important;
}

.withright {
	width: 700px !important;
}

.withleft {
	width: 720px !important;
}



.contentHolder {
	max-width: 100% !important;
}

.blogComments, .blogCommentsBorder {
	display: none;
}

.barLeftSide {
	display: none;
}