@charset "utf-8";
/* CSS Document */
#LogoDiv {
	position:absolute;
	left:10px;
	top:10px;
	width:165px;
	height:112px;
	z-index:1;
}
#MenuDiv {
	position:absolute;
	left:10px;
	top:123px;
	width:165px;
	height:447px;
	z-index:2;
}
#BodyDiv {
	position:absolute;
	left:176px;
	top:123px;
	width:771px;
	height:427px;
	z-index:4;
	padding: 6px;
}
#TitleDiv {
	position:absolute;
	left:176px;
	top:10px;
	width:771px;
	height:112px;
	z-index:3;
	line-height:3em
}
#ThinkDiv {
	position:relative;
	left:175px;
	top:500px;
	width:772px;
	height:72px;
	z-index:5;
}
#PhotoDiv {
	position:absolute;
	left:657px;
	top:332px;
	width:301px;
	height:200px;
	z-index:5;
}
.SiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*color: #49b6db;*/
	color: #6699FF;
}
.MenuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6699FF;
}
.MenuMainUl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6699FF;
	text-decoration: underline;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
}

a:link {
 color: #6699FF;
 text-decoration: none;
}
a:visited {
 color: #6699FF;
 text-decoration: none;
}
a:hover {
 color: red;
 text-decoration: none;
}

/*a.menu:link {
 color: #6699FF;
 text-decoration: none;
}
a.menu:visited {
 color: #6699FF;
 text-decoration: none;
}
a.menu:hover {
 color: red;
 text-decoration: none;
}*/
 
.BodyText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: black;
}
 
/*a.body:link {
 color: #6699FF;
 text-decoration: none;
}
a.body:visited {
 color: #6699FF;
 text-decoration: none;
}
a.body:hover {
 color: red;
 text-decoration: none;
}*/

.bordered {
 border: 1px solid #CCCCCC;
}
.borderedbutton {
 border: 1px solid #CCCCCC;
 background-color: #FFFFFF;
}
input.bordered:focus {
 border: 1px solid #6699FF;
 background-color: #FFFFCC;
}
.bordered:hover {
 background-color:#CCCCCC;
 border: 1px solid #6699FF;
}
.borderedbutton:hover {
 background-color:#CCCCCC;
 border: 1px solid #6699FF;
}
textarea.bordered:focus {
 border: 1px solid #6699FF;
 background-color: #FFFFCC;
}
select.bordered:focus {
 border: 1px solid #6699FF;
 background-color: #FFFFCC;
}
body {
 background-color: #FAFAFA;
}
.borderedimg {
 border: 1px solid #FAFAFA;
}
.borderedimg:hover {
 border: 1px solid #6699ff;
}
.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
}
