html {
	height: 100%;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font: 11px Tahoma, sans-serif;
	height: 100%;
}

/* PAGE ----------------------------------------------------------------------*/
#page {
	height: 100%;
}

/* TOP PAGE ------------------------------------------------------------------*/
#toppage {
	width: 1000px;
}

#date {
	float: left;
	width: 190px;
	height: 40px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#date .datetext {
	color: #666666;
	padding: 13px;
}

#topbar {
	float: right;
	width: 805px;
	height: 40px;
	background-image: url(images/bg_topbar.gif);
	background-color: #CBC55C;
	background-repeat: repeat-x;
	border-right: solid 1px #999999;
}

#topbar .topbartext {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 12px;
}

#topbar .topbartext a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#topbar .topbartext form {
	margin: 0;
	padding: 0;
}

#topbar .topbartext input {
	height: 10px;
	font-size: 80%;
}

#topbar .topbartext a:hover {
	text-decoration: underline;
}

/* HEADER --------------------------------------------------------------------*/
#header {
	width: 1000px;
	vertical-align: bottom;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
}

#myTry {
	width : 1000px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#logo {
	float: left;
	width: 490px;
	background-color: #F7F7F7;
}

.titletext {
	vertical-align: bottom;
	font-size: 24px;
	font-weight: bold;
	color: #333399;
}

.logotext {
	vertical-align: bottom;
	font-size: 36px;
	font-weight: bold;
	color: #F7F7F7;
}

.colorlogotext {
	font-size: 36px;
	font-weight: bold;
	color: #5b90f6;
	z-index: 0;
}

#pagetitle {
	width: 500px;
	background-color: #F7F7F7;
}

#title {
	position: relative;
	right: 10px;
	bottom: 0px;
	width: 500px;
	text-align: right;
}

#youarehere {
	width: 800px;
	float: left;
	background-color: #F7F7F7;
	text-align: left;
}

#youarehere .youareheretext {
	padding-left: 10px;
	font-weight: bold;
	color: #333399;
}

#youarehere .youareheretext a:hover {
	text-decoration: underline;
}

#youarehere .youareheretext a:link {
	text-decoration: none;
}

#youarehere .youareheretext a:visited {
	text-decoration: none;
}

#youarehere .youareheretext a:active {
	text-decoration: none;
}



#plandusite {
	width: 195px;
	background-color: #F7F7F7;
	text-align: right;
}

#plandusite .plandusitetext {
	padding-left: 10px;
	font-weight: bold;
	color: #333399;
}

#plandusite .plandusitetext a:hover {
	text-decoration: underline;
}

#plandusite .plandusitetext a:link {
	text-decoration: none;
}

#plandusite .plandusitetext a:visited {
	text-decoration: none;
}

#plandusite .plandusitetext a:active {
	text-decoration: none;
}


/* CONTENT -------------------------------------------------------------------*/
#content {
	width: 1000px;
	margin-top: 2px;
}

/* CONTENT MENU */
#menu {
	float: left;
	width: 190px;
	margin: 0px;
}

#linksmenu a {
	float: right;
	width: 183px;
	height: 25px;
	background-color: #5A5856;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

#linksmenu a:hover {
	background-color: #bacfed;
	color: black;
}

#linksmenu div a {
	background-color: #ccc;
}

#linksmenu .selected {
	background-color: #bacfed;
	color: black;
}

#linksmenu .sousmenu2 {
	background-color: #999999;
	color: black;
}

#linksmenu .sousmenu3 {
	background-color: #ddd;
	color: black;
}

#linksmenu .sousmenu4 {
	background-color: #F7F7F7;
	color: black;
}

#linksmenu .sousmenu5 {
	background-color: #FFFFFF;
	color: black;
}

.logintext {
	font-weight: bold;
	color: #CCCCCC;
}

.logintext a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.logintext a:hover {
	text-decoration: underline;
}

.logintext form {
	margin: 0;
	padding: 0;
}

.logintext input {
	height: 10px;
	font-size: 80%;
}

/* CONTENT TEXT */
#contenttext {
	float: right;
	width: 800px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: dotted 1px #CCCCCC;
	min-height: 350px;
	background: url(images/arc.gif) no-repeat center white;
}

.bodytext {
	color: #333333;
	text-align: justify;
	padding: 12px;
}

.includedContentPage {
	color: #333333;
	text-align: justify;
	padding: 12px;
}

/* CONTENT PANEL */
.panel {
	padding: 12px;
	border: solid 1px #E4E4E4;
	background-color: #EEEEEE;
	margin: 10px;
	padding: 10px;
	width: 750px;
	/*height:160px;*/
	text-align: justify;
}

.colortitle {
	font-size: 18px;
	font-weight: bold;
	color: #5b90f6;
}

/* CONTENT FOOTER */
#footer {
	float: right;
	width: 800px;
}

.smallgraytext {
	font: 11px Tahoma, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}

.smallgraytext a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.smallgraytext a:hover {
	text-decoration: underline;
}
