/*******************************************/
/* Cowal Gathering Media Top Level Styles */
/*****************************************/

a {text-decoration: underline; color: blue; font: 11px verdana, arial, sans-serif;}
a:visited {color: purple;}
a:hover {color: red;}

body {
	background-color: #191970;
	}

td {
	font: 11px verdana, arial, sans-serif;
	color: #202020;
	vertical-align: top;
	}

img {
	border: none;
	}

h1 {
	color: purple;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
	}

h2 {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #008080;
	}
	
h3 {
	color: purple;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva;
	margin-bottom: 0px;
	}

h4 {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #008080;
	}
	
ul {
	margin: 0px 0px 0px 15px;
	}
	
	ul li {
		padding: 0px 0px 5px 0px;
		}


/*********************************/
/* Cowal Gathering Media Styles */
/*******************************/

.firstParagraph {
	font: bold 11px verdana, arial, san-serif;
	line-height: 18px;
	}
	
.purpleText {
	font: bold 11px verdana, arial, sans-serif;
	color: #9A039A;
	}

.greentext {
	font: bold 11px verdana, arial, sans-serif;
	color: #008080;
	}

.links {

	}
	
	.Links A {color: #006699; text-decoration: none}
	.Links A:link {color: #003399; text-decoration: none}
	.Links A:visited {color: #003399; text-decoration: none}
	.Links A:hover {color: #FF0000; text-decoration: underline}

/************************************/
/* Cowal Gathering Media Framework */
/**********************************/

#mainHolder {
	width: 550px;
	border: 1px solid white;
	}
	
#topArea {
	width: 100%;
	}

#contentArea {
	width: 100%;
	background-color: white;
	border: 1px solid #191970;
	background-image: url(images/background_contentArea.gif);
	background-repeat: no-repeat;
	}
	
	#contentArea td .contentHolder {
		width: 490px;
		margin: 15px 5px 5px 28px;
		}
		
		#contentArea td .contentHolder .border {
		width: 484px;
		margin: 0px 0px 0px 0px;
		border: 3px solid #9A039A;
	    margin: 0px 0px 7px 0px;
		padding: 7px 7px 7px 7px;
		}	
						
#disclaimer {
	width: 550px;
	background-color: white;
	margin: 20px;
	border: 1px solid black;
	}
	
	#disclaimer td {
		text-align: center;
		}