
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;
}

#fixedLogo {
	background: transparent url(/img/psv_mic.png) no-repeat scroll;
	background-position: center right;
	position: fixed; 
	top: 130px; 
	left: 0;
	width: 130px;
	height: 130px;
	z-index: -1;
	cursor: pointer;
	display: none;
}

/******************** main parts ********************/
#header {
	text-align: center;
}

#title {
	clear: left;
	text-align: center;
	background: transparent url(/img/bg_fill_title.jpg) repeat-x scroll left top;
	border: 1px solid #D7E1E6;
	min-height: 60px;
	height: 60px;
	margin-bottom: 10px;
}

#presenter {	
	width: 920px;
	margin: auto;
	background: transparent url(/img/bg_fill_presenter.bmp) repeat scroll;
	height: 100px;
	border: 1px solid #D7E1E6;
	margin-bottom: 10px;
}

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

#footer {
	clear: both;
	text-align: center;
	background: transparent url(/img/bg_fill_footer.jpg) repeat-x scroll left top;
	margin: 0 auto 10px auto;
}


/******************** 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 {
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 25px;
}

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

#content_right {
	float: right;
	width: 160px;
	overflow: hidden;
	margin-bottom: 25px;
}


/********************* 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 {
	float: right;
}

#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;
}

.menu-item-active {
	background-color: #E4EDF3;
}

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

.fullwidth {
	width: 100% !important;
}

.sidebar {
	width: 250px !important;
}

.halfwidth {
	width: 620px !important;
}

.withright {
	width: 700px !important;
}

.withleft {
	width: 720px !important;
}

