/* @group General Styles */

body {
	margin : 0 auto;
	font : 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding : 0;
	color : #454545;
	background-color : #435967;
}
b, strong {
	font-weight : bold;
}
a:link {
	color : #334960;
	text-decoration : none;
}
blockquote {
	font : 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	background : #e3eccd;
	border : 1px dotted #349731;
	padding : 10px;
	left : 0;
}
a:visited {
	color : #334960;
	text-decoration : none;
}
a:hover, a:active {
	color : #334960;
	text-decoration : underline;
}
	
/* @end */

/* @group Layout */

#html, body {
	margin : 0;
	padding : 0;
	height : 100%;
}
#body {
	font-size : 76%;
	text-align : center;
}
#logo {
	width : 130px;
	height : 172px;
	position : absolute;
	left : 18px;
	top : 50px;
}
#container {
	position : relative;
	top : 20px;
	background : url(images/bg_paper.jpg) repeat-y;
	margin : 0 auto;
	width : 750px;
	height : 90%;
}
#content {
	position : relative;
	height : 100%;
	margin-left : 150px;
	padding : 0 1.5em 5em;
	top : 3em;
	color : #334960;
	font : 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#header {
	position : relative;
	left : 13em;
	width : 500px;
	top : 40px;
	height : 15em;
}
#sidecolumn {
	left : 18px;
	position : absolute;
	background-repeat : no-repeat;
	top : 280px;
	width : 150px;
	height : 80px;
}
#footer {
	text-align : center;
	position : relative;
	clear : both;
	color : #334960;
	font-size : 0.9em;
}
#footer a {
	color : #334960;
}
#footer a:hover {
	color : #334960;
	text-decoration : underline;
}
img.floatLeft {
	float : left;
	margin : 6px;
}
img.floatRight {
	float : right;
	margin : 6px;
}
img.floatRightClear {
	float : right;
	clear : right;
	margin : 6px;
}
img.floatLeftClear {
	float : left;
	clear : left;
	margin : 6px;
}
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top : 0;
}
#sidecolumn #current {
	color : #334960;
	font-weight : bolder;
}
#sidecolumn ul {
	list-style : none;
	margin : 0;
	padding : 0 0 0;
	left : 2em;
}
#sidecolumn a {
	color : #334960;
	text-decoration : none;
	font-size : 14px;
}
#sidecolumn a:hover {
	color : #334960;
	text-decoration : underline;
}
#sidecolumn ul ul {
	padding : 0;
	margin : 0 0 0 15px;
	list-style : circle;
	margin : 0 0 0 15px;
}
#sidecolumn ul ul a {
	text-decoration : none;
	font-size : 90%;
	padding-left : 0;
}
#sidecolumn ul ul a:hover {
	background : transparent;
}
#sidecolumn ul ul ul {
	padding : 0;
	margin : 0 0 0 15px;
	color : #808080;
	list-style : circle;
}
#sidecolumn ul ul ul a {
	display : block;
	text-decoration : none;
	font-size : 90%;
	padding-left : 0;
	height : 20px;
}
#sidecolumn ul ul ul a:hover {
	background : transparent;
}
	
/* @end */

/* @group Global Classes */

.standout {
	background : #764b2c;
	color : #ffffff;
	padding : 10px;
	margin : 5px;
}
h1 {
	color : #334960;
	margin : 0;
	padding : 0;
	font : 36px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2 {
	color : #334960;
	font : bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding : 0;
	margin : 0;
}
h3 {
	color : #334960;
	font : bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding : 0;
	margin : 0;
	position : relative;
	top : 2em;
}
h4 {
	color : #334960;
	font : bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding : 0;
	margin : 0;
	position : relative;
	top : 2em;
	text-align : justify;
}
h5 {
	top : 15px;
	position : absolute;
	left : 450px;
}
.imageStyle {
	position : relative;
	display : inline;
}
	
/* @end */

