body {
	margin-top:0;
	margin-left:0;
	background:#CCCC99 url(/images/building-blocks/background.gif) repeat-y; 
}

/*NOTE: width does not include padding*/
.padding-main {
	width:450px!important; /*NOTE: width does not include padding. Important tag overrules everything else.*/
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 60px;
	padding-left: 25px;
	background-color: #FFFFCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #363636;
	vertical-align:top;
	}

.padding-main a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

.padding-main a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}


.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color: #363636;
}


.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	line-height: 22px;
}
.subhead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	line-height: 18px;
 }

.subhead-green {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	margin-bottom: 7px;
	line-height: 18px;
}

.subhead-red {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	line-height: 18px;
}
.subhead-blue {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	line-height: 18px;
}

.quote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #3399CC;
	line-height: 18px;
	font-weight: bold;
}

.footnote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #363636;
	line-height: 13px;
}
.date {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: 999999;
}
.red-highlight {
	color: ff0000;
}


.caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #336666;
	line-height: 15px;
}
.text-in-box {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.border-black {
	border: 1px solid;
	margin: 0px;
}
.pic-align-right {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
	background-position: right;
}
.border-black3px {
	border: 3px solid #000000;
}
.border-green {
	border: 3px solid #006666;
}


.padding-10-10-10-10 {
	padding: 10px;
}
.frame-argonaut {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #363636;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 2px solid #660000;
	padding-right: 10px;
	padding-left: 10px;
}
.padding-0-0-15-15 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.padding-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.picture-frame {
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.masthead {
	background: url(/images/masthead/the-argonauts-logo.jpg); 
	width: 505; 
	height: 200;
	vertical-align:top;
}
.leaderboard{
	padding: 5px;
	background:#336666
}

/*Bullet styles*/
li {
	background:url(images/icons/bullet2.gif) 0 0px no-repeat;
	padding-left:20px;
	line-height:20px;
	list-style:none;

	}
.text li {
	background:url(images/icons/bullet2.gif) 0 0px no-repeat;
	padding-left:20px;
	line-height:20px;
	list-style:none;

	}
	

/*.bullet-rss {
	list-style-image: url(images/icons/rss_sm_tall_blue.gif);
	width: 655px;
}

*/

