* {
	margin:0;
	padding:0;
}

body {
	background-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

img {
	border-width:0;
}

#Content {
	margin:0 auto;
	width:650px;
}

#Logo {
	float:left;
	height:85px;
}
#Logo img {
	margin:5px 0;
}

#Phrase {
	color:#246;
	display:inline;
	float:right;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	height:55px;
	line-height:85px;
	margin-right:20px;
}

#Menu {
	background:#111 url(../images/layout/Menu.gif) repeat-x scroll top left;
	border:solid 1px #000;
	clear:both;
	font-size:11pt;
	
	height:30px;
	line-height:30px;
}
#Menu ul {
	border-left:solid 1px #000;
	display:inline;
	float:left;
	list-style-type:none;
	margin-left:20px;
}
#Menu li {
	border-right:solid 1px #000;
	display:inline;
	float:left;
}
#Menu a {
	background:transparent url(../images/layout/MenuItem_Inactive.gif) repeat-x scroll top left;
	color:#fff;
	height:30px;
	text-decoration:none;
	padding:0 10px;
}
/* Mac IE5 hack \*/
#Menu a {
	display:block;
	_display:inline-block;
}
/* End hack */
#Menu li.active a {
	background:transparent url(../images/layout/MenuItem_Active.gif) repeat-x scroll top left;
}
#Menu a:hover {
	background:transparent url(../images/layout/MenuItem_Hover.gif) repeat-x scroll top left;
	color:#fff;
}

#Link {
	background:#234 url(../images/layout/Link.gif) repeat-x scroll top left;
	border:solid 1px #000;
	border-top-width:0;
	font-size:9pt;
	height:20px;
	line-height:20px;
}
#Link ul {
	color:#ff9;
	list-style-type:none;
}
#Link li {
	display:inline;
	margin-left:10px;
}
#Link ul ul {
	display: inline;
	margin-right:20px;
}
#Link a {
	color:#fff;
	text-decoration:none;
}
#Link a:hover {
	color:#fff;
	text-decoration:underline;
}

#Body {
	background-color:#fff;
	border:solid 1px #000;
	border-top-width:0;
	padding:1px;
}
* html #Body {
	zoom:100%;
}
#Body h1 {
	color:#024;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	margin:1em 10px;
}
#Body h2 {
	color:#135;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	margin:1em 10px;
}
#Body p {
	color:#234;
	margin:1em 10px;
}
#Body ul {
	color:#234;
	font-size:10pt;
	list-style-type:square;
	margin:1em 10px 1em 60px;
}
#Body li {
	margin:5px 0;
}
#Body a {
	color:#468;
	text-decoration:underline;
}
#Body a:hover {
	color:#000;
}

#Side {
	display:inline;
	float:right;
	margin-bottom:20px;
}
#Side p {
	color:#789;
	font-size:9pt;
	font-style:italic;
	margin:10px 40px;
	text-align:justify;
	width:200px;
}
#Side img {
	border:solid 1px #000;
	margin:20px 20px 10px;
}
#Side ul {
	font-size:9pt;
	font-weight:bold;
	list-style-type:none;
	margin-left:0;
	margin-right:40px;
	text-align:right;
}
#Side li {
	line-height:1.5em;
}

#Clear {
	clear:both;
}

#Foot {
	background-color:#ddd;
	border:solid 1px #000;
	border-top-width:0;
	font-size:8pt;
	font-weight:bold;
	padding:5px 10px;
}