@charset "utf-8";

/* CSS Document */

body {
	text-align:center;
	background-color: #678FC2;
	background-image: url(../images/style1/grey-white-yellow.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
#frame {
	width:950px; 
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #dddddd;
	height: 100%;	
}
#frame0 {
	background-color: #678FC2;
	height: 30px;
	width: 100%;
}
#coverImage {
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftpanel {
	width:250px;
	float:left;
	background-color: #eeeeee;
	height: 100%;
}
#article { 			/*center*/
	width:410px;
	float:left;
	background:#ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100%;	
}
#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1px;	
}
#author {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	padding-top: 14px;
	padding-bottom: 1px;	
}
#articleBody p    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 14px;
	line-height: 17px;
}
#articleBody li    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 14px;
	line-height: 17px;

}
#articleBody h1    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 15px;
	font-weight: bold;
}
#articleBody h2    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 15px;
	font-weight: bold;
}
#articleBody h3    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 15px;
	font-weight: bold;
}
#articleBody  .block1 {
	padding-left: 25px;
}
#articleBody ul {
	padding-left: 25px;
}
#contentright { 	/*right*/
	width:200px;
	padding:25px;
	float:left;
	background-color: #FDFFBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;	
}
#frame2 {
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	float: left;
	background-color: #678FC2;
}
#frame2 a {
	color: #dddddd;
	text-decoration: none;
}
#frame2 a:hover {
	color: #333333;
	text-decoration: underline;
}

