* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

img
{  border-style: none;
}

/* Header */

#header {
	width: 730px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Bullet Item */
#bullet-itema {
	float:left;
	width:365px;
	position:relative;

}
#bullet-item bullet-imga {
	width:120px;
	float:left;
	left:0; top:0;        
	vertical-align:middle;
	position:absolute;
}
        
#bullet-item h3a {
        width: 240px;   	
	position:absolute;
	padding-top:2px;
	border-bottom:1px dotted white;
	font-size: 185%;
}
#bullet-item pa {
        width:240px;
	padding-top:30px;
	position:absolute;
	font-size: 85%;
}
/* Menu */

#menu {
	width: 730px;
	/*height: 51px;*/
        height: 115px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) no-repeat;*/
        background: url(images/img02b.png) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 92px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}



#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 5px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover {
	background-color: #000000;
        text-decoration: underline;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	/*background: #0F1720 url(images/img03a.gif) repeat-y;*/
	background: url(images/img03.png) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 425px;
	padding: 20px 25px 0 40px;
	/*background: url(images/img04.png) no-repeat;*/
}

#content-wide {
	float: left;
	width: 660px;
	padding: 20px 25px 0 40px;
	/*background: url(images/img04.png) no-repeat;*/
}

.boxed {	
 	margin-left:125px; background: #121B23; 
        width:320px; 
	margin-bottom:10px;
}

.boxed .title {
	margin: 0;
	padding: 5px 5px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 3px;
}

.boxed2 {	
 	background: #121B23; 
        width:390px; 
	margin-bottom:10px;
}

.boxed2 .title {
	margin: 0;
	padding: 5px 5px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed2 .content {
	padding: 3px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
	/*background: url(images/img05.png) no-repeat;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#login {
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login input {
	float: right;
	margin-bottom: 5px;
	background: #EDEDED;
	border: 1px solid #000000;
	/*text-transform: lowercase;*/
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#loginform {
	margin: 0;
	padding: 5px;
}

#loginfield {
	width: 165px;
	padding: 2px 5px;
}

#loginsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 730px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.png) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}
#shareboxes, #tweet {
        overflow:hidden;
}
div.share {
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border:2px solid #8DBDD8;
        background:#fff;
        margin-right:1em;
        padding:0 1em;
        float:left;
        height:140px;
}
#copybox {
        width:250px;
}
#sharebox {
        width:500px;
}
#tweet_body {
        float:left;
        width:450px;
        height:4em;
        font-size:12px;
}
#charcount {
        padding-left:5px;
        color:#8DBDD8;
}
#charcount.negative {
        color:red;
}
#share_links a {
        padding:0 12px 0 18px;
        font-weight:bold
}
#share_links a:hover {
        background-position:2px center;
}
#share_tw {background:transparent url(/images/twitter.png) left center no-repeat;}
#share_fb {background:transparent url(/images/facebook.png) left center no-repeat;}
#share_ff {background:transparent url(/images/friendfeed.png) left center no-repeat;}

table.mypm-main{ 
  border-width: 0px;
  border-spacing: ; 
  border-collapse: collapse;
  width:350px; 
  color:#F0F0FA;
  background-color:#001133;
}
table.mypm-main tbody{
  text-align:center;
  background-color:#102A46; /*0051FF;*/
}
table.mypm-main tbody td{
  padding:8px;
}
table.mypm-main thead{
  width:auto;
  padding-bottom:3px;
  background-image: url(images/gradient.png); 
  background-repeat: repeat-x; 
  font-family: arial; 
  background-color: #343434;
  border-bottom: 1px solid #A46444;
 /* background-color:#FFAE00;*/
}
table.mypm-main thead a:link {
  color: #FFFFFF; 
  text-decoration: none; 
}
table.mypm-main tfoot{
  background-color:#EEEEEE;
}
table.mypm-main tfoot a:link {color: #102A46; text-decoration: underline; }
table.mypm-main tfoot td{
  padding-left:140px;
}
