@charset "utf-8";
/* CSS Document */



/* @group GLOBALS
===================================== */

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ccc9ae;
	background-image: url(../images/shim/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#topnav{
	background-image: url(../images/shim/tnbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:37px;
	color:#070a0b;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}


#topnav a:link{	color:#070a0b!important; text-decoration:none;}
#topnav a:visited{color:#070a0b!important; text-decoration:none;}
#topnav a:hover {color:#10436e!important; text-decoration:none;}
#topnav a:active {color:#10436e!important; text-decoration:none;}


#topnav #splinks{
font-size: 10px;
font-weight:normal;
float:left;
margin:15px -80px -5px 5px;
font-family:Arial, Helvetica, sans-serif;
}
#topnav #splinks a{
	text-decoration:none;
}
a:link{
	color:#2a4b63;
	text-decoration:underline;
}
a:visited{
	color:#2a4b63;
	text-decoration:underline;
}
a:hover{
	color:#206191;
	text-decoration:underline;
}
a:active{
	color:#206191;
	text-decoration:underline;
}

#banner{
	overflow:hidden;
	width:936px;
	height:121px!important;
	padding:0;
	margin:0;
	z-index:1;
	line-height:0px;
	text-align:right;
	background-color:#fff;
}

#banner img{
	z-index:1;
}


#tagarea{
	background-image: url(../images/shim/tagbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
	color:#f4f3dc;
	text-align:left;
	vertical-align:middle;
	}
textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	}

ul, ol, dl { margin-bottom: 1.5em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 940px;
	height:auto;
	margin: 0 auto;
	line-height:0;
	}
#container  a:link{
	color:#2a4b63;
	text-decoration:underline;
}
#container  a:visited{
	color:#2a4b63;
	text-decoration:underline;
}
#container  a:hover{
	color:#206191;
	text-decoration:underline;
}
#container  a:active{
	color:#206191;
	text-decoration:underline;
}


#content {
	/*clear: both;*/
	line-height:1.5;
	margin:0px;
	border:2px #232b30 solid;
	border-collapse:separate;
	width: 940px!important;
        
	}

#content tbody{
	width: 940px!important;
	background-color:#FFF;
}

#primary {
	float: none;
	background-color: #FFF;
	padding: 15px;
	font-size:14px;
	margin:0px;
	overflow:hidden!important;
	height:auto;
	}
/*.oneCol #primary {
	width: 930px;
	border: 0;
	}*/
.threeCol td#primary {
	width: 498px!important;
	}


@media screen and (-webkit-min-device-pixel-ratio:0)
{
.threeCol #primary {
	float:left;
	height:auto;
	height:100%;
	}
}
	
.threeCol #primary #hide{
	width: 486px!important;
	overflow:hidden;
	height:auto!important; 
	clear:none;
	float:right;
	padding:2px;
}
#primary #hide{
	width: 692px!important;
	overflow:hidden;
	height:auto!important; 
	clear:none;
	float:right;
	padding:2px;
}
#primary #hide table{
	margin-left:2px;
}
#primary #hide table td{
	padding: 4px;
	
}

.content,
.sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
	}

#left { float: none;
	background-image: url(../images/shim/nbg.jpg);
	background-repeat:repeat-y;
	width:190px;
	font-size:12px;
	padding: 8px;
	height:auto!important;
	overflow:hidden;
	vertical-align:top;
	}
	
#left #hide{
	width: 174px!important;
	overflow:hidden;
	height:auto!important; 
	clear:none;
}
#left  a:link{
	color:#0d1d29;
	text-decoration:none;
}
#left  a:visited{
	color:#0d1d29;
	text-decoration:none;
}
#left  a:hover{
	color:#fff;
	text-decoration:none;
}
#left  a:active{
	color:#fff;
	text-decoration:none;
}
#left p,
#left img{
	z-index:999999;
	clear:both;
	margin:0 auto;
	margin-top:10px;
}
#left #ref{
	background-image: url(../images/shim/nbgbot.jpg);
	background-position:bottom right;
	width:206px;
	height:167px;
	font-size:13px;
	color:#FFF;
	padding: 0;
	margin: -8px;
	margin-top:-6px;
	font-weight:normal;
	vertical-align:bottom;
	clear:both;
	position:absolute;
	bottom: 10px!important;
	z-index:1;
	float:right;
	

}
#left #ref p,
#left  #ref img{
	z-index:1;
	float:none;
	clear:both;
	
}
#left #ref a:link{
	color:#cde6f8;
}
#left #ref a:visited{
	color:#cde6f8;
}

#left #ref p{
	padding:90px 4px 5px 30px;
	position:relative;
	vertical-align:bottom;
}


#right { float: none;
width:164px;
background-color:#eae9d2;
	font-size:12px;
	margin:0px;
	padding: 8px;

}

#right #hide{
	width: 189px!important;
	overflow:hidden;
	height:auto!important; 
	clear:none;
}
.sidebar {
	margin: 0px;
	}

#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	font-size:10px;
	color:#676554;
	text-align:left;
	padding:4px;
	}
#footer #ll{
	float:right;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimary {
	float: left;
	top:179px;
	clear: both;
	width: 206px;
	margin: -8px;
	margin-bottom:40px;
	list-style: none;
	height:auto!important;
	}
#navPrimary li {
	float: left;
	margin: 0;
	line-height: 37px;
	text-align:left;
	width:206px;
	padding: 0;
	background-image: url(../images/shim/ngbdiv.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#0d1d29!important;
	position: relative;
	top:0px;
	left: 0px;
	}

#navPrimary li a:link{
	padding: 8px 5px 12px 10px;
	text-decoration:none;
	width:191px;
}
#navPrimary li a:visited{
	padding: 8px 5px 12px 10px;
	text-decoration:none;
	width:191px;
}
#navPrimary li a:hover{
	padding: 8px 5px 12px 10px;
	text-decoration:none;		
	background-color:#5e829c;
	color:#FFF!important;
	width:191px;
}
#navPrimary li a:active{
	padding: 8px 5px 12px 10px;
	text-decoration:none;
	background-color:#5e829c;
	color:#FFF!important;
	width:191px;
}


/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	}
	
#navPrimary li.current ul { /* second-level lists */
	position: relative;
	top:0px;
	left: 0px;
	z-index: 1;
	margin: 0;
	list-style: none;
	width:206px;
	}
#navPrimary li.current ul li{ /* second-level lists */
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	width:206px;

}
#navPrimary li.current ul li a{

	padding: 8px 0px 12px 15px;
	width:190px;
}
#navPrimary li li { /* all list items */
	float: inherit;
	width: 198px; /* width needed for Opera */
	margin: 0;
	}
#navPrimary li a,
#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	color:#0d1d29;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	color:#FFF!important;
	}

/*
#navPrimary li:hover{
		background-color:#5e829c;
	color:#FFF!important;
}
*/
#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: -9999px;
	color:#FFF!important;
	}

#navPrimary li.current:hover ul,
#navPrimary li.current li:hover ul,
#navPrimary li.current li li:hover ul,
#navPrimary li.current li.sfhover ul,
#navPrimary li.current li li.sfhover ul { 
	margin: 0px;
	position:relative;
	top:0;
	left:0;
	width:206px;

}



#navPrimary li.current a:link,
#navPrimary li.current a:visited{
	background-color:#5e829c;
	color:#FFF!important;
}

#navPrimary li.current  li.current a:link,
#navPrimary li.current  li.current a:visited{
	background-color:#3b5f79;
	color:#FFF!important;
}
/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.navSecondary { 
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	}

.navSecondary li ul {
	margin-left: 0;
	list-style: none;
	}

.navSecondary li {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	line-height: 1;
	}

.navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	text-decoration: none; /* IE6 Bug */
	}

.navSecondary li a:hover {
	color: #000;
	text-decoration: none;
	}

.navSecondary li.current a {
	color: #000;
	font-weight: bold;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

.navSecondary li.current ul li {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
	}

.navSecondary li.current ul li.last { position: relative; }

.navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
	}

.navSecondary li.current ul li a:hover { color: #333; }
.navSecondary li.current li.current a { color: #000; }

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */

/* @end MODULES
-------------------------------- */


/* EOF */


/* @group General Text Elements
===================================== */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #444;
	}

p, ul, ol, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.5;
	}

p, li, dt, dd, table { font-size: 14px; }

p.intro { font-size: 1.5em; }

/*li *, dt *, dd *, td *, th * { font-size: 1em !important; }*/

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}
h1 img {
	display: none;  /* hide for screen. Show for printing in print.css */
	}

h2.pagetitle{
	font-size:18px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2;
	font-weight: bold;
	}
	
h3{
	font-size:14px;
	font-weight:bold;
}

#primary #title{
		color: #2c2002;
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}
#right #title{
		color: #2c2002;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}
	
h2 {
	margin: 0 0 .5em;
	font-size: 2.8em;
		color: #2c2002;
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}

h3 {
	margin: 0 0 .25em;
	font-size: 2.2em;
	}
.sidebar h3 {
	font-size: 1.6em;
	}

h4 {
	margin: 0 0 .35em;
	font-size: 1.8em;
	}
.sidebar h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.4em;
	}
.sidebar h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
	}
.sidebar h6 {
	font-size: 1.1em;
	}

/* extra top margin for headings preceded by other text-based elements.
If you use these styles, keep in mind they will not work in IE6. */
/*
p + h3, ul + h3, ol + h3, dl + h3, table + h3, blockquote + h3, hr + h3 { margin-top: 1em; }
p + h4, ul + h4, ol + h4, dl + h4, table + h4, blockquote + h4, hr + h4 { margin-top: 1.2em; }
p + h5, ul + h5, ol + h5, dl + h5, table + h5, blockquote + h5, hr + h5 { margin-top: 1.4em; }
p + h6, ul + h6, ol + h6, dl + h6, table + h6, blockquote + h6, hr + h6 { margin-top: 1.8em; }
*/

/* @end Headings (H1-H6)
-------------------------------- */


/* EOF */



/* @group GLOBALS
===================================== */

/* @group Globals - Text Resets
===================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, /*img,*/ ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}

body { line-height: 1; }

a img { border: none; }

/* @end Globals - Text Resets
-------------------------------- */


/* @group Globals - Lists (OL, UL)
===================================== */

ul { margin: 0 0 1em 4em; }

ol { margin-left: 5em; }

p + ul, p + ol { margin-top: -0.5em; } /* get lists below paragraphs closer to the paragraph */

li ul, li ol { margin-top: .5em; margin-bottom: .75em; } /* lists inside of LI's need room to breathe on top and don't need as much space on bottom */

li { margin: 0 0 .5em; }

/* change bullet style when nesting lists */
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol, ol.alpha { list-style: lower-alpha; } /* ol.alpha is optional in fckeditor */
ol ol ol { list-style: lower-roman; }

/* @end Globals - Lists (OL, UL)
-------------------------------- */


/* @group Globals - Definition Lists (DL)
===================================== */

dl { 
	clear: none;
	margin-bottom: 1em;
	}

dt {
	margin: 0 0 .5em;
	line-height: 1;
	font-weight: bold;
	}

dt a { text-decoration: none; }

dd {
	margin: 0 0 .5em;
	padding: 0;
	line-height: 1.2;
	}

dd p {
	margin: 0 0 .5em;
	padding: 0;
	}

dd img {}


/* @group Globals - Definition Lists - 2 Column
===================================== */

dl.twoColumn {
	margin: 0;
	text-align: left;
	}

dl.twoColumn dt {
	float: left;
	clear: none;
	width: 33%;
	}

dl.twoColumn dd {
	clear: none;
	margin: 0 0 0 35%;
	padding: 0;
	}

/* @end Globals - Definition Lists - 2 Column
-------------------------------- */

/* @end Globals - Definition Lists (DL)
-------------------------------- */


/* @group Globals - Tables
===================================== */

table { /* tables still need 'cellspacing="0"' in the markup? */
	border-collapse: collapse;
	border-spacing: 0;
	}

caption {
	font-weight: normal;
	text-align: left;
	}

th {
	padding: .5em;
	border: 1px solid;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}

td {
	padding: 0;
	vertical-align: top;
	line-height:inherit;
	margin:0;
	}

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

form { margin-bottom: 2em; }
#primary form {
	float:left;
	width:97%;
	height:auto;
	
	}
form ul,
form ol,
.content form ul,
.content form ol { margin: 0; }

fieldset ol { padding-top: 15px; }

form li {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
	}

form li#svCaptcha {
	width: auto;
	margin-left: 27%;
	padding-left: 7px;
	}

form li#svCaptcha img {
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	}
	
form #subSettings label {
		float: none;
		font-weight: normal;
		}
		
fieldset {
	clear: both;
	margin: 0 0 2em;
	padding: 0 15px .5em;
	}

legend {
	margin-left: -10px;
	padding: 0 10px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	}

label,
p.fieldLabel {
	float: left;
	width: 25%;
	margin-right: 2%;
	padding-right: 7px;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
	}

.multiInputs {
	float: left;
	width: 65%;
	}

.inputNote {
	font-size: .9em;
	color: #777;
	}

form li span { font-weight: normal; }

fieldset input.text { width: 300px; }

fieldset textarea {

	height: 10em;
	}

form .buttons { text-align: right; }

button, .buttons input { cursor: pointer; }
input[type=submit] { cursor: pointer; }

.sidebar form {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	}

.sidebar form li {
	float: none;
	width: auto;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
	}

.sidebar label {
	float: none;
	width: auto;
	margin: 0 0 .25em;
	text-align: left;
	}

.sidebar input.text {
	width: 95%;
	margin: 0;
	}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	float: left;
	clear: none;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }


/* @group Globals - Forms - Required Fields
===================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Globals - Forms - Required Fields
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.hide { display: none !important; }

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 1em 1em 0; }
img.right { margin: 0 0 1em 1em; }
img.center { display: block; margin: 1em auto; }

p.center { text-align: center; }

.callToAction {
	padding-left: 10px;
	background: url(../images/pointer_red.gif) no-repeat 0 50%;
	}


/* @group Helper Classes - Clearfix
===================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-block; }

* html .clearfix { height: 0; }

.clearfix { display: block; }

/* @end Helper Classes - Clearfix
-------------------------------- */

/* @end HELPER CLASSES
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	}

#crumbList li {
	display: inline;
	margin: 0;
	font-size: 1em;
	}

#crumbList a { text-decoration: none; }

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Sequential, More Results
===================================== */

.navSequential,
.moreResults ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	}

.navSequential li,
.moreResults li {
	display: inline;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	}

.navSequential a,
.moreResults a {
	padding: .1em .2em;
	text-decoration: none;
	}

.navSequential .current a {
	border: 1px solid #e4e4e4;
	color: #000;
	}

.navSequential a:hover {
	background: #e4e4e4;
	}

/* @end Nav - Sequential, More Results
-------------------------------- */


/* @group Nav - Session
===================================== */

#navSession {
	margin: 0;
	list-style: none;
	}

#navSession li {
	display: inline;
	margin: 0;
	padding: 0 .25em;
	}

#navSession a { text-decoration: none; }

#navSession li#navEditProfile {
	border-right: 1px solid #ccc;
	padding-right: .5em;
	padding-left: 0;
	}

#navSession li#navLogout {
	padding-right: 0;
	}

/* @end Nav - Session
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group DISPLAY OBJECTS, SYSTEM COMPONENTS
===================================== */

/* @group Add Comment Component
===================================== */

#svComments {
	clear: both;
}

#svComments dl {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.2;
	}
#svComments dl.last {
	margin-bottom: 2em;
	border-bottom: 0;
	}

#svComments dt { margin-bottom: .25em; }
#svComments dd { margin-bottom: .25em; }
#svComments dd.comment p { margin-top: .5em; }
#svComments dd.comment p:first-child { margin-top: 0; }

#svComments dd.dateTime {
	font-size: 1em;
	color: #666;
	}

/* @end Add Comment Component
-------------------------------- */


/* @group Advertisements
===================================== */

div.svAd { margin: 0 0 2em; }

/* @end Advertisements
-------------------------------- */


/* @group Asset Detail
===================================== */

#svAssetDetail {}

a#svAsset {
	display: block;
	margin: 2em 0;
	padding-left: 20px;
	line-height: 2;
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.image a#svAsset {
	padding-left: 0;
	line-height: 1.5;
	background: transparent;
	}

a#svAsset.file { background-image: url(../images/file-icons/generic.gif); }

a#svAsset.ai { background-image: url(../images/file-icons/ai.gif); }
a#svAsset.css { background-image: url(../images/file-icons/css.gif); }
a#svAsset.doc { background-image: url(../images/file-icons/doc.gif); }
a#svAsset.gif { background-image: url(../images/file-icons/gif.gif); }
a#svAsset.html, a#svAsset.htm { background-image: url(../images/file-icons/generic.gif); }
a#svAsset.graffle { background-image: url(../images/file-icons/graffle.gif); }
a#svAsset.jpg { background-image: url(../images/file-icons/jpg.gif); }
a#svAsset.mdb { background-image: url(../images/file-icons/mdb.gif); }
a#svAsset.mp3 { background-image: url(../images/file-icons/mp3.gif); }
a#svAsset.mpp { background-image: url(../images/file-icons/mpp.gif); }
a#svAsset.ndd { background-image: url(../images/file-icons/ndd.gif); }
a#svAsset.oo3 { background-image: url(../images/file-icons/oo3.gif); }
a#svAsset.pdf { background-image: url(../images/file-icons/pdf.gif); }
a#svAsset.png { background-image: url(../images/file-icons/png.gif); }
a#svAsset.ppt { background-image: url(../images/file-icons/ppt.gif); }
a#svAsset.psd { background-image: url(../images/file-icons/psd.gif); }
a#svAsset.txt { background-image: url(../images/file-icons/txt.gif); }
a#svAsset.url { background-image: url(../images/file-icons/url.gif); }
a#svAsset.vsd { background-image: url(../images/file-icons/vsd.gif); }
a#svAsset.xls { background-image: url(../images/file-icons/xls.gif); }
a#svAsset.zip { background-image: url(../images/file-icons/zip.gif); }


#svAssetDetail.image #svAsset {
	float: left;
	margin: .25em 1.5em .5em 0;
	}

#svAssetDetail.image #svAsset img {
	float: none;
	display: block;
	margin: 0;
	}

/* @end Asset Detail
-------------------------------- */


/* @group Associated Image
===================================== */

/* This image gets output only if a specific image has been uploaded for a specific content type.
It gets output between the h2 and the body content and launches the large image in shadowbox when clicked */

.content#primary .imgMed {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	}

/* @end Associated Image
-------------------------------- */


/* @group Calendar
===================================== */

.svCalendar { text-align: center; }

.svCalendar table { width: 100%; font-size:12px; }

.svCalendar th {
	padding: 0;
	border: 0px solid #666; 
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #2c2002;
	font-size:14px;
	}

.svCalendar th a {
	display: block;
	padding: .25em;
	text-align: center;
	color: #fff!important;
	}

.svCalendar th a:hover {
	text-decoration: none;
	color: #fff;
	background: #2c2002;
	}
	
.svCalendar td {
		width: 14%;
		min-height: 40px;
		padding: .5em;
		border: 0px solid #dcdcc0;
		font-size:12px;
		line-height: 1;
		text-align: left;
		vertical-align: top;
		}
		
.svCalendar .dayofweek td {
		min-height: 20px;
	padding: .5em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background: #dcdcc0;
	}

.svCalendar .dayofweek td a {}

#svCalendarNav td {
	min-height: auto;
	text-align: center;
	}

.svCalendar td .date { font-style: normal; }

.content .svCalendar td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.svCalendar td li a {
	display: block;
	margin: 2px 0;
	padding: 0 0 2px;
	border: 0;
	text-align: left;
	text-decoration: none;
	}

.svCalendar td li a:hover,
.svCalendar td li a#today {
	text-decoration: underline;
	}

/* @end Calendar
-------------------------------- */


/* @group Calendar Date Picker
===================================== */

#datePicker {
	width: 190px;
	text-align: center;
	background: #fff;
	}

#datePickerContainer {
	width: 178px;
	margin: 6px auto;
	padding: 0;
	text-align: center;
	}

#datePicker form {}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
	}

#datePicker input.submit { vertical-align: middle; }

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background: #fff;
	}

#datePicker #calendarDates th {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #333;
	}

#datePicker #calendarDates th a { color: #fff; }

#datePicker #calendarDates .dayofweek td {
	padding: .5em;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #EAE7E7;
	}

#datePicker #calendarDates td {
	border: 1px solid #EAE7E7;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333;
	background: #f6f6f6;
	}

#datePicker #calendarDates a {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: #333;
	}

#datePicker #calendarDates a:hover,
#calendar a#today {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: #fff;
	background: #f6f6f6;
	}

/* @end Calendar Date Selector
-------------------------------- */


/* @group Columns
===================================== */
/* For use with fckEditor Templates (2, 3, and 4 column templates) */

/* HTML example:
<div class="columns3">
	<div class="col"></div>
	<div class="col"></div>
	<div class="col"></div>
</div>
*/

.col {
	float: left;
	margin-right: 1.5%;
	display: inline; /* ie6 double-margin float fix */
	}

.columns2 .col { width: 48%; }
.columns3 .col { width: 31%; }
.columns4 .col { width: 23%; }
.columns5 .col { width: 18%; }
.columns6 .col { width: 14%; }
.columns7 .col { width: 12%; }
.columns8 .col { width: 10%; }

/* @end Columns
-------------------------------- */


/* @group Flash Player
===================================== */
/* For FLV Player Plugin in FCK Editor */

table.svFlvPlayer td {
	padding: 0;
	border: 0;
	}

/* @end Flash Player
-------------------------------- */


/* @group Galleries
===================================== */

#svGallery ul {
	margin: 0 auto;
	list-style: none;
	}
	
#svGallery li {
	float: left;
	width: 28%;
	margin: 0 2%;
	padding: 0 0 1.8em;
	list-style: none;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	}

#svGallery li img { margin: 0; }

#svGallery li p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	}

#svGallery dl {
	margin: 0;
	padding: 0;
	}

#svGallery dt {
	margin: 0;
	padding: 0;
	}

#svGallery dd {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	background: transparent;
	}

#svGallery .comments a {
	padding-left: 13px;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

/* @end Galleries
-------------------------------- */

/* @group All Indexes - Portals, Local Indexes, Remote Feeds, Related Content, Features
===================================== */
.svIndex {
	margin: 2em 0;
	}

.sidebar .svIndex {
	margin: 0 0 2em 0;
}

.content .svIndex {
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

.svIndex dl {
	margin: 1.3em 0 1em!important;
	display:block;
	height:35px;
	
	}

.sidebar .svIndex dl.first {
	margin-top: 0;
	}

.svIndex dl.last {
	border: 0;
	padding: 0;
	}

.svIndex dl.first {
	border: 0;
	padding: 0;
	}
	

.sidebar .svIndex dl.first {
	padding-top: 0;
	}

.svIndex dt {
	margin-bottom: .75em;
}

.sidebar .svIndex dt {
	margin: 0 0 .25em 0;
	}

.svIndex dt.releaseDate {
	margin-bottom: .5em;
	font-weight: normal;
	color: #999;
	}

dd.summary span.readMore { font-size: .9em; }

dd.credits,
dd.comments,
dd.tags,
dd.rating {
	float: left;
	margin-bottom: 0;
	padding: 0 .75em 0 0;
	font-size: 1em;
	}

.sidebar dd.credits,
.sidebar dd.comments,
.sidebar dd.tags,
.sidebar dd.rating {
	float: none;
	margin-bottom: .35em;
	padding: 0;
	}
	
.rating {	
		position: relative;
		width: 110px;
		background-repeat: no-repeat;
		background-position: 3.5em 50%;
		}

.rating span {
	position: absolute;
	left: -9999px;
	}
	
.svIndex dd.credits {
	color: #666;
	}
	
.svIndex dd.comments {
	padding-left: 13px !important;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

dl.hasImage .image { 
	float: left;
	margin: 0 1em 0 0;
	}
	
.sidebar dl.hasImage {
	min-height: 0;
	padding-left: 0;
}

.sidebar dl.hasImage .image {
	display: none;
}

/* @group Slideshow */

.svSlides h3 {
	
}

.svSlideshow .svSlides dl {
	border: 0;
}

.svSlides  dt {
	
}

ol.svPager {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	}

ol.svPager li {
	margin: 0 .25em;
	display: inline;
	}

ol.svPager a {
	display: -moz-inline-block;
	display: inline-block;
	padding: 2px 5px;
	text-align: center;
		line-height: 1.2;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	
	}


/* @end */

a.rss {
	padding: 4px 0 4px 14px;
	background: url(../images/icon_rss.gif) no-repeat 0 50%;
}

/* @end Portals, Feeds
-------------------------------- */


/* @group Portal Features
===================================== */

div.portalFeatures {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	}

.portalFeatures dl {
	margin: 6px 0 0;
	list-style: none;
	}

.portalFeatures dt {
	clear: none;
	margin: 0 0 .5em;
	padding: 0;
	font-weight: bold;
	}

.portalFeatures dt.releaseDate {
	margin: 0 0 2px;
	font-size: 1em;
	font-weight: normal !important;
	color: #666;
	}

.portalFeatures dd {
	clear: none;
	margin: 0 0 1em;
	padding: 0;
	font-weight: normal;
	}
.portalFeatures dd p {
	margin: 0 0 .5em;
	padding: 0;
	font-weight: normal;
	}
.portalFeatures dd img {
	margin: 0 .5em .5em 0;
	padding: 0;
	float: left;
	}

.portalFeatures a { text-decoration: none; }

/* @end Portal Features
-------------------------------- */


/* @group RSS Feed List
===================================== */
/* for the public feeds table display object */

table#svRssFeedsList td {
	vertical-align: middle;
	}
	
table#svRssFeedsList img {
	border: 0;
	padding: 0;
	}

/* @end RSS Feed List
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools {
	margin-bottom: 1em;
	}

#svSessionTools p#welcome {
	margin-bottom: .5em;
	font-size: 1.1em;
	}
	
/* @end Session Tools
-------------------------------- */


/* @group Site Map
===================================== */

ul#svSiteMap {
	margin: 1em 0;
	list-style: none;
	}

#svSiteMap ul {
	margin: 0;
	list-style: none;
	}

#svSiteMap li {
	margin-left: 0;
	font-weight: normal;
	}

#svSiteMap li li {
	margin: 1em 2em;
	font-weight: bold;
	}

#svSiteMap li li li {
	font-weight: normal;
	}

/* @end Site Map
-------------------------------- */


/* @group Tag Clouds
===================================== */

#svTagCloud ol { margin: 0 0 2em; }
#svTagCloud li { display: inline; }
#svTagCloud span { position: absolute; left: -9999px; width: 990px; }

#svTagCloud .not-popular { font-size: .9em; }
#svTagCloud .not-very-popular { font-size: 1.2em; }
#svTagCloud .somewhat-popular { font-size: 1.6em; }
#svTagCloud .popular { font-size: 1.9em; }
#svTagCloud .very-popular { font-size: 2.1em; }
#svTagCloud .ultra-popular { font-size: 2.6em; }

/* @end Tag Clouds
-------------------------------- */


/* @group User Tools
===================================== */

#svPageTools {
	margin: 0 0 2em;
	padding: 0;
	}

#svPageTools ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#svPageTools li {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height: 1.5;
	}

#svPageTools li a { line-height: 20px; }

#svPageTools li#addFavorite { background: url(../images/icon_addfavorite.gif) no-repeat; }

#svPageTools li#sendToFriend { background: url(../images/icon_emailarticle.gif) no-repeat; }

#svPageTools li#print { background: url(../images/icon_print.gif) no-repeat; }

#svPageTools li#discuss { background: url(../images/icon_discuss.gif) no-repeat; }

/* @end User Tools
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

ul#favoriteList {
	margin: 0 0 1em;
	list-style: none;
	font-size: 11px;
	}

#favoriteList li {
	margin: 0 0 .65em !important;
	padding: 0;
	border: none;
	font-size: 11px;
	line-height: 1.1;
	}

#favoriteList li.defaultMsg {
	margin: 0;
	list-style: none !important;
	font-size: 1em;
	line-height: 1.2;
	color: #666;
	}

#favoriteList li a {
	margin: 0 0 0 1em;
	padding: 0;
	}
	
#favoriteList li a.remove {
	color: #666;
	}

/* @end User Tools - Favorites
-------------------------------- */


/* @group User Tools - Send to Friend Pop-Up
===================================== */

.sendToFriend input.text { width: 300px; }

.sendToFriend textarea {
	width: 300px;
	height: 100px;
	}

/* @end User Tools - Send to Friend Pop-Up
-------------------------------- */

/* @end DISPLAY OBJECTS, SYSTEM COMPONENTS
-------------------------------- */



/* @group SYSTEM FORMS
===================================== */

/* @group System Forms - Login
===================================== */

#svLoginContainer {
	width: 370px;  /*Why is this set in px?*/
	margin: 0 auto;
	}

form#login { margin-bottom: .5em; }

form#sendLogin { margin-bottom: 2em; }

.sidebar #login h3 {
	padding-bottom: 0;
	border-bottom: 0;
	font-size:14px;
	}
	
#svLoginContainer h3 {
	font-size:14px;
	margin-top:25px;
	
}

#login fieldset { margin-bottom: 0; }

#svLoginContainer p.required {
	margin: .5em 0 2em;
	}

#login label,
#sendLogin label {
	float: none;
	width: auto;
	text-align: left;
	font-size:14px;
	}

#loginContainer input.text,
#sendLogin input.text {
	width: 240px; /*Why is this set in px?*/
	}

#sendLogin p { margin: 1em 0 0; }

#notRegistered {}
#notRegistered h3 {}
#notRegistered a {}

#sendLogin legend{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-left:-20px;
}

/* @end System Forms - Login
-------------------------------- */


/* @group System Forms - Mailing Lists
===================================== */

.sidebar .svMailingList fieldset {
	padding: 0;
	border: 0;
	}

.sidebar .svMailingList ol {
	padding: 0;
	}

.sidebar .svMailingList legend { display: none; }

#svMasterEmail {}

/* @end System Forms - Mailing Lists
-------------------------------- */


/* @group System Forms - Search
===================================== */

#svSearchForm {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
	}

#svSearchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;
	}

#svSearchForm input.submit {
	float: none;
	clear: none;
	width: auto;
	margin: 0 .5em 0 0;
	}

#svSearchResults dl#svPortal {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
	}

#svSearchResults dt {
	margin: 1em 0 .5em;
	padding: 1em 0 0;
	border-top: 1px dotted #ccc;
	}

#svSearchResults dt.first { border-top: 0; }

#svSearchResults dd {
	margin: 0 0 1em;
	padding: 0;
	}

#svSearchResults dd.last {
	margin: 0;
	padding: 0 0 1em;
	border-bottom: 0;
	}

#svSearchResults dd h3 {
	margin: 0 0 .5em;
	font-weight: normal;
	}

#svSearchResults dl img { display: none; }

#svSearchResults .moreResults {
	margin: .75em 0;
	padding: .75em;
	background: #f2f2f2;
	}

#svSearchResults .bottom {
	margin-bottom: 2em;
	}

#svSearchAgain p {
	margin-bottom: .5em;
	font-weight: bold;
	}

#svSearchResults form {}

#svSearchResults .submit { float: none; }

span.keywords,
span.highlight {
	padding: .2em;
	background: yellow;
	}

/* @end System Forms - Search
-------------------------------- */


/* @group System Forms - Send to a Friend
===================================== */

#svSendToFriend {
	padding: 1em 2em 0;
	background: #fff;
	}

#svSendToFriend h1 {
	font-size: 1.5em;
	text-align: center;
	}

/* @end System Forms - Send to a Friend
-------------------------------- */


/* @group System Forms - Responses
===================================== */

.sidebar .responseMessage { color: red; }

.sidebar .responseMessage em { font-style: normal; }

#dsp_response.dataCollection .pollResults { list-style: none; }

#dsp_list.dataResponses {}

#dsp_detail.dataResponses {}

.pollResults li {
	margin: 0 0 2px;
	padding: 0;
	list-style: none;
	}

.pollValue {}

.pollPercent { font-style: italic; }

.pollQty { display: none; }


.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #c5d6e2; color: #172025; border-color: #172025; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

/* @end System Forms - Responses
-------------------------------- */

/* @end SYSTEM FORMS
-------------------------------- */


/* EOF */


/* @group GLOBALS
===================================== */

body {
	color: #000;
	background-color:#ccc8ad;
	background-image: url(../images/shim/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #666;
	}

.content img {
	padding: .5em;
	border: 0px solid #ccc;
	}


/* @group Globals - Headings
===================================== */

p#sectionTitle {
	display: none;
	}

/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	margin:0 auto;
	padding:0;
	position: relative;
	margin-top:15px;
	height:auto;
	}

#content {
	padding: 0;
	margin: 0 auto;
	background: transparent;
	}

.content {
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
	}

.twoColSL .content {

	}

.twoColSR .content {

	}


/* @group Layout - Header
===================================== */

#header {
	padding: 30px 0 0;
	background: #fff;
	}

#header h1 {
	float: left;
	margin: 0 0 0 30px;
	}

#header h1 a {
	color: #000;
	}

#header #searchForm {
	float: right;
	margin: 6px 20px 0 0;
	padding: 0;
	border: none;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	margin: 0 auto;
	padding: 1em;
	font-size: 10px!important;
	width:930px;
	font-weight:normal!important;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:1;
	}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
	}
#footer li.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}

#footer p {
	float: left;
	margin: 0;
	font-size: 10px!important;
	}
#footer #ll{
	float:right;
	margin: -5px 0 0 0;
	width:300px;
	text-align:right;
	font-size: 10px!important;
	}
	
#footer a:link{
	color:#676554;
	text-decoration:none;
}
#footer a:visited{
	color:#676554;
	text-decoration:none;
}
#footer a:hover{
	color:#676554;
	text-decoration:underline;
}
#footer a:active{
	color:#676554;
	text-decoration:underline;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin-bottom: 1em;
	font-size:10px;
	color: #70664c;
	}

#crumbList li {
	color: #70664c;
	}

#crumbList li a {
	padding-bottom: 0;
	border: 0;
	color: #70664c;
	}

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Primary
===================================== */

#navPrimary {
	margin-top: 10px;
	}

#navPrimary li {
	margin: 0;
	}
#navPrimary li.first {
	margin-left: 0px;
	}

#navPrimary li a {
	
	}
/*
#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	text-decoration: none;
	}

#navPrimary li.current a {
	background-color: transparent;
	}
#navPrimary li.current li a {
	background-color: transparent;
	}
*/
#navPrimary li ul { /* second-level lists */
	}

#navPrimary li li.first {
	margin-left: 0;
	}

#navPrimary li li {
	border-top: 0px solid #999;
	}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {

	}

#navPrimary li li ul { /* third-level lists */

	}

/* @end Nav - Primary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group default.css Overrides
===================================== */

.svSyndLocal dl,
.svSyndRemote dl,
.svRelatedContent dl {
	float: left;
	width: 100%;
	margin-bottom: .75em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	}

.sidebar .svSyndLocal dl,
.sidebar .svSyndRemote dl,
.svRelatedContent {
	margin-bottom: 1em;
	}

.sidebar .svSyndLocal dd,
.sidebar .svSyndRemote dd,
.svRelatedContent {
	margin-bottom: 0;
	}

dt.releaseDate {
	color: #666;
	}

/* @end default.css Overrides
-------------------------------- */

#donationButton{
	width: 183px;
	height:187px;
	position:relative;
	top:-130px;
	right: -25px;
	margin: 0 0 -130px 5px;
	z-index:999;
	line-height:0;
display: none;
}

.twoCol #donationButton{
	width: 183px;
	height:187px;
	border:0;
	float:right;
	position:absolute;
	top: 60px;
	margin: 0px 18px 10px -10px;
	z-index:99999;
}

#fix{
	float:left;
	width:1px;
	min-height:1000px;
	padding:0;
	margin:0;
}

#primary td{
	padding:4px;
}

/* EOF */
.brownText{	font-size:18px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.brownText16{	font-size:16px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.brownText14{	font-size:14px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.brownText12{	font-size:12px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.plainBrownText{
		color: #2c2002;
}
.blueText{font-size:16px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2a4b63;	
}
.blueText18{font-size:18px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2a4b63;	
}
.brownText14{	font-size:14px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.brownText12{	font-size:12px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
		color: #2c2002;
}
.blackText14{font-size:14px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.blackText12{font-size:12px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.blackText16{font-size:16px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.blackText18{font-size:18px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.plainblueText{
	color:#2a4b63;	
}
.smallText{font-size:10px!important;}
.largeText{font-size:16px!important;}
.alignRight{text-align:right}
.imgbrd{border:1px #2c2002 solid;}

.blueTableBorderSmall td{
	border: 1px #2a4b63 solid;
}
.blueTableBorderLarge td{
	border: 3px #2a4b63 solid;
}
.brownTableBorderSmall td{
	border: 1px #2c2002 solid;
}
.brownTableBorderLarge td{
	border: 3px #2c2002 solid;
}

.starcolor{
	color: #cb1010;
}

.noindent{
	text-indent: 0px;
	margin:0;
}

li.singleSpace {
	line-height:1;
}
