/*** Global Settings ****/
body {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	background:#FFFFFF;
}
p {
	margin : 0;
	padding : 0;
	list-style-type: square url(images/bullet.gif);
}
a:visited, a:link {
	color : #150185;
	text-decoration : underline;
	background:none;
}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 {color :#5A5A5A;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color : #00009B;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #FF9900;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 776px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {height : 14px;background : url(images/bg.gif) repeat-x;}
#nav {background : #00009B;padding : 10px 20px;text-align : right;color : #FFFFFF;}
#nav a:visited, #nav a:link {
	text-decoration : none;
	color : #FFFFFF;
}
#nav a:hover {
	text-decoration : underline;
	color : #C0C0C0;
}
#main-content {
	margin : 0 auto;
	font-weight: normal;
	font-variant: normal;
}
#logo {
	margin-bottom : 25px;
	margin-top: 15px;
}
.logotxt1 {font : normal 36px Georgia, serif;color : #FF9900; margin : 10px 0 0 25px;}
.logotxt2 {font : normal 36px Georgia, serif;color : #C0C0C0; }
#left-column {
	width : 440px;
	padding : 0 30px 30px;
	float : left;
	list-style-type: square;
}
#right-column {width : 270px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both;}

/*** SideBAR ***/
#main-image {
	text-align : center;
	background-color: #FFFFFF;
}
.sidebar {
	width : 218px;
	margin : 0 auto;
	padding : 10px 25px;
	background : url(images/shadow.jpg) no-repeat top;
	font-variant: normal;
	list-style-type: square;
	list-style-image: url(/bullet.gif);
}
