body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.8em;
	cursor:default;
	color:#000000;
	background-color: #ffffff;
	background-image: url(img/gdmc_bg.gif);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
input {
	background-color:#FFFFCC;
}
.textarea {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.9em;
	cursor:default;
	color:#000000;
	background-color:#FFFFCC;
}
.button {
	background-color: buttonface;
}
table {
	padding: 5px;
}
th {
	background-color: #000066;
	color: #ffffff;
	padding:5px;
}
th.normal {
	text-align: right;
	font-style:italic;
	font-size: 0.9em;
	color:#000000;
	background-color:transparent;
}
td {
	color: #000000;
	line-height: 1.5em;
	padding:5px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:#AAAAAA;
}
#header {
	width:100%;
	padding-top:15px;
}
.spacer {
	width:100%;
	height:15px;
}
h1 {
	font-size:2em;
	color:#000066;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h3 {
	color:#333300;
	font-size:1em;
	font-weight: bold;
	font-style:italic;
	text-shadow:#CCCCCC;
	/*background-color:#F9F9F9;*/
	background-image: url(img/news_bg.gif);
	background-position: right;
	background-repear: no-repeat;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	/*font-weight:300;*/
	padding:5px;
}
.top_main_heading {
	margin-top:15px;
}
#left {
	float:left;
	width:200px;
	color:#AAAAAA;	
}
#leftcontent
{
	line-height: 20px;
	border-right: 1px solid;
	border-right-color:#bbbbbb;
	margin-right: 5px;
}
#leftcontent p {
	color:#333300;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}
#leftcontent ul {
	list-style:inside;
	padding-left:20px;
	color:#AAAAAA;
}
#leftcontent a {
	color:#333300;
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	font-style:inherit;
}
.news {
	color:#000000;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#000000;
	line-height:20px;
	padding:5px;
	font-weight: normal;
}
#leftcontent a:hover {
	color:red;
	text-decoration:none;
}
#leftcontent active
{
	color:#333333;
	font-weight: bold;
}
#main {
	float:left;
	width:550px;
	color:#000000;
	padding-bottom:20px;
	vertical-align:top;
}
#notice p {
	background-color:#99CCFF;
	color:#000000;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:dotted;
	border-color:#000000;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	line-height:20px;
	padding:20px;
	font-size: 1.4em;
}
#maincontent p {
	color:#000000;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#000000;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	line-height:20px;
	padding:20px;
}
#maincontent a {
	color:blue;
	text-decoration:none;
}
#maincontent a:hover {
	color:red;
	text-decoration:underline;
}
#footer {
	clear:both;
	width:750px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: gray;
}
#footer a {
	color:#6699FF;
	text-decoration:none;
}
#footer a:hover {
	color:red;
}
.right {
	color:#AAAAAA;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:#AAAAAA;
	float:left;
	font-size:100%;
	margin-top:5px;
}

#headerleft {
	float: left;
	width: 690px;
}

#headerright {
	width: 60px;
}