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

/* Contents */

/*  1. Main
	2. Links
	3. IDs & Classes
	4. Menu
	
*/

/* __________________________________ *//* MAIN */

body {
	margin:0px;
	font-family:Georgia, Times, serif;
	font-size:13px;
	line-height:19px;
	color:#ffffff;
	background-color:#3f3f3f;
	background-image: url(media/bf_graybtm_bg.png);
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	}
	
p {
	font-family:Georgia, Times, serif;
	font-size:13px;
	line-height:19px;
	color:#ffffff;
	}
	
td {
	font-family:Georgia, Times, serif;
	font-size:13px;
	line-height:19px;
	color:#ffffff;
	}
	
b {
	font-family:Georgia, Times, serif;
	font-size:14px;
	}
	
strong {
	font-family:Georgia, Times, serif;
	font-size:13px;
	color:#613913;
	}
	
h1, h2, h3 {
	color:#613913;
	}

/* __________________________________ *//* LINKS */

.img a:link{color: #002e5f; border: 0px solid; text-decoration: none;}
.img a:visited {color: #002e5f; border: 0px solid; text-decoration: none;}
.img a:hover{color: #002e5f; border: 0px solid; text-decoration: none;}
.img a:active{color: #002e5f; border: 0px solid; text-decoration: none;}

.devbyics a:link{color: #888888; border-bottom:0px dotted #888888; text-decoration:none;}
.devbyics a:visited{color:#888888; border-bottom:0px dotted #888888; text-decoration:none;}
.devbyics a:hover{border-bottom-color: #ffffff; color: #ffffff; border-bottom:1px solid; text-decoration:none;}
.devbyics a:active{color:#888888; border-bottom:0px dotted #888888; text-decoration:none;}

.btmnavtextpad a:link{color:#888888; border-bottom:0px solid #888888; text-decoration:none;}
.btmnavtextpad a:visited{color:#888888; border-bottom:0px solid #888888; text-decoration:none;}
.btmnavtextpad a:hover{border-bottom-color: #ffffff; color: #ffffff; border-bottom:1px solid; text-decoration:none;}
.btmnavtextpad a:active{color: #888888; border-bottom:0px solid #888888; text-decoration:none;}

/* __________________________________ *//* IDs & CLASSES */
	
#wrapper {
	width: 940px;
	}


#patternbg {
	background-image:url(media/bf_gray_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	}
	
#top {
	height:100px;
	}
	
#topmain {
	width:940px;
	height: 100px;
	background-image:url(media/bf_splash_top.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
.logo {
	height:100px;
	}
	
.navpadtop {
	height:50px;
	}
	
.solpartmenu {
	height:30px;
	}
	
.navpadbtm {
	height:20px;
	border-top:1px dotted #ffffff;
	}
	
#midmain {
	width:940px;
	background-color:#ffffff;
	}
	
#btns {
	height:150px;
	width:940px;
	background-color:#ffffff;
	}
	
.btndivleft {border: solid #ffffff; border-width:1px;}
.btndiv {border: solid #ffffff; border-width:1px 1px 1px 0px;}
	
.spacer {
	height:10px;
	}
	
#btmmain {
	width:940px;
	}
	
#btmmain TD {
	font-family:Georgia, Times, serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#000000;
	}
	
.btmfootertextpad {
	padding:10px;
	text-align:left;
	}
	
.devbyics {
	height:35px;
	width:920px;
	padding:0px 10px;
	color:#ffffff;
	font-family:Georgia, Times, serif;
	font-size:12px;
	line-height:18px;
	}
	
.btmnavtextpad {
	padding:10px;
	text-align:center;
	color:#ffffff;
	font-family:Georgia, Times, serif;
	font-size:12px;
	line-height:18px;
	width:920px;
	}

