/* CSS Document */

body {
	background-color:#fefefe;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	color:#444444;
	margin:0;
}

#header {
	background-image: url(menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header-container {
	width:840px;
	margin:0 auto;
	padding: 30px 20px 10px 0px;
}
#header h1 {
	font-family: "Times", Garamond, Georgia, Times New Roman, serif;
	font-weight:normal;    
        text-align:center;      
	font-size:27px;
	color:#000;
	letter-spacing:0px;
        padding:0!important;
	padding:10px 0px 0px 40px;
	margin: 10px 0px 0px 40px;
}
#header h1 a {
	text-decoration:none;
	color:#000;
}
#header h1 a:hover {
        text-decoration: italic;
	border:none;
}
#header img {
	float:left;
	margin:3px 40px 0 20px;
}
#header ul {
	margin:51px 0 20px 0px !important;
	margin:53px 0px 40px 0;
	padding:0;
	float:right;
}
#header p {
	float:left;
	border-left:1px solid #ccc;
	padding: 5px 0 15px 20px;
	margin:-3px 0 0 0;
	font-family:Times, Georgia, Times-New-Roman,serif;
	font-size:11px;
	color:#666666;
}
#sidebar input {
	width:170px;
	background-color:#f6f6f6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#666;
	padding:0px;
	margin:5px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}

#content input {
	width:300px;
	background-color:#fff;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-family:"Verdana", Tahoma, Century Gothic;
	color:#ccc;
	padding:4px;
	margin:3px 3px 3px 30px;
}
#content input:hover {
	border:1px solid #cdcdcd;
	color:#002255;
}
#content input:focus {
	border:1px solid #999;
	color:#333;
}

#content textarea {
	width:300px;
	background-color:#ffffff;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-family:"Verdana", Tahoma, Arial;
	color:#000;
	padding:4px;
	margin:3px 3px 3px 30px;
}

.articlemenu {
	border-top:1px solid #eee;
	margin:30px 0 0 0;
	padding:0;
	text-align:right;
}

#header a {
	color:#43CBAE;
	text-decoration:italic;
}
#header a:hover {
	border-bottom:1px dotted #333;
}
#header li {
	float:left;
	display:block;
	list-style:none;
}
#header li a {
	display:block;
	width:92px;
	text-align:center;
        font-family: Times, Georgia, Times-New-Roman, serif;
        letter-spacing: 1px;
	color:#fff;
	text-decoration:none;
	background-image: url(menua.jpg);
	background-repeat:no-repeat;
	padding:5px 0 9px 0;
}
#header li a:hover {
	background-image: url(menuahover.jpg);
	border:none;
	padding:5px 0 9px 0;
}
.clear {
	clear:both;
}
#container {
	width:800px;
	margin:0 auto;
}
#sidebar {
	float:left;
	width:185px;
        background-color: #;
	font-family: "Times", Garamond, Georgia, Times New Roman, serif;
        letter-spacing: 1px;
	font-size:12px;
	color:#666;
	line-height:20px;
	border-bottom:1px solid #eee;
}
#sidebar h1 {
        font-family: "Times", Garamond, Georgia, Times New Roman, serif;
        color:#000;
        font-weight:normal;
	font-size:16px;
        letter-spacing: 1px;
        padding: 10px 3px 30px 10px ;
	
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
      
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 5px;
	margin:0 0 1px 0;
	background-color:#f2f2f2;
	border-right:1px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}
#sidebar p {
	padding: 0 0px 0 0px;
	margin:20px 0 20px 0;
}
#content {
	margin:10px 0px 0px 190px;
        background-color: #fcfcfc;
	border-left:1px solid #eee;
}
#content h1 {
	font-family: "Times", Garamond, Georgia, Times New Roman, serif;
	font-size:18px; 	        
	color:#000;
       font-weight:normal;
	letter-spacing:1px;
        text-align:center;
	background-image: url(h1.jpg);
	background-position:left;
	background-repeat:no-repeat;

	padding: 20px 10px 10px 25px;
	border-top:2px dottd #eee;
}
#content h2 {
	font-family:"Century Gothic", Georgia, Times New Roman, Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	padding:15px 15px 15px 30px;
}
#content h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#008CBA;
	letter-spacing:1px;
	padding:0px 15px 0px 30px;
	margin:0;
}
#content p {
	padding:20px 20px 20px 30px;
	line-height:23px;
}
#content ul {
	margin: 10px 10px 10px 30px;
}
#content li {
	list-style:none;
	background-image: url(li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 20px;
	margin:15px 0 15px 0;
}
#sidebar img {
	padding:5px;
	border:1px solid #eee;
	float:left;
	margin:0px 0px 0px 0px;

}
#content a {
	color:#666;
	background-color:#fff;
	padding: 2px;
	
}
#content a:hover {
	background-color:#ccc;
	color:#000;
}
#content img {
	
	margin:2px 3px 2px 3px;
	padding:5px;
	background-color:#fff;
	border:3px solid #eee;
}
#footer {
	padding:5px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:10px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	clear:both;
}
#footer a {
	color:#ddd;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}
