/* CSS Document */
* {padding:0px; border:0px; border:none; margin:0px;}



body {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:1.6;}
h1, h2, h3, h4, h5, h6 {color:#31418C;}
h1 {font-size:15px;}
h2 {font-size:14px;}
h3 {font-size:13px;}

#wrapper {
	width:1024px;
	margin:auto;
	border-bottom:1px #29418C solid;
	padding-bottom:20px;	
	}
iframe {width:1024px;
	height:1800px;
	margin:auto;
}
/* Site has i frames so padding is added to the elements instead of wrapper */
p, h1, h2,h3, h4, h5, h6 {padding-left:20px; padding-right:20px;}
ol.content {padding-left:20px; margin-left:20px;}
a:link, a:visited, a:active {color:#31418C; text-decoration:underline; font-weight:bold;}
a:hover {text-decoration:none;}
#header {
	background-image:url(images/design/cmpromotionslogo.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 height:180px;}	
#content {}


ul#navigation {width:1024px;
 	list-style:none; 
	margin:auto;
	margin-top:10px;

	text-align:center;

	 /*border-top:1px #29418C solid;
	  border-bottom:1px #29418C solid;*/
	  height:50px; 
	  margin-bottom:15px;}
ul#navigation li {float:left; padding:10px 20px 0px 20px; line-height:1.1;
	 margin-left:3px; height:35px; background-color:#31418C; color:#ffffff;}
ul#navigation a:link, ul#navigation a:visited, ul#navigation a:active {
	color:#000000;text-decoration:none; color:#ffffff; font-weight:bold;  }
ul#navigation a:hover {
	text-decoration:underline;}
