@charset "UTF-8";
/*=== CSS Document ====*/

/*** Global HTML Definitions ***/

html {
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:10px 0 0 0;

}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

sup {
	font-size:10px;
	line-height:10px;
}

p {

}

/*** Image Settings ***/

img {
	
}

.imgRight {
	float:right;
}

.imgLeft {
	float:left;	
}

/*** Misc Classes ***/

.color1 {
		
}

.color2 {
	
}

.mainTitle {
	color:#ec1c24;
	font-family:Verdana;
	font-weight:bold;
	font-size:17px;
}

.linkStyleA {
	
}
	.linkStyleA a:link {
		color:#00a5d3;
		text-decoration:underline;
		font-weight:bold;
	}
	
	.linkStyleA a:visited {
		text-decoration:underline;
		font-weight:bold;
	}
	
	.linkStyleA a:hover, .linkStyleA a:active {
		text-decoration:none;
		font-weight:bold;
	}

.linkStyleB {
	
}
	.linkStyleB a:link {
		color:#ec1c24;
		text-decoration:underline;
		font-weight:bold;
	}
	
	.linkStyleB a:visited {
		text-decoration:underline;
		font-weight:bold;
	}
	
	.linkStyleB a:hover, .linkStyleB a:active {
		text-decoration:none;
		font-weight:bold;
	}

/*** Flash Containers ***/

#flashContentWrap {
	width:100%;
	margin:0px;
	padding:0px;
	float:left;
}

	#flashContent {
		width:100%;
		margin:0px;
		padding:0px;
		font-size:12px;
	}


#flashContentWrap2 {
	width:100%;
	margin:0px;
	padding:0px;
	float:left;
	z-index:101;
}

	#flashContent2 {
		width:100%;
		margin:0px;
		padding:0px;
		font-size:12px;
		z-index:102;
	}



/*** Layout / Organization ***/


#siteWrapper {
	margin:0px;
	padding:0px;
	width:600px;
}

#border {
	margin:0px;
	padding:0px;
	width:598px;
	border:1px solid #000;
	float:left;
}


#header {
	margin:0px;
	padding:0px;
	float:left;
}

#logo {
	margin:0px;
	padding:0px;
	float:left;
	width:298px;
}

#topR {
	margin:0px;
	padding:10px 32px 0 0;
	background-image:url(images/header-bg_right.gif);
	background-repeat:no-repeat;
	float:right;
	width:268px;
	height:87px;
	font-size:8px;
	font-family:Verdana;
	color:#000;
	font-weight:bold;
}

#contentWrapper {
	margin:0px;
	padding:0px;
	float:left;
}

#leftCol {
	margin:0px;
	padding:32px 0 0 24px;
	float:left;
	background-image:url(images/content-bg_left.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:274px;
	height:194px;
	text-align:left;
	font-size:13px;
	font-family:Verdana;
}

#rightCol {
	margin:0px;
	padding:0px;
	background-color:#ffd900;
	float:right;
	width:300px;
	height:226px;
}

#footer {
	clear:both;
	margin:0px;
	padding:0px;
}

	#footer a:link, #footer a:visited {
		color:#FFF;
		text-decoration:none;
	}
	
	#footer a:hover, #footer a:active {
		text-decoration:underline;
		color:#FFF;	
	}

#footerLeft {
	margin:0px;
	padding:0px;
	width:298px;
	height:88px;
	float:left;
}

#footerRight {
	margin:0px;
	padding:50px 0 0 10px;
	background-image:url(images/footerRight.gif);
	background-repeat:no-repeat;
	width:290px;
	height:38px;
	float:right;
	color:#FFF;
	font-size:8px;
	font-family:Verdana;
	text-align:left;
}
