
body {
	margin: 0px;
	font-family: Verdana;
	font-size:11px;
}
form {
	display:inline;
}
a {
	color:#F18F03;
}

.field {background: #EEEEEE; font-size: 10px; font-family: Verdana;	color: #2D4439;}
.field1 {background: #FFFFFF; font-size: 11px; font-family: Verdana;	color: #2D4439;	size: 10;}
.dropdown1 {background: #FFFFFF; font-size: 11px; font-family: Verdana;	color: #000000;	size: 10;}

a.menu2  {font-size: 10px; font-family: Verdana; font-weight: normal; color: #2D4439; text-decoration : none;}
a.footer {font-size: 10px; font-family: Verdana; font-weight: normal; color: #F18F03; text-decoration : underline;}
a.link   {font-size: 11px; font-family: Verdana; font-weight: normal; color: #F18F03; text-decoration : underline;}
a.more   {font-size: 11px; font-family: Verdana; font-weight: bold; color: #F18F03; text-decoration : underline;}
a.content{font-size: 11px; font-family: Verdana; font-weight: normal; color: #000000; line-height: 14px; text-decoration: none;}

b.menu2  {font-size: 10px; font-family: Verdana; font-weight: normal; color: #2D4439;}
b.blurb  {font-size: 11px; font-family: Verdana; font-weight: normal; color: #FFFFFF;}
b.content{font-size: 11px; font-family: Verdana; font-weight: normal; color: #000000; line-height: 16px;}

/* CoolMenus 4 - default styles - do not edit 
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
.clLevel0,.clLevel0over{position:absolute; padding:3px; font-family:verdana; font-size:9px; font-weight:bold}
.clLevel0{background-color:#F18F03; layer-background-color:#F18F03; color:#000000;}
.clLevel0over{background-color:#26686D; layer-background-color:#26686D; color:#EEEEEE; cursor:pointer; cursor:hand;}
.clLevel0border{position:absolute; visibility:hidden; background-color:#FFFFFF; layer-background-color:#FFFFFF}
.clLevel1, .clLevel1over{position:absolute; padding:3px; font-family:verdana; font-size:9px; font-weight:bold}
.clLevel1{background-color:#EEEEEE; layer-background-color:#EEEEEE; color:#000000;}
.clLevel1over{background-color:#CCCCCC; layer-background-color:#CCCCCC; color:#000000; cursor:pointer; cursor:hand;}
.clLevel1border{position:absolute; visibility:hidden; background-color:#2D4439; layer-background-color:#2D4439}
/* CoolMenus 4 - default styles - end */

#wrapper {
	width: 780px;
	margin: auto;
}
#logo {
	clear: left;
	float: left;
	margin:20px 0px 20px 0px;
}
#search {
	clear: left;
	float: right;
	margin:30px 0px 30px 0px;
	color:#2D4439;
}
#main {
	clear: both;
	border: 1px dotted black;
}
#mainContent {
	background-color:#EEEEEE;
	background-image:url(../images/inside_bg.gif);
	background-repeat:no-repeat;
	padding:10px;
	border-left:1px dotted black;
	border-top:1px dotted black;
}
#lhsContent {
	border-top:1px dotted black;
	background-color:#DDDDDD;
}

#footer {
	margin-top:10px;
	color:#2D4439;
}
.imgHeader {
	background-color: #F18F03;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
}
.boxGrey {
	background-color: #EEEEEE;
	padding: 10px;
}
.bAll {
	border: 1px dotted black;
}
.bTop {
	border-top: 1px dotted black;
}
.bBottom {
	border-bottom: 1px dotted black;
}
.bLeft {
	border-left: 1px dotted black;
}
.bRight {
	border-right: 1px dotted black;
}

