/* standard elements */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #e6e7e1;
}

body {
	/* background: #e6e7e1;*/
	color: #444;
	font-family: "times new roman", Sans-serif;
	padding-top: 10px;
	font-size:12px;
}

a {color: #048;}
a:hover {color: #06c;}


p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}
h2,h3,h4,h5,h6 {padding-top: 6px; color: #222; margin-bottom: 8px;}

h2 {
	font: bold 1.4em "times new roman",sans-serif;
}
h3 {
	font: bold 1.2em "times new roman",sans-serif;
}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #fff;
	border: 1px solid #eee;
	border-left: 6px solid #ccc;
	color: #666;
	display: block;
	font: normal 1em "times new roman",Tahoma, Sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}



/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	padding: 0;
	margin:0;
	border: 2px solid #d7d7d2;
	background: #fff url(images/background-repeat.gif);
	font-size: 1.2em;
	margin: 0 auto;
	
	/* width: 780px;  OLD_WIDTH */
	width: 955px;
}

.outer-container {
	
}

/* logo area */

/* headere & title */
.header {
	background-color: #222;
	background-repeat: no-repeat;
	height: 244px;
	border
	text-align: center;
}
.header .title {
	color: #fff;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #fff;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #f60;}
.header .title .slogan {
	font: normal 1.1em Tahoma, Sans-serif;
	padding-top: 6px;
}

.header img {border:none;}

/* path */
.path {
	width: 100%;
	background: #FFF;
	color: #333;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #037C97;
	margin-bottom: 15px;
	margin-top: 5px;
	
}
.path  #breadcrumbs {
	font: normal 1.1em "times new roman",Tahoma, Sans-serif;
	width: 40%;
	float: left;
	padding-left: 15px;
}

.path #searchContainer form {
	margin: 0;
	padding: 0;
	
}

.path #searchContainer {
	width: 40%;
	float: right;
	margin: 0;
	padding: 0;
}

.path #searchContainer .button {
	background-color: #037C97 ;
	color: #FFF;
	margin: 1px 1px 5px 1px;
	padding: 1px;
	text-align: center;
	font-size: 75%;
}

.path a {
	color: #666;
	text-decoration: none;
}
.path a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* main */
.main {
	/*position:relative;*/
	background: #fff url(images/main.gif) repeat-y;
	border-top: 4px solid #fff;
	padding: 8px 0 0 0;
	/* padding: 8px 12px 0 0;  OLD_WIDTH */
	margin: 0 auto;
	width:880px;
	margin-bottom:35px;	
}
.main #menu_wrapper {
	float:left;
	/* height: 878px; */
	width: 196px;
	/* background: #fff url('images/menu-background.gif') repeat-y; */
	font-size:11px;
	clear:both;
}
.main .content_container h1 {
	font-size: 160%;
	background: url('images/h1-line.gif') no-repeat bottom left;
	height:55px;
	padding-left:20px;
	color: #EF402F;
	margin-left:5px;
}
.main .content_container {
	
	padding:0;
	margin:0;
	min-height: 400px;
	/* width: 538px;  OLD_WIDTH */
	
	
}
.leftPanel {
	margin:0;
	padding:0;
	padding-left:20px; 
	padding-right:20px;
	text-align:left;
	min-height:450px;
}
.rightPanel {
	margin:0;
	padding:0;

}

/* content */
.pageContent {
	padding: 0;
	margin: 0;
}
.content {
	margin-left:20px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.leftPanel li {
	list-style: disc;
	margin-left: 18px;
}
.content p {font-family: "times new roman",Tahoma, Sans-serif;}

/* footer */
.footer {
	clear: both;
	color: #000;
	font: bold 1em sans-serif;
	margin: 0 auto;
	padding: 10px 12px;
	width:955px;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {color: #777;}
.footer .right, .footer .right a {color: #333;}
.footer .right a:hover {color: #777;}

/* bottom links */
.bottom_links {
	padding-top: 10px;
	text-align: center;
	color: #333;
}
.bottom_links a:link,
.bottom_links a:hover,
.bottom_links a:active,
.bottom_links a:visited {
	color: #333;
	text-decoration: none;
}
.bottom_links a:hover {
	color: #777;
	text-decoration: underline;
}

a.fullsize {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}