body {
	margin-top:20px;
	height:101%;
	background:#CBD3DF url(img/body_bg.gif) repeat-x top;
	}

img	{
	border: none;
}

p	{
	font-family:verdana;
	font-size:10px;
	color:#575757;
	}

H1 {
	font-family:verdana;
	font-size:18px;
	color:#575757;
	font-weight:500;
	}

H2 {
	font-family:verdana;
	font-size:14px;
	color:#575757;
	font-weight:bold;
	}

#header1 {
	height:105px;
	border:#ABBCD4 1px solid;
	border-bottom:#D6DDE4 1px solid;
	background:url(img/top_bg.gif) repeat-x top;
	clear:both;
	overflow:hidden;
	}

#contactbox {
	width:605px;
	height:50px;
	background:url(img/address_bg.gif) repeat-x top;
	float:right;
	margin-top:55px;
	}

	.address {
		width:535px;
		height:100%;
		background:url(img/dbl_border.gif) repeat-y left top;
		text-align:center;
		color:#626573;
		font-family:arial;
		font-size:11px;
		line-height:50px;
		float:left;
		}

	.xtra_link {
		width:65px;
		height:100%;
		float:right;
		background:url(img/dbl_border.gif) repeat-y left top;
		line-height:50px;
		}

	.xtra_link a {
		display:block;
		height:16px;
		width:16px;
		margin:17px auto auto 10px;
		}

#header2 {
	height:170px;
	clear:both;
	border:#C7D3DD 1px solid;
	border-width:0 1px 0 1px;
	}


#pagecontent {
	clear:both;
	border:#BDC7D6 1px solid;
	border-bottom:0px;
	background:#FFFFFF url(img/content_low_bg.gif) repeat-x bottom;
	}

.menutop {
	height:30px;
	width:280px;
	border-right:#FAFBFC 1px solid;
	background:url(img/menu_top_bg.gif) repeat-x top;
	}

.contenttop {
	height:30px;
	border-left:#CBD3E1 1px solid;
	background:url(img/content_top_bg.gif) repeat-x top;
	}

.menubg {
	width:280px;
	height:100%;
	background:#DCE1E9 url(img/menu_low_bg.jpg) no-repeat bottom right;
	border-right:#FAFBFC 1px solid;
	}

.contentbg {
	border-left:#CBD3E1 1px solid;
	}

#menu {
	width:280px;
	overflow:hidden;
	margin-top:11px;
	margin-bottom:50px;
	}

#menu a {
	display:block;
	height:27px;
	line-height:27px;

	color:#393C4C;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;

	background:url(img/link_reg.gif) no-repeat top right;

	margin-left:1px;

	padding-left:20px;

	}

#menu a.etu, #menu a:hover.etu {
	background:url(img/link_etu.gif) no-repeat bottom right;
	}

#menu a:hover, #menu a.active {
	background:url(img/link_active.gif) no-repeat top right;
	}

#menu a.etu {
	font-weight:bold;
	}

#menu .submenu a {
	padding-left: 60px;
	}


.submenu {
	display:none;
	}

#text_content {
	margin:20px 20px 40px 40px;
	color:#575757;
	font-family: verdana;
	font-size:10px;
	line-height:17px;
	width: 500px;
	}

#bottom_shade {
	width:100%;
	height:20px;
	background:url(img/btm_shade.gif) repeat-x top;
	clear:both;
	}

.filler {
	width:100%;
	height:100%;
	}

input, textarea {
	width: 100px;
	font-family:verdana;
	color:#575757;
	font-size:11px;
	border:#D5DAE1 1px solid;
	background:url(img/input_bg.gif) repeat-x top;
	}