﻿/**************** main ********************/
body {
margin: 0 auto;
padding: 0;
font-family:arial,times new roman;
font-size:14px;
background: #f4f4f4 url(images/bg.gif) top center repeat-y;
}

a {
text-decoration: underline;
color: #286ea0;
}

a:hover {
text-decoration: none;
color: #286ea0;
}

a img {
border: 0;
}

/******************* container ******************/
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

/*************** header ****************/
#header {
clear: both;
margin: 10px 0 10px 0;
padding: 0;
}

/****************** master image ***************/
#frontphoto {
	margin: 0 auto;
	border: 0;
	border-left:5px solid #ccc;
}


/************ main content ************/
#content {
	margin: 20px 10px 20px 160px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: justify;
}

#content #title {
font-size: 130%;
font-weight:bold;
margin: 0 0 10px 0;
}

#content #sub_title {
	font-size: 110%;
	font-weight:normal;
}

#content p {
	margin-top:0;
}

/**************footer ***************/
#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 14px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

/**************left menu ***************/
#menu {
clear: left;
float: left;
width: 150px;
margin: 20px 0 10px 0;
padding: 0;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 4px 0 0 10px;
background: #f4f4f4;
border-left: 5px solid #cccccc;
}	
	
#menu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 5px solid #286ea0;
}

/*****************font***/
.special_font {
	font-weight:bold;
	color:#cc3300;
	font-size:120%;
}

.small_font {
	font-size:85%;
	color:#666666;
}

ul,ol {
	margin-top:2px;
}

.sub_title_bg {
	padding:3px;
	background-color:#eaeaea;
	margin-bottom:3px;
}
