/***** CSS Document Global Settings *****/
#bodyTag {
	font: normal 9pt/10pt Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #F8FAFB;
}

P {
	margin: 0px;
	padding: 0px;
	padding-bottom: 9px;
}

A  {
	text-decoration: none;
}

A:link, A:visited  {
	color: #213B76;
}

A:hover  {
	color: #7F95C7;
}

#maintable  {
	background-color: #fff;
	border-left: 1px solid #142C62;
	border-right: 1px solid #142C62;
}

#nav  {
	background-color: #5771A3;
	border-top: 1px solid #142C62;
	border-bottom: 1px solid #142C62;
}

#signup  {
	display: inline;
}

.editLink {
	font-size: 8pt;
	padding: 2px;
	padding-left: 0px;
	text-decoration: none;
}


/***** Container Title Icons *****/
	#aOpt1 H1, #agOpt1 H1, #lmOpt1 H1  {
		background-image: url(/Domains/tommy2008/images/icon.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;
	}
	.aOpt2 H1, .agOpt2 H1  {
		background-image: url(/Domains/tommy2008/images/icon_bluematte.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;
	}

/***** Article Containers *****/

	/** Defaults **/
	#imageholder  {
		margin: 10px;
		margin-bottom: 5px;
		padding: 0px;
		color: #333;
	}

	/** Defaults **/
	#aOpt1, .aOpt2  {
		margin: 10px;
		margin-bottom: 5px;
		padding: 0px 5px 5px;
		color: #333;
	}

	.aOpt2  {
		background: #CAD6EF;
		color: #000;
	}

	#aOpt1 H1, .aOpt2 H1 {
		font-size: 12pt;
		padding: 5px;
		padding-left: 24px;
		margin: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #000;
		color: #7D1A14;
	}

	.aOpt2 H1 {
		color: #213B76;
	}
	
	#aOpt1 #content, .aOpt2 #content {
		font-size: 9pt;
	}

	#aOpt1 #content TABLE TD, .aOpt2 #content TABLE TD {
		font-size: 9pt;
	}

	#aOpt1 #content P, .aOpt2 #content P {
		padding-bottom: 9px;
	}
	
	#aOpt1 #content H2, .aOpt2 #content H2 {
		color: #0C408B;
		font-size: 11pt;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	#aOpt1 #content H4 {
		color: #7D1A14;
		font-size: 12pt;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		float: left;
		width: 300px;
		margin: 8px;
		margin-left: 0px;
	}


/***** Article Group Containers *****/
	#agOpt1, .agOpt2 {
		margin: 10px;
		margin-bottom: 5px;
		padding: 0px 5px 5px;
		color: #333;
	}

	.agOpt2  {
		background: #CAD6EF;
		color: #000;
	}

	#agOpt1 #item, .agOpt2 #item  {
		margin-bottom: 10px;
	}
	
	#agOpt1 #item .articleGroupArticleMoreLink, .agOpt2 #item .articleGroupArticleMoreLink {
		padding-left: 5px;
	}
	
	#agOpt1 H1, .agOpt2 H1 {
		font-size: 12pt;
		padding: 5px;
		padding-left: 24px;
		margin: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #000;
		color: #7D1A14;
	}
	
	#agOpt1 #item H2, .agOpt2 #item H2 { 
		font-size: 10pt;
		padding: 0px 5px 0px;
		padding-left: 0px;
		margin: 0px;
		color: #213B76;
	}

	#agOpt1 .dateHolder, .agOpt2 .dateHolder {
		font-size: 8pt;
		color: #888;
		padding-top: 5px;
	}
	
	#agOpt1 .newsContent, .agOpt2 .newsContent {
		font-size: 9pt;
		color: #000;	
	}

	#agOpt1 .moreLink, .agOpt2 .moreLink  {
		font-size: 9pt;
	}


/***** linkModule Containers *****/
	#lmOpt1  {
		margin: 10px;
		margin-bottom: 5px;
	}

	#lmOpt1 H1{
		height: 30px;
		font-size: 11pt;
		font-weight: bold;
		color: #fff;
		padding: 4px;
		padding-left: 6px;
		margin-bottom: 4px;
	}

	#lmOpt1 ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#lmOpt1 li {
		background-position: 0 .4em;
		padding-left: .8em;
	}

	#lmOpt1 li a {
		font-size: 10pt;
		text-decoration: none;
	}
	#lmOpt1 li a:hover {
		text-decoration: underline;
	}


/***** Random stuff *****/
UL  {
	list-style-type: none;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
UL LI  {
	margin: 5px 0px 10px;
	background-image: url(/Domains/tommy2008/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 1.1em;
}


/***** Footer *****/

	#footer {
		background: #5771A3;
		font: 8pt Arial, Helvetica, sans-serif;
		color: #fff;
		padding: 2px 2px 0px;
	}

	#footer A  {
		font: 8pt Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

	#footer A:link  {
		color: #fff;
	}

	#footer A:visited  {
		color: #fff;
	}

	#footer A:hover  {
		color: #ccc;
	}

.disclaimer {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	margin-top: 2px;
	margin-bottom: 2px;
}