p {
	margin-top:0px;
	margin-bottom:1em;
}

input {
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
	font-family: 'Verdana','Tahoma','Arial',sans-serif;
	font-size:1em;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
}

textarea {
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
	font-family: 'Verdana','Tahoma','Arial',sans-serif;
	font-size:1em;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
}

input.radio {
	border:none;
	position:relative;
	top:.25em;
}

input.check {
	border:none;
}

.required {
	border:1px solid #009900;
}

select {
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
	font-family: 'Verdana','Tahoma','Arial',sans-serif;
	font-size:1em;
	margin:0px;
	padding:0px;
}

fieldset {
	border:1px solid #CCCCCC;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;	
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

a:focus {
	outline:none;
}

a img {
	border:none;
	text-decoration:none;
	vertical-align:middle;
}

table {
	border-collapse:collapse;
	margin-left:1px;
}

table td {
	padding:0px;
	vertical-align:top;
}

.table_plain {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
	margin-left:1px;
}

.table_plain td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:2px;
}

.table_plain th {
	font-weight:bold;
	border-right:1px solid #CCCCCC;
	border-bottom:3px double #CCCCCC;
}

body {
	font-family: 'Verdana','Tahoma','Arial',sans-serif;
	font-size: 10px;
	margin: 0px;
	background-color:#F1EFE2;
}

#wrapper {
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000000;
	background-color:#FFFFFF;
	background-image:url(images/side_menu_bak.png);
	background-position:left;
	background-repeat:repeat-y;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

#page_header {
	background-color:#660000;
	background-image:url(images/alpine_ministries_header.jpg);
	background-repeat:no-repeat;
	height:234px;
}

#main_body_wrapper {
	width:100%;
	border-top:1px solid #000000;
}

#main_body {
	padding:5px;
	text-align:left;
	background-color:#FFFFFF;
	line-height:140%;
	min-height:280px;
	width:770px;
	clear:both;
}

/*#main_body div {
	background-color:#FFFFFF;
}*/

#page_footer {
	font-size:9px;
	clear:both;
	width:780px;
}

#page_footer_l {
	width:180px; 
	text-align:center;
	padding-top:3px; 
	padding-bottom:3px;
	color:#CCCCCC;
}

.main_body {
	padding:5px;
	text-align:left;
	background-color:#FFFFFF;
	line-height:140%;
	min-height:280px;
}

.main_body div {
	background-color:#FFFFFF;
}

.page_footer {
	font-size:9px;
	text-align:center;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	background-image:url(../images/left_side_bak.gif);
	background-repeat:repeat;
}

#main_menu a, #main_menu a:link, #main_menu a:visited {
	color:#FFEDD2;
	font-size:11px;
	font-weight:bold;
	/*border-left:1px solid #F1EFE2;
	border-right:1px solid #F1EFE2;*/
	padding-left:7px;
	padding-right:7px;
	margin-left:-1px;
}

#main_menu a:hover, #main_menu a:active {
	color:#BFDFBF;
}