/**********************************/
/* Outside Edge Top Level Styles */
/********************************/

a {text-decoration: underline; color: blue; font: 11px verdana, arial, sans-serif;}
a:visited {color: purple;}
a:hover {color: red;}

body {
	margin: 0px;
	background-image: url(images/background_body.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #0063BD;
	}

td {
	font: 11px verdana, arial, sans-serif;
	vertical-align: top;
	color: #363636;
	line-height: 16px;
	}

img {
	border: none;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	margin: 0px 0px 2px 0px;
	}


/***********************************/
/* Outside Edge Individual Styles */
/*********************************/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}
	
.colorText {
	font: bold 11px verdana, arial, sans-serif;
	color: color;
	}

.formattedTable {
	border-top: 5px solid #0063BD;
	background-color: #0063BD;
	width: 480px;
	}
	
	.formattedTable th {
		background-color: #FFC501;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
	
	.formattedTable .lightGrey {
		background-color: #FAFAFA;
		}
		
	.formattedTable .darkGrey {
		background-color: #EEEEEE;
		}

.breadTrail {
	width: 570px;
	background-color: #0066CD;
	}
	
	.breadTrail th {
		background-color: #FFC501;
		}
	
	.breadTrail td {
		background-color: #EEEEEE;
		}
		
	.breadTrail .lightGrey {
		background-color: #FAFAFA;
		}

/***************************/
/* Outside Edge Framework */
/*************************/

#mainHolder {
	width: 751px;
	}

	
#topArea {
	width: 100%;
	}


#mainArea {
	width: 100%;
	background-image: url(images/background_main.gif);
	background-position: right top;
	background-repeat: repeat-y;
	}

	#mainArea #menuArea {
		width: 146px;
		}

	#mainArea #newsletter {
		width: 125px;
		margin: 0px 0px 0px 10px;
		background-color: #ECECEC;		
		}
		
		#mainArea #newsletter td {
			text-align: center;
			}

		
		#mainArea #menuArea div {
			border-left: 4px solid #0063BD;
			padding: 0px 0px 0px 8px;
			margin: 0px 0px 7px 0px;
			}
			
			#mainArea #menuArea	a {text-decoration: none; color: white; font: bold 11px arial, verdana, sans-serif;}
			#mainArea #menuArea a:visited {color: white;}
			#mainArea #menuArea a:hover {color: #FFD338;}
		
	#mainArea #contentArea {
		height: 450px;
		background-image: url(images/background_contentarea.jpg);
		background-position: 54px top;
		background-repeat: no-repeat;
		border-bottom: 1px solid #FFD338;
		}
		
		#mainArea #contentArea div {
				margin: 13px 15px 13px 15px;
				}
				
				#mainArea #contentArea div div {
					margin: 0px 0px 0px 0px;
					}
		
		#mainArea #contentArea #pageTitle {
			background-image: url(images/background_pageTitle.jpg);
			text-align: right;
			background-position: left top;
			background-repeat: no-repeat;
			margin: 0px 0px 0px 0px;
			}
		
		
	
#footerArea {
	width: 605px;
	margin: 0px 0px 0px 146px;
	}
	
	#footerArea td {
		width: 50%;
		font: 9px verdana, arial, sans-serif;
		color: #7988D3;
		}
		
		#footerArea td a {text-decoration: none; color: #7988D3; font: 9px verdana, arial, sans-serif;}
		#footerArea td a:visited {color: #7988D3;}
		#footerArea td a:hover {text-decoration: underline; color: #C0CAFC;}
