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

body {
	background: #dc40a7 url(../images/bg-page.gif) repeat-x;
	/*font-size: 80%;*/
	}
	
#col1 {
	width: 201px;
	float: left;
	margin-left: 12px;
	}
	
#content {
	float: left;
	width: 715px;
	background: #fff;
	margin: 15px;
	}
	
	#content h1, #col1-full h1 {
		font: 2em/100% "Trebuchet MS", sans-serif;
		color: #f21ca2;
		margin: 0 0 7px 0;
		}
	
	#content h3, #col1-full h3 {
		font: 1.4em/100% "Trebuchet MS", sans-serif;
		color: #83369b;
		margin: 0;
		}
	
	#content p, #col1-full p {
		font: 1em/140% "Trebuchet MS", sans-serif;
		margin-top: 0;
		}
	
	#content ul, #col1-full ul {
		font: 1em/140% "Trebuchet MS", sans-serif;
		margin-top: 0;
		}
		
	#content a, #col1-full a {
		text-decoration: none;
		}
		
	#content a:hover, #col1-full a:hover {
		text-decoration: underline;
		}
	
#global-container {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background: #000;
	}
	
.image-align-right {
	float: right;
	margin: 0px 0px 7px 15px;
	}
	
.shim {
	clear: both;
	}
	
#sidebar {
	width: 201px;
	background: #fff url(../images/bg-sidebar.gif) repeat-x;
	}
	
	#sidebar h3 {
		font: 1.3em/100% "Trebuchet MS", sans-serif;
		font-weight: bold;
		margin: 0 0 5px 0;
		color: #83369b;
		}
	
	#sidebar p {
		font: 1em/140% "Trebuchet MS", sans-serif;
		margin-top: 0;
		}
	
#topNav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 951px;
	height: 21px;
	background: #3a5c99;
	text-align: center;
	padding-top: 3px;
	margin: 0px 12px 0px 12px;
	}
	
	#topNav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		
	#topNav li {
		display: inline;
		height: 25px;
		margin: 0px;
		padding: 0px;	
		}
		
	#topNav a {
		color: #FFF;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 6px 6px 5px 6px;
		text-decoration: none;
		text-transform: uppercase;
		}
		
	#topNav a:hover {
		background: #fe4bc1;
		}
