/*** Global Settings ****/
/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	padding : 0;
	background:#f0e9eb;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
p { margin : 0;padding : 0;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {
	color : #a43b55;
	text-decoration : none;
	background:none;
}
h1 { color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {
	color : #7a2e40;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
}
h3 {
	color : #7a2e40;
	padding-bottom : 0px;
	font : bold 14px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	color : #7a2e40;
	padding-bottom : 0px;
	font : normal 12px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
} 
ul {
	padding:0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
ul1 {
	padding:0;
	list-style: square url(images/bullet.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 100%;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:#ff6300;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	overflow:hidden;
	color: #000000;
}
#clearheader{height:39px;}/*needed to make room for header*/
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}
#nav {background : #ff6300;padding : 10px 20px;text-align : right;color : #f6dde3;}
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:300px;
	background:#FFFFFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:297px}/* ie 3 pixel jog*/ 
#logo {margin-bottom : 45px;}
.logotxt1 {
	font : normal 18px Georgia, serif;
	color : #ff6300;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.logotxt2 {
	font : normal 18px Georgia, serif;
	color : #7a2e40;
	margin-left: 0px;
	padding-bottom: 0px;
}
.logotxt3 {
	font : normal 12px Georgia, serif;
	color : #085294;
	margin-left: 0px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:300px;
	float:left;
	background-color: #f0e9eb;
	border: 0px solid #000000;
	margin-left:-299px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:72px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
	
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:15px}
#leftmargin {margin-left:15px; margin-right:75px}
* html #centrecontent {height:100%;margin-bottom:12px}/* combat IE's 3 pixel jog */
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #f0e9eb;
	border-bottom:1px solid #000;
	background-color: #085294;
	color: #000000;
	text-align:center;
	position:relative;
	padding : 10px 0px;
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}


/*** SideBAR ***/
#main-image {
	text-align : left;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidebar {width : 100%;margin : 0 auto;padding : 10px;background : url(images/shadow.jpg) no-repeat top;}
