body { 	
	background-color: #ddd;
	color: #222;
	font-family: Helvetica;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#StartMenu h1 {
	margin: 0;
	padding: 0;		
}

#StartMenu h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	
	text-shadow: 0px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background-image: -moz-linear-gradient(0 0,left top, left bottom, from(#ccc), to(#999));
}

#StartMenu ul {
	list-style: none;
	margin: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0;	
}

#StartMenu ul li a {
	background-color: #fff;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;	
}

#StartMenu ul li:first-child a {
	-webkit-border-top-left-radius: 8px;	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;	
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;	
	border-top-right-radius: 8px;
}
#StartMenu ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;	
	-webkit-border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-moz-border-radius-bottomright: 8px;	
	border-bottom-left-radius: 8px;	
	border-bottom-right-radius: 8px;	
}

#StartMenu ul.hide {
	display: none;
}

#searchArea {
	display:none;
}
#editMenu {
	display:none;
}
#adminLinks {
	display:none;
}
#desktopLinks {
	display:none;
}

#titleArea {
    position: absolute;
    top: 7px;
    left: 70px;
}

#StartMenu div.leftButton {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(/includes/javascript/jqtouch/themes/jqt/img/button.png) 0 8 0 8;
	-moz-border-image: url(/includes/javascript/jqtouch/themes/jqt/img/button.png) 0 8 0 8;
}

#StartMenu div.pressed {
	-webkit-border-image: url(/includes/javascript/jqtouch/themes/jqt/img/button_clicked.png) 0 8 0 8;
	-moz-border-image: url(/includes/javascript/jqtouch/themes/jqt/img/button_clicked.png) 0 8 0 8;
}

#content, #sidebar {
	padding: 10px;
}

#footer {
	display:none
}

.doc {
     background-image: none;
}

.sdocs {
    background-image: none;
}

img {
    width: 95%;
}





ul.submenu {
	list-style: none;
	margin: 20px;
	padding: 0;	
}

ul.submenu li a {
	background-color: #fff;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;	
}

ul.submenu li:first-child a {
	-webkit-border-top-left-radius: 8px;	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;	
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;	
	border-top-right-radius: 8px;
}
ul.submenu li:last-child a {
	-webkit-border-bottom-left-radius: 8px;	
	-webkit-border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-moz-border-radius-bottomright: 8px;	
	border-bottom-left-radius: 8px;	
	border-bottom-right-radius: 8px;	
}







#Content {
    position: relative;
    top: 40px;
    padding: 0px;
    padding-bottom: 20px;
}

#Content h1 {
    text-align: center;
}
#Content h4 {
    text-align: center;
}

#InnerContent{
    position:relative;
    bottom:1px;
    right: 1px;
    border: 1px solid #999999;
    background-color:white;
    margin: 0px 10px 20px 10px;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-box-shadow: 3px 3px 3px #aaa;
	-moz-box-shadow: 3px 3px 3px #aaa;
	box-shadow: 10px 10px 5px #888; 
    padding: -20px 10px 10px 10px;
    text-align: justify; text-justify: newspaper;

}

.Quote{
    position:relative;
    bottom:0px;
    right: 0px;
    border: 1px solid #999999;
    background-color:#eee;
    padding:4px;
    margin: 0px 5px 0px 5px;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

.Box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    top:100px;
    padding:10px;
    background-color:#eee;
    border:1px dotted;
    border-color:#b4b4b4;
    line-height:17px;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
}

.SmallBox {
    background: #b4b4b4;
    padding: 0px;
    width:40%;
    margin-left: auto;
    margin-right: auto;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
}

.ShadowBox {
    background: #b4b4b4;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
}

.InnerBox{
    position:relative;
    bottom:2px;
    right: 2px;
    border: 1px solid #999999;
    background-color:#eee;
    padding:4px;
    margin: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
}
