/*Style sheet for GScape must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin:0 auto;
	padding:0;
	font:76% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background-color:#FAF0E6;/*#7B82B7;*//*#F2F3F7;*//*#626294;*//*#6B74AE;*/
	color:#494949;
	text-align: center;
	min-width: 851px;

}

/*Styles for main content which will be wrapped to centere with a black border. */
#MainWrapperBlack
{
    text-align: left;
	margin:0 auto;
	width:851px;
	background-color:#ffffff;
	border:solid 1px #000000;/*#37127b;*/
}

/*Styles for main content which will be wrapped to centere with a gray border inside balck border. */
#WrapperGray
{
	margin:0 auto;
	padding:5px 5px 5px 5px;
	width:837px;
	background-color:#ffffff;
	border:solid 2px #ACABC4;/*#D9D9D9;*/
}

/*Styles for the main header at the top. */
#Header
{
	margin:0 0 10px 0;
	height:144px;
	background:#DEB887 top left no-repeat;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#Header h1
{
	margin:0 auto;
	padding:10px 0 0 21px;
	color:#000000;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
		text-align:center;
}
#Header h2
{
	margin:0 auto;
	padding:4px 0 0 22px;
	color:#ffffee;
	font-size:1.2em;
	font-weight:normal;
		text-align:center;
}

/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin: -72px 0 0 307px;
	padding:10px 0 0 19px;
	background-color:Transparent;

}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	padding-left:11px;
	height:1.2em;
	line-height:1.2em;
	color:#000000;
}
#HeaderMenus ul
{
	margin:22px 0 0 0;
	padding:0 0 0 0;
	color:#000000;
}
#HeaderMenus li
{
	color:#000000;
	list-style-type:none;
	float:left;
}
#HeaderMenus li a
{
	padding:0 10px 14px;
	display:block;
	text-decoration:none;
	color:#660066;/*#2f4fab;*//*#660066;*//*#22527B;*//*#73227B;*/
	font-size:1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#HeaderMenus a:hover
{
	text-decoration:none;
	color:#000000;
}
#HeaderMenus .selected
{
	color:#000000;
}

/*Styles for the right columms. */
#RightColumn
{
	margin:0 auto;
	padding:0 0 0 0;
	width:24%;
	float:right;
}

#FirstColumn
{
	margin:0 auto;
	padding:0 0 0 0;
	width:24%;
	float:left;
}

/*Styles for the Login Button in the right column. */
#LoginSubmit
{
	margin:4px 0;
	border:1px solid #899aba;
	text-align:center;
	font-size:0.9em;
}

/*Styles for the container that wrappas the contents to left side. */
#LeftContainer
{
	margin: 0 210px 0 210px;
}

#FirstContainer
{
	margin: 0 650px 0 0;
}

/*Styles for the main contets in the page. */
#LeftContents
{
	padding: 0 20px 0 12px;
	line-height: 1.6em;
}
#LeftContents h2
{
	margin:0 auto;
	padding:4px 0 4px 0;
	background-color:#F2F3F7;/*#E8ECF5*//*#E7E9F1;*/
	font-family: "Book Antiqua", Helvetica, Tahoma, Arial, sans-serif;
	border:1px solid #899aba;
	text-align: left;
	color:#000000;
	font-size: 1.6em;
}
#LeftContents p
{
	background-color:inherit;
	text-align: justify;
	color:#494949;
}
#LeftContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000080;
}
#LeftContents img
{
	background-color:inherit;
	border: 2px solid #79A3C1;
	display:inline;
	color: inherit;
}

/*Styles for the page footer. */
#Footer
{
	margin:6px 0 0 0;
	padding:4px 0 4px 11px;
	background-color:#DEB887;/*#E8ECF5*//*#E7E9F1;*/
	border:solid 1px #000000;
	text-align:left;
	color: #ffffff;
}
#Footer a
{
	background-color: inherit;
	text-decoration: underline;
	color:#ffffff;
}

/*The general classes used throughout the page. */
/*Classes for adding the rounded corner images. */
.TopRight
{
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
}
.TopLeft
{
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
}
.BottomRight
{
	margin:-11px 0 0 0;
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
}
.BottomLeft
{
	margin:-11px 0 0 0;
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
}

/*The general class for the contents in the right column. */
.RightContents
{
	margin:0 auto;
	padding:8px 7px 8px 7px;
	background-color:#F2F3F7;/*#E8ECF5*//*#E7E9F1;*/
	border:1px solid #899aba;
	line-height:1.4em;
}
.RightContents h3
{
	margin: 5px 0 0 0;
	padding: 0 0 8px 0;
	background-color:inherit;
	color:#575F9F;/*#4D4D4D;*/
	text-align:left;
	font-size: 1.3em;
	/*font-family: Fantasy, Helvetica, Arial;*/
}
.RightContents h4
{
	font-size: 1em;
	margin: 5px 0 0 0;
	background-color:inherit;
}
.RightContents p
{
	margin: 0 0 14px 0;
	text-align: justify;
	background-color:inherit;
	color: #000000;
	font-size: 90%;
}
.RightContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

/*The general class for the contents in the First column. */
.FirstContents
{
	margin:0 auto;
	padding:8px 7px 8px 7px;
	background-color:#F2F3F7;/*#E8ECF5*//*#E7E9F1;*/
	border:1px solid #899aba;
	line-height:1.4em;
}
.FirstContents h3
{
	margin: 5px 0 0 0;
	padding: 0 0 8px 0;
	background-color:inherit;
	color:#575F9F;/*#4D4D4D;*/
	text-align:left;
	font-size: 1.3em;
	/*font-family: Fantasy, Helvetica, Arial;*/
}
.FirstContents h4
{
	font-size: 1em;
	margin: 5px 0 0 0;
	background-color:inherit;
}
.FirstContents p
{
	margin: 0 0 14px 0;
	text-align: justify;
	background-color:inherit;
	color: #000000;
	font-size: 90%;
}
.FirstContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

/*The class for comments in the main contents. */
.Comments
{
	background:inherit;
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	text-align:right;
	color: #000000;
	font-size:1em;
}

.PostFooter
{
	background:inherit;
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	text-align:right;
	color: #000000;
	font-size:1em;
}

/*Classes for aligning the images in the main conetes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/*Class filling the left column. */
.Fill
{
	margin:0;
	clear:both;
}

.contentdate {
	color : #000000;
	margin-bottom : 6px;
	font-size : 11px;
	font-weight : 600;
}

.comment {
margin: 10px 0 10px 0;
background : #eee;
padding: 5px;
font-size: .9em;
}

#highlight
{

	background-color: #7CFC00;
	background: #FA8072;
	color: white;
}

.comm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 90%;
	background-color: #FFF5EE;
	padding: 5px;
}

.comm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.comm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.comm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
}

.edcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm1
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 20;
}

.edcomm1 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm1 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm1 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm2
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 30;
}

.edcomm2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm2 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm2 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm3
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 40;
}

.edcomm3 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm3 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm3 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm4
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 50;
}

.edcomm4 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm4 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm4 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm5
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 60px;
}

.edcomm5 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm5 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm5 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

#modcomm
{
	margin: 5px;
	font-size: 90%;
	background-color: #E6E6FA;
	padding: 5px;
}

#modcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#modcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

#modcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

 .subcomm1
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm1 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm1 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm1 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm2
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm2 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm2 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm3
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 40px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm3 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm3 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm3 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm4
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 50px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm4 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm4 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm4 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm5
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm5 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm5 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm5 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

img{
    border : none;
}

#LeftContents form {
	padding:5px;
	margin:5px;
  	background:#F5F5F5;
	border:1px solid #E2E2FE;
}

#LeftContents form label {
	font-size:90%;
	display:block;
}

#LeftContents form input {
	border:1px solid #DDDDDD;
	padding:4px;
	margin:2px 0 5px 0;
	background: #ADEAEA;
    color: #333;

}

#LeftContents form textarea {
	width:98%;
	padding:4px;
	margin:2px 0 4px 0;
	border:1px solid #DDDDDD;
	background: #ADEAEA;
    color: #333;
}

#LeftContents form .submit {
	width:30%;
	font:bold 100% Arial, Sans-serif;
	margin:2px;
	padding:3px;
	color:#FFFFFF;
	background-color:#4682B4;
	border:1px solid #CCCCCC;
}

#LeftContents h4 {
	font-size: 0.8em;
	display:inline;
	font-weight: normal;
}

#LeftContents h6 {
	color: #000080;
	font-size: 1.3em;
	display: block;
	font-weight: 110;
}