* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
}
#wrapper {
	background-color: #FFF;
	width: 750px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}
#header {
	background-color: #7392A4;
	height: 105px;
	margin-bottom: 5px;
}
#headerimage {
	height: 125px;
	margin-bottom: 5px;
	background-color: #fff;
}
#footer p {
	font-size: 11px;
	color: #333;
	text-align: right;
}
#menu {
	background-color: #7392A4;
	height: auto;
	margin-bottom: 20px;
	padding: 8px 5px 8px 20px;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#footer {
	padding: 10px 0px 10px;
	clear: both;
	border-top: 1px solid #CCC;
}
#cms {
	/*background-color: #FFF;*/
	width: 750px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	text-align: right;
	font-size: 10px;
}
#cms a {
	text-decoration: none;
	color: #7392A4;
}
#headerimg {
	width: auto;
	float: left;
	margin-top: 35px;
	padding: 0 10px 5px 0px;
}
/* #headertext h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
}
#print {
	float: right;
}
#print a {
	font-size: 10px;
	padding-left: 15px;
	color:#ccc;
	background: url(http://localhost/dapsoc/images/printer.gif) no-repeat 0 80%;
}
#print a:hover {
	text-decoration: none;
}
*/
#menu ul {
	text-decoration: none;
}
#menu li {
	display: inline;

}
#menu li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px 0 0;	
}
#menu li a:hover {
	text-decoration: underline;
}
#content p {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1.5em;
	color: #333;
}
#content a {
	color: #3366FF;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content label {
	display: block;
	float: left;
	width: 100px;
	font-size: 12px;
}
#content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content .submit {
	margin-left: 100px;
}
#content h1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
}
#content h2, h3 {
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content h4, h5 {
	font-size: 12px;
	font-weight: bold;
}
#content ul{
	padding-bottom: 15px;
}
#content li {
	list-style-type: disc;
	color: #333;
	font-size: 12px;
	margin-left: 20px;
	padding-bottom: 2px;
}
#menu .sdoc {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
}
#content li.arrangement {
	list-style-type: none;
	margin-left: 0;
}
#content li.program {
	list-style-type: none;
	background: url(../images/icon-doc-tan.gif) no-repeat 0 .2em;
	padding-left: 15px;
	margin-left: 0;
}
#content hr {
	color: #CCCCCC;
}

/* Admin styles */

table.edit {
	font-size: 11px;
}

body.retrieve {
	background-color: #fff;
	font-size: 11px;
}
body.retrieve h1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
}
body.retrieve h2, h3 {
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
	padding-top: 10px;
}
body.retrieve h4, h5 {
	font-size: 12px;
	font-weight: bold;
}
body.retrieve p {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1.5em;
	color: #333;
}
body.retrieve ul{
	padding-bottom: 15px;
}
body.retrieve li {
	list-style-type: disc;
	color: #333;
	font-size: 12px;
	margin-left: 20px;
	padding-bottom: 2px;
}
