/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background-color: #777777;
}

a {
	color : #006699;
	text-decoration : none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1, h5 { font-family: Verdana, Arial, sans-serif; }
h2, h3, h4 { font-family: Arial, sans-serif; }

h1 {
	font-size : 120%;
	color : #000;
}

h2 {
	font-size : 114%;
	color : #000;
}

h3 {
	font-size : 100%;
	color : #000;
}

h4 {
	font-size : 100%;
	font-weight : normal;
	color : #000;
}

h5 {
	font-size : 100%;
	color : #000;
}

ul { list-style-type : square; }
ul ul { list-style-type : disc; }
ul ul ul { list-style-type : none; }

label {
	font-family : Arial, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color : #334d55;
}

#center-block {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	background: url(images/gradient.png);
	background-color: #A1C4FF;
	border-top: 1px solid #000;
	margin-top: 0px;
}

#header {
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 25px;
	background: url(images/header_gradient.png);
	background-repeat: repeat-x;
}

.top-right-corner {
	background: url(images/top-right.png) 100% 0% no-repeat;
}

.top-left-corner {
	background: url(images/top-left.png) 0% 0% no-repeat;
}

#left_navigation {
	margin-left: 25px;
	width:100px;
	position: absolute;
	top: 100px;
	left: 7%;

}

#left_navigation ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 140px;
	line-height: 1.5;
	font-weight: bold;
}

#left_navigation ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}

#left_navigation ul li a {
	font-weight: normal;
	color: #000;
}

#left_navigation ul li a:hover, #left_navigation ul li a:active {
	background-color: #A1C4ff;
	color: #000;
}

#content {
	text-align: left;
	margin-left: 160px;
	margin-right: 300px;
	padding-top: 80px;
	line-height: 1.3;
}

.title {
	text-align: center;
}

#right_side {
	text-align: right;
	position: absolute;
	top: 250px;
	right: 9%;
	width: 25%;
	overflow: hidden;
}

#right_side img {
	text-align: right;
	padding: 10px;
	margin-bottom:10px;
	border: 1px solid #757575;
	}

#footer {
	clear: both;
	text-align: center;
	display: block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
	font-size: 75%;
	background-color: #000;
	color: #fff;
}

.bottom-right-corner
	{
	background: url(images/20px-corner-BR.png) 100% 100% no-repeat;
	}
.bottom-left-corner
	{
	background: url(images/20px-corner-BL.png) 0% 100% no-repeat;
	}